Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-47907 (GCVE-0-2025-47907)
Vulnerability from cvelistv5 – Published: 2025-08-07 15:25 – Updated: 2025-11-04 21:10- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | database/sql |
Affected:
0 , < 1.23.12
(semver)
Affected: 1.24.0 , < 1.24.6 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-47907",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-08-07T15:45:26.297503Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-07T15:48:03.634Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:10:56.083Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/08/06/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "database/sql",
"product": "database/sql",
"programRoutines": [
{
"name": "Rows.Scan"
},
{
"name": "Row.Scan"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.23.12",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.24.6",
"status": "affected",
"version": "1.24.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Spike Curtis from Coder"
}
],
"descriptions": [
{
"lang": "en",
"value": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-07T15:25:30.704Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/693735"
},
{
"url": "https://go.dev/issue/74831"
},
{
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"title": "Incorrect results returned from Rows.Scan in database/sql"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-47907",
"datePublished": "2025-08-07T15:25:30.704Z",
"dateReserved": "2025-05-13T23:31:29.597Z",
"dateUpdated": "2025-11-04T21:10:56.083Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-47907\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-08-07T16:15:30.357\",\"lastModified\":\"2026-01-29T19:11:50.670\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.\"},{\"lang\":\"es\",\"value\":\"Cancelar una consulta (p. ej., cancelando el contexto pasado a uno de los m\u00e9todos de consulta) durante una llamada al m\u00e9todo Scan de las filas devueltas puede generar resultados inesperados si se realizan otras consultas en paralelo. Esto puede generar una condici\u00f3n de ejecuci\u00f3n que sobrescriba los resultados esperados con los de otra consulta, provocando que la llamada a Scan devuelva resultados inesperados de la otra consulta o un error.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.2,\"impactScore\":4.7}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.23.12\",\"matchCriteriaId\":\"6B868FEB-2BCB-4816-B575-BEF1ADD15C5F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.24.0\",\"versionEndExcluding\":\"1.24.6\",\"matchCriteriaId\":\"21442DAA-1345-47FB-8DA6-2589ABB8CB08\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/693735\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/74831\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/x5MKroML2yM\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3849\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/08/06/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Release Notes\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/08/06/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:10:56.083Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-47907\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-08-07T15:45:26.297503Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-08-07T15:47:25.067Z\"}}], \"cna\": {\"title\": \"Incorrect results returned from Rows.Scan in database/sql\", \"credits\": [{\"lang\": \"en\", \"value\": \"Spike Curtis from Coder\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"database/sql\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.23.12\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0\", \"lessThan\": \"1.24.6\", \"versionType\": \"semver\"}], \"packageName\": \"database/sql\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Rows.Scan\"}, {\"name\": \"Row.Scan\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/693735\"}, {\"url\": \"https://go.dev/issue/74831\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/x5MKroML2yM\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3849\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-08-07T15:25:30.704Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-47907\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:10:56.083Z\", \"dateReserved\": \"2025-05-13T23:31:29.597Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-08-07T15:25:30.704Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-ld23143
Vulnerability from cleanstart
Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "opensearch-k8s-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-LD23143",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T14:52:52.766441Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-LD23143.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-wk88787
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.6-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-WK88787",
"modified": "2026-02-05T12:20:16Z",
"published": "2026-02-06T00:41:29.451524Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-WK88787.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-vu62737
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.8-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-VU62737",
"modified": "2026-02-25T07:34:17Z",
"published": "2026-02-26T00:41:56.473097Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-VU62737.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-xx70537
Vulnerability from cleanstart
Multiple security vulnerabilities affect the harbor-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "harbor-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.12.4-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the harbor-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-XX70537",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:32:24.053481Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-XX70537.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-9h84-qmv7-982p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-mh63-6h87-95cp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-rq77-p4h8-4crw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-4673",
"CVE-2025-47907",
"GHSA-9h84-qmv7-982p",
"GHSA-mh63-6h87-95cp",
"GHSA-rq77-p4h8-4crw",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-fq05951
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FQ05951",
"modified": "2026-03-06T07:23:30Z",
"published": "2026-04-01T10:07:02.415559Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FQ05951.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-15558, CVE-2025-4673, CVE-2025-47907, CVE-2025-58181, CVE-2025-62156, CVE-2025-62157, CVE-2026-24051, CVE-2026-25934, CVE-2026-27141, ghsa-2x5j-vhc8-9cwm, ghsa-37cx-329c-33x3, ghsa-c2hv-4pfj-mm2r, ghsa-cfpf-hrx2-8rv6, ghsa-p436-gjf2-799p, ghsa-p84v-gxvw-73pf applied in versions: 3.6.13-r0, 3.6.15-r1, 3.6.18-r0, 3.6.19-r0, 3.6.19-r1, 3.7.0-r0, 3.7.3-r0",
"upstream": [
"CVE-2025-0913",
"CVE-2025-15558",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-24051",
"CVE-2026-25934",
"CVE-2026-27141",
"ghsa-2x5j-vhc8-9cwm",
"ghsa-37cx-329c-33x3",
"ghsa-c2hv-4pfj-mm2r",
"ghsa-cfpf-hrx2-8rv6",
"ghsa-p436-gjf2-799p",
"ghsa-p84v-gxvw-73pf"
]
}
cleanstart-2026-wa03785
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.6-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-WA03785",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:05:24.799763Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-WA03785.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6"
]
}
cleanstart-2026-sb25660
Vulnerability from cleanstart
Multiple security vulnerabilities affect the falcosidekick-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "falcosidekick-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.32.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the falcosidekick-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SB25660",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:44:27.197226Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SB25660.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-265r-hfxg-fhmg"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4vq8-7jfc-9cvp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cgrx-mc8f-2prm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-hcg3-q754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-m6hq-p25p-ffr2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-pwhc-rpq9-4c8w"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-qxp5-gwg8-xv66"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-v23v-6jw2-98fq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-v778-237x-gjrc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-x84c-p2g9-rqv9"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines",
"upstream": [
"CVE-2025-22871",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"GHSA-265r-hfxg-fhmg",
"GHSA-4vq8-7jfc-9cvp",
"GHSA-6v2p-p543-phr9",
"GHSA-cgrx-mc8f-2prm",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-hcg3-q754-cr77",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-m6hq-p25p-ffr2",
"GHSA-pwhc-rpq9-4c8w",
"GHSA-qxp5-gwg8-xv66",
"GHSA-v23v-6jw2-98fq",
"GHSA-v778-237x-gjrc",
"GHSA-vvgc-356p-c3xw",
"GHSA-x84c-p2g9-rqv9"
]
}
cleanstart-2026-tf33105
Vulnerability from cleanstart
Multiple security vulnerabilities affect the minio-client-fips package. SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "minio-client-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.20250813.083541-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the minio-client-fips package. SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-TF33105",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:29:25.639055Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-TF33105.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process",
"upstream": [
"CVE-2022-41717",
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47913",
"CVE-2025-47914",
"CVE-2025-58181"
]
}
cleanstart-2026-rr90125
Vulnerability from cleanstart
Multiple security vulnerabilities affect the fluent-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "fluent-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.0-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the fluent-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-RR90125",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:32:53.790454Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-RR90125.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-6v2p-p543-phr9"
]
}
cleanstart-2026-cb01846
Vulnerability from cleanstart
Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "opensearch-k8s-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.1-r7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CB01846",
"modified": "2026-03-28T10:13:21Z",
"published": "2026-04-01T09:10:27.866703Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CB01846.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47911"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58190"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-4673, CVE-2025-47907, CVE-2025-47911, CVE-2025-58183, CVE-2025-58185, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-58190, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725, CVE-2025-61726, CVE-2025-61727, CVE-2025-61728, CVE-2025-61729, CVE-2025-61730, CVE-2025-61732, CVE-2025-68121, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142 applied in versions: 2.6.1-r0, 2.6.1-r1, 2.6.1-r7",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47911",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-58190",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61726",
"CVE-2025-61727",
"CVE-2025-61728",
"CVE-2025-61729",
"CVE-2025-61730",
"CVE-2025-61732",
"CVE-2025-68121",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142"
]
}
cleanstart-2026-cv28298
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CV28298",
"modified": "2026-02-10T22:11:02Z",
"published": "2026-02-11T00:41:59.034081Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CV28298.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-kq33111
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.3-r6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-KQ33111",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:22.834896Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-KQ33111.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-gc16599
Vulnerability from cleanstart
Multiple security vulnerabilities affect the cert-manager-webhook-pdns-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "cert-manager-webhook-pdns-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the cert-manager-webhook-pdns-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-GC16599",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:46:54.243517Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-GC16599.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6vp2-p543-phr9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cxp5-9wg8-vx66"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-hcp3-c754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vugc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-4673",
"CVE-2025-47907",
"GHSA-6vp2-p543-phr9",
"GHSA-cxp5-9wg8-vx66",
"GHSA-hcp3-c754-cr77",
"GHSA-vugc-356p-c3xw"
]
}
cleanstart-2026-ez47382
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.16.3-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-EZ47382",
"modified": "2026-03-23T08:59:19Z",
"published": "2026-04-01T09:28:49.379705Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-EZ47382.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-66564"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22703"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22772"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23831"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23991"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-59jp-pj84-45mr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jqc5-w2xx-5vq4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22703"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23831"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23991"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-15558, CVE-2025-47907, CVE-2025-66564, CVE-2026-22703, CVE-2026-22772, CVE-2026-23831, CVE-2026-23991, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142, CVE-2026-33186, ghsa-2x5j-vhc8-9cwm, ghsa-59jp-pj84-45mr, ghsa-6m8w-jc87-6cr7, ghsa-jqc5-w2xx-5vq4, ghsa-p436-gjf2-799p, ghsa-p77j-4mvh-x3m3, ghsa-vvgc-356p-c3xw applied in versions: 1.14.4-r1, 1.14.4-r2, 1.16.3-r3, 1.16.3-r4",
"upstream": [
"CVE-2025-15558",
"CVE-2025-47907",
"CVE-2025-66564",
"CVE-2026-22703",
"CVE-2026-22772",
"CVE-2026-23831",
"CVE-2026-23991",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-2x5j-vhc8-9cwm",
"ghsa-59jp-pj84-45mr",
"ghsa-6m8w-jc87-6cr7",
"ghsa-jqc5-w2xx-5vq4",
"ghsa-p436-gjf2-799p",
"ghsa-p77j-4mvh-x3m3",
"ghsa-vvgc-356p-c3xw"
]
}
cleanstart-2026-kd20596
Vulnerability from cleanstart
Multiple security vulnerabilities affect the minio-client-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "minio-client-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.20250521015954-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the minio-client-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-KD20596",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:28:55.316811Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-KD20596.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2022-41717",
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-wp20592
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.6-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-WP20592",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:05:24.814830Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-WP20592.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6"
]
}
cleanstart-2026-hu01783
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-HU01783",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:52.911074Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-HU01783.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-lz10721
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. Within HostnameError. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.11-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. Within HostnameError. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-LZ10721",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:40:55.517816Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-LZ10721.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4f99-4q7p-p3gh"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Within HostnameError",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-4f99-4q7p-p3gh"
]
}
cleanstart-2026-xs24366
Vulnerability from cleanstart
Security vulnerability affects the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-kyverno-plugin-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6.4-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-XS24366",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:00:52.862887Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-XS24366.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-bq46815
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.8-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-BQ46815",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:43:24.142238Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-BQ46815.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-sq13072
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Moby is an open source container framework developed by Docker Inc. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.12.7-r6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Moby is an open source container framework developed by Docker Inc. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SQ13072",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:22.907312Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SQ13072.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-54410"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54410"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Moby is an open source container framework developed by Docker Inc",
"upstream": [
"CVE-2025-47907",
"CVE-2025-54410"
]
}
cleanstart-2026-mj51212
Vulnerability from cleanstart
Multiple security vulnerabilities affect the dex-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "dex-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.41.1-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the dex-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-MJ51212",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:40:23.782215Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-MJ51212.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x"
]
}
cleanstart-2026-pa85871
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PA85871",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:42:24.099846Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PA85871.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-gk29346
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-kyverno-plugin-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-kyverno-plugin-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.2-r7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-kyverno-plugin-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-GK29346",
"modified": "2026-03-25T11:02:44Z",
"published": "2026-04-01T09:22:17.389111Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-GK29346.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-66564"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22039"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22703"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22772"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23831"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23881"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24117"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24137"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2464-8j7c-4cjm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-29wx-vh33-7x7r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-459x-q9hg-4gpq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4qg8-fj49-pxjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4vq8-7jfc-9cvp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-88jx-383q-w4qc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-95pr-fxf5-86gv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c5q2-7r4c-mv6g"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c6gw-w398-hv78"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c77r-fh37-x2px"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f83f-xpx7-ffpw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fv92-fjc5-jj9h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jrr2-x33p-6hvc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-mh63-6h87-95cp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-mqqf-5wvp-8fh8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qjvc-p88j-j9rm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r5p3-955p-5ggq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v23v-6jw2-98fq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v6v8-xj6m-xwqh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-xw73-rw38-6vjc"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22039"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22703"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23831"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23881"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24117"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24137"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-15558, CVE-2025-47907, CVE-2025-66564, CVE-2026-1229, CVE-2026-22039, CVE-2026-22703, CVE-2026-22772, CVE-2026-23831, CVE-2026-23881, CVE-2026-24051, CVE-2026-24117, CVE-2026-24137, CVE-2026-25679, CVE-2026-26958, CVE-2026-27139, CVE-2026-27142, CVE-2026-33186, ghsa-2464-8j7c-4cjm, ghsa-29wx-vh33-7x7r, ghsa-2x5j-vhc8-9cwm, ghsa-459x-q9hg-4gpq, ghsa-4qg8-fj49-pxjh, ghsa-4vq8-7jfc-9cvp, ghsa-6m8w-jc87-6cr7, ghsa-88jx-383q-w4qc, ghsa-95pr-fxf5-86gv, ghsa-c5q2-7r4c-mv6g, ghsa-c6gw-w398-hv78, ghsa-c77r-fh37-x2px, ghsa-f83f-xpx7-ffpw, ghsa-fv92-fjc5-jj9h, ghsa-jrr2-x33p-6hvc, ghsa-mh63-6h87-95cp, ghsa-mqqf-5wvp-8fh8, ghsa-p77j-4mvh-x3m3, ghsa-qjvc-p88j-j9rm, ghsa-r5p3-955p-5ggq, ghsa-v23v-6jw2-98fq, ghsa-v6v8-xj6m-xwqh, ghsa-xw73-rw38-6vjc applied in versions: 1.4.2-r2, 1.4.2-r4, 1.4.2-r6, 1.4.2-r7",
"upstream": [
"CVE-2025-15558",
"CVE-2025-47907",
"CVE-2025-66564",
"CVE-2026-1229",
"CVE-2026-22039",
"CVE-2026-22703",
"CVE-2026-22772",
"CVE-2026-23831",
"CVE-2026-23881",
"CVE-2026-24051",
"CVE-2026-24117",
"CVE-2026-24137",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-2464-8j7c-4cjm",
"ghsa-29wx-vh33-7x7r",
"ghsa-2x5j-vhc8-9cwm",
"ghsa-459x-q9hg-4gpq",
"ghsa-4qg8-fj49-pxjh",
"ghsa-4vq8-7jfc-9cvp",
"ghsa-6m8w-jc87-6cr7",
"ghsa-88jx-383q-w4qc",
"ghsa-95pr-fxf5-86gv",
"ghsa-c5q2-7r4c-mv6g",
"ghsa-c6gw-w398-hv78",
"ghsa-c77r-fh37-x2px",
"ghsa-f83f-xpx7-ffpw",
"ghsa-fv92-fjc5-jj9h",
"ghsa-jrr2-x33p-6hvc",
"ghsa-mh63-6h87-95cp",
"ghsa-mqqf-5wvp-8fh8",
"ghsa-p77j-4mvh-x3m3",
"ghsa-qjvc-p88j-j9rm",
"ghsa-r5p3-955p-5ggq",
"ghsa-v23v-6jw2-98fq",
"ghsa-v6v8-xj6m-xwqh",
"ghsa-xw73-rw38-6vjc"
]
}
cleanstart-2026-hg66170
Vulnerability from cleanstart
Security vulnerability affects the dex-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "dex-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.40.0-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the dex-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-HG66170",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:35:23.809128Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-HG66170.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-sh75345
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.3.0-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SH75345",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:05:23.442396Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SH75345.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-so16176
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.9.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SO16176",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:39:24.255623Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SO16176.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729"
]
}
cleanstart-2026-pz62650
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. Cancelling a query (e. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.11-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PZ62650",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:41:55.453512Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PZ62650.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907"
]
}
cleanstart-2026-ds30740
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. go-git is a highly extensible git implementation library written in pure Go. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.9-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. go-git is a highly extensible git implementation library written in pure Go. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DS30740",
"modified": "2026-02-24T09:23:19Z",
"published": "2026-02-25T00:46:12.495329Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DS30740.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "go-git is a highly extensible git implementation library written in pure Go",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-25934",
"GHSA-37cx-329c-33x3",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-fw7p-63qq-7hpr",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-xr17407
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.4-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-XR17407",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:11:25.270681Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-XR17407.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-6v2p-p543-phr9",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-jk84667
Vulnerability from cleanstart
Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "opensearch-k8s-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-r8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-JK84667",
"modified": "2026-03-28T10:13:46Z",
"published": "2026-04-01T09:10:09.429544Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-JK84667.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47911"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58190"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-4673, CVE-2025-47907, CVE-2025-47911, CVE-2025-58183, CVE-2025-58185, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-58190, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725, CVE-2025-61726, CVE-2025-61727, CVE-2025-61728, CVE-2025-61729, CVE-2025-61730, CVE-2025-61732, CVE-2025-68121, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142 applied in versions: 2.7.0-r7, 2.7.0-r8",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47911",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-58190",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61726",
"CVE-2025-61727",
"CVE-2025-61728",
"CVE-2025-61729",
"CVE-2025-61730",
"CVE-2025-61732",
"CVE-2025-68121",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142"
]
}
cleanstart-2026-fd27182
Vulnerability from cleanstart
Security vulnerability affects the kyverno-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.11.5-r6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the kyverno-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-FD27182",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:52.949683Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FD27182.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-oo42606
Vulnerability from cleanstart
Security vulnerability affects the kyverno-policy-reporter-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.7-r5"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the kyverno-policy-reporter-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-OO42606",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:00:52.876848Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-OO42606.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-dv06422
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.6-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DV06422",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:40:54.415037Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DV06422.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-kk99760
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.8-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-KK99760",
"modified": "2026-02-25T07:34:17Z",
"published": "2026-02-26T00:41:27.004859Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-KK99760.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-pk69606
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PK69606",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:08:25.435888Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PK69606.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-hk06185
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.0.2-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-HK06185",
"modified": "2026-03-24T04:58:10Z",
"published": "2026-04-01T09:27:48.241920Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-HK06185.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-15558, CVE-2025-4673, CVE-2025-47907, CVE-2025-47914, CVE-2025-58181, CVE-2025-62156, CVE-2025-62157, CVE-2026-24051, CVE-2026-25934, CVE-2026-26958, ghsa-37cx-329c-33x3, ghsa-c2hv-4pfj-mm2r, ghsa-cfpf-hrx2-8rv6, ghsa-fw7p-63qq-7hpr, ghsa-p436-gjf2-799p, ghsa-p84v-gxvw-73pf applied in versions: 3.7.0-r0, 3.7.3-r0, 3.7.4-r0, 3.7.6-r0, 3.7.9-r0, 3.7.9-r1, 3.7.9-r2, 4.0.2-r0",
"upstream": [
"CVE-2025-0913",
"CVE-2025-15558",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-24051",
"CVE-2026-25934",
"CVE-2026-26958",
"ghsa-37cx-329c-33x3",
"ghsa-c2hv-4pfj-mm2r",
"ghsa-cfpf-hrx2-8rv6",
"ghsa-fw7p-63qq-7hpr",
"ghsa-p436-gjf2-799p",
"ghsa-p84v-gxvw-73pf"
]
}
cleanstart-2026-ti76190
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.3.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-TI76190",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:23.296683Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-TI76190.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-pm90259
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PM90259",
"modified": "2026-02-24T09:23:19Z",
"published": "2026-02-25T00:50:43.010672Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PM90259.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2464-8j7c-4cjm"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"GHSA-2464-8j7c-4cjm"
]
}
cleanstart-2026-jk59495
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.4.2-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-JK59495",
"modified": "2026-03-22T18:12:16Z",
"published": "2026-04-01T09:34:49.510720Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-JK59495.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2464-8j7c-4cjm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9h8m-3fm2-qjrq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-4673, CVE-2025-47907, CVE-2026-24051, CVE-2026-25679, CVE-2026-26958, CVE-2026-27139, CVE-2026-27142, CVE-2026-33186, ghsa-2464-8j7c-4cjm, ghsa-9h8m-3fm2-qjrq, ghsa-fw7p-63qq-7hpr, ghsa-p77j-4mvh-x3m3 applied in versions: 3.3.2-r0, 3.4.2-r0, 3.4.2-r3, 3.4.2-r4",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-2464-8j7c-4cjm",
"ghsa-9h8m-3fm2-qjrq",
"ghsa-fw7p-63qq-7hpr",
"ghsa-p77j-4mvh-x3m3"
]
}
cleanstart-2026-wg18689
Vulnerability from cleanstart
Multiple security vulnerabilities affect the minio-client-fips package. An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "minio-client-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.20250721052808-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the minio-client-fips package. An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-WG18689",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:29:25.690410Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-WG18689.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests",
"upstream": [
"CVE-2022-41717",
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-su64392
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.24.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SU64392",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:07:22.975031Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SU64392.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-di91874
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DI91874",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:23.274144Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DI91874.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-gq48460
Vulnerability from cleanstart
Security vulnerability affects the minio-operator-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "minio-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.5.8-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the minio-operator-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-GQ48460",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:26:55.253385Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-GQ48460.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-jq02410
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-JQ02410",
"modified": "2026-02-05T12:20:16Z",
"published": "2026-02-06T00:41:59.411604Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-JQ02410.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-pd17156
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-kyverno-plugin-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.2-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PD17156",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:00:22.872625Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PD17156.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2464-8j7c-4cjm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-29wx-vh33-7x7r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-459x-q9hg-4gpq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4qg8-fj49-pxjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4vq8-7jfc-9cvp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-88jx-383q-w4qc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c5q2-7r4c-mv6g"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c6gw-w398-hv78"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c77r-fh37-x2px"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f83f-xpx7-ffpw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-fv92-fjc5-jj9h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-jrr2-x33p-6hvc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-mh63-6h87-95cp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-qjvc-p88j-j9rm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-r5p3-955p-5ggq"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2464-8j7c-4cjm",
"GHSA-29wx-vh33-7x7r",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-459x-q9hg-4gpq",
"GHSA-4qg8-fj49-pxjh",
"GHSA-4vq8-7jfc-9cvp",
"GHSA-6m8w-jc87-6cr7",
"GHSA-88jx-383q-w4qc",
"GHSA-c5q2-7r4c-mv6g",
"GHSA-c6gw-w398-hv78",
"GHSA-c77r-fh37-x2px",
"GHSA-f83f-xpx7-ffpw",
"GHSA-fv92-fjc5-jj9h",
"GHSA-jrr2-x33p-6hvc",
"GHSA-mh63-6h87-95cp",
"GHSA-qjvc-p88j-j9rm",
"GHSA-r5p3-955p-5ggq"
]
}
cleanstart-2026-zm51114
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-ZM51114",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:08:25.157380Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-ZM51114.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-nv78596
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.11-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-NV78596",
"modified": "2026-03-23T07:34:57Z",
"published": "2026-04-01T09:32:41.363681Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-NV78596.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24515"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25210"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4f99-4q7p-p3gh"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24515"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25210"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2022-29526, CVE-2025-47907, CVE-2025-58183, CVE-2025-58185, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725, CVE-2025-61726, CVE-2025-61727, CVE-2025-61728, CVE-2025-61729, CVE-2025-61730, CVE-2025-68121, CVE-2026-24515, CVE-2026-25210, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142, ghsa-4f99-4q7p-p3gh applied in versions: 0.10-r0, 0.11-r0, 0.11-r2, 0.11-r3, 0.11-r4",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61726",
"CVE-2025-61727",
"CVE-2025-61728",
"CVE-2025-61729",
"CVE-2025-61730",
"CVE-2025-68121",
"CVE-2026-24515",
"CVE-2026-25210",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142",
"ghsa-4f99-4q7p-p3gh"
]
}
cleanstart-2026-il55587
Vulnerability from cleanstart
Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "opensearch-k8s-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-r7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-IL55587",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T14:51:52.694658Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-IL55587.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-uz73015
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-UZ73015",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:09:25.315533Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-UZ73015.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-ps30901
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PS30901",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:07:55.053827Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PS30901.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-av38242
Vulnerability from cleanstart
Multiple security vulnerabilities affect the fluent-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "fluent-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.0-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the fluent-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-AV38242",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:33:23.662793Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-AV38242.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-6v2p-p543-phr9"
]
}
cleanstart-2026-bz92766
Vulnerability from cleanstart
Multiple security vulnerabilities affect the harbor-fips package. beego is an open-source web framework for the Go programming language. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "harbor-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.11.2-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the harbor-fips package. beego is an open-source web framework for the Go programming language. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-BZ92766",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:34:54.149400Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-BZ92766.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2024-55885"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-54410"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55885"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54410"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "beego is an open-source web framework for the Go programming language",
"upstream": [
"CVE-2024-55885",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-54410"
]
}
cleanstart-2026-bt39952
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. Moby is an open source container framework developed by Docker Inc. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. Moby is an open source container framework developed by Docker Inc. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-BT39952",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:45:23.955705Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-BT39952.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-53547"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-54410"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-55198"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-55199"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54410"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55198"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55199"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Moby is an open source container framework developed by Docker Inc",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"CVE-2025-53547",
"CVE-2025-54410",
"CVE-2025-55198",
"CVE-2025-55199",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-ib05679
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.26.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-IB05679",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:06:23.436295Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-IB05679.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Within HostnameError",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729"
]
}
cleanstart-2026-ni96678
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.27.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-NI96678",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:06:52.947220Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-NI96678.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Within HostnameError",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729"
]
}
cleanstart-2026-fc21713
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FC21713",
"modified": "2026-02-03T11:13:56Z",
"published": "2026-02-03T16:02:29.570272Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FC21713.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-an66259
Vulnerability from cleanstart
Multiple security vulnerabilities affect the minio-client-fips package. An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "minio-client-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.20250716.153503-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the minio-client-fips package. An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-AN66259",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:28:25.281484Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-AN66259.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests",
"upstream": [
"CVE-2022-41717",
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-kk41938
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.29.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-KK41938",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:06:23.375949Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-KK41938.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Within HostnameError",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729"
]
}
cleanstart-2026-at91215
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.15.3-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-AT91215",
"modified": "2026-03-25T11:15:10Z",
"published": "2026-04-01T09:20:36.013002Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-AT91215.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-15558, CVE-2025-47907, CVE-2026-24051, CVE-2026-25679, CVE-2026-26958, CVE-2026-27139, CVE-2026-27142, CVE-2026-33186, ghsa-2x5j-vhc8-9cwm, ghsa-6m8w-jc87-6cr7, ghsa-fw7p-63qq-7hpr, ghsa-p436-gjf2-799p, ghsa-p77j-4mvh-x3m3, ghsa-vvgc-356p-c3xw applied in versions: 1.14.4-r1, 1.14.4-r2, 1.15.3-r1, 1.15.3-r2",
"upstream": [
"CVE-2025-15558",
"CVE-2025-47907",
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-2x5j-vhc8-9cwm",
"ghsa-6m8w-jc87-6cr7",
"ghsa-fw7p-63qq-7hpr",
"ghsa-p436-gjf2-799p",
"ghsa-p77j-4mvh-x3m3",
"ghsa-vvgc-356p-c3xw"
]
}
cleanstart-2026-hj34439
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. Go before 1. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. Go before 1. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-HJ34439",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:39:55.415446Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-HJ34439.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Go before 1",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907"
]
}
cleanstart-2026-so95938
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-SO95938",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:11:25.480356Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-SO95938.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-fm00685
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.24.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FM00685",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:07:53.091254Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FM00685.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-fx27781
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.9-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FX27781",
"modified": "2026-03-06T06:49:13Z",
"published": "2026-04-01T10:07:09.669593Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FX27781.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9h8m-3fm2-qjrq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-15558, CVE-2025-4673, CVE-2025-47907, CVE-2025-47914, CVE-2025-58181, CVE-2025-62156, CVE-2025-62157, CVE-2026-24051, CVE-2026-25934, CVE-2026-26958, CVE-2026-27141, ghsa-37cx-329c-33x3, ghsa-9h8m-3fm2-qjrq, ghsa-c2hv-4pfj-mm2r, ghsa-cfpf-hrx2-8rv6, ghsa-fw7p-63qq-7hpr, ghsa-p84v-gxvw-73pf applied in versions: 3.7.0-r0, 3.7.10-r0, 3.7.10-r1, 3.7.10-r2, 3.7.3-r0, 3.7.4-r0, 3.7.6-r0, 3.7.9-r0",
"upstream": [
"CVE-2025-0913",
"CVE-2025-15558",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-24051",
"CVE-2026-25934",
"CVE-2026-26958",
"CVE-2026-27141",
"ghsa-37cx-329c-33x3",
"ghsa-9h8m-3fm2-qjrq",
"ghsa-c2hv-4pfj-mm2r",
"ghsa-cfpf-hrx2-8rv6",
"ghsa-fw7p-63qq-7hpr",
"ghsa-p84v-gxvw-73pf"
]
}
cleanstart-2026-cb20757
Vulnerability from cleanstart
Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "opensearch-k8s-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CB20757",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T14:51:22.636956Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CB20757.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-pg91940
Vulnerability from cleanstart
Multiple security vulnerabilities affect the harbor-registry package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "harbor-registry"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.0.1-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the harbor-registry package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PG91940",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:31:24.365282Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PG91940.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-hcg3-q754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-mh63-6h87-95cp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-qxp5-gwg8-xv66"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines",
"upstream": [
"CVE-2025-22871",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-hcg3-q754-cr77",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-mh63-6h87-95cp",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-tr11635
Vulnerability from cleanstart
Multiple security vulnerabilities affect the cert-manager-webhook-pdns-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "cert-manager-webhook-pdns-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the cert-manager-webhook-pdns-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-TR11635",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:46:54.229170Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-TR11635.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6vp2-p543-phr9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cxp5-9wg8-vx66"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-hcp3-c754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vugc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-4673",
"CVE-2025-47907",
"GHSA-6vp2-p543-phr9",
"GHSA-cxp5-9wg8-vx66",
"GHSA-hcp3-c754-cr77",
"GHSA-vugc-356p-c3xw"
]
}
cleanstart-2026-ia37596
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-IA37596",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:41:53.874436Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-IA37596.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-cl65461
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CL65461",
"modified": "2026-03-23T07:35:18Z",
"published": "2026-04-01T09:31:56.332937Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CL65461.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24515"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25210"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24515"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25210"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2022-29526, CVE-2025-47907, CVE-2025-61726, CVE-2025-61728, CVE-2025-61730, CVE-2025-68121, CVE-2026-24515, CVE-2026-25210, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142 applied in versions: 0.10-r0, 0.11-r0, 0.8-r0, 0.8-r1, 0.8-r2, 0.9-r0",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907",
"CVE-2025-61726",
"CVE-2025-61728",
"CVE-2025-61730",
"CVE-2025-68121",
"CVE-2026-24515",
"CVE-2026-25210",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142"
]
}
cleanstart-2026-ma27248
Vulnerability from cleanstart
Multiple security vulnerabilities affect the minio-client-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "minio-client-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.20250416181326-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the minio-client-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-MA27248",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:28:55.356497Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-MA27248.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2022-41717",
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-by71381
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.6-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-BY71381",
"modified": "2026-02-10T22:11:02Z",
"published": "2026-02-11T00:41:59.117560Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-BY71381.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-fr57243
Vulnerability from cleanstart
Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "opensearch-k8s-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the opensearch-k8s-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FR57243",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T14:52:52.746706Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FR57243.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-id51598
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-ID51598",
"modified": "2026-02-26T12:09:56Z",
"published": "2026-02-27T01:01:11.850782Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-ID51598.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-yj61997
Vulnerability from cleanstart
Security vulnerability affects the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-kyverno-plugin-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.2-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-YJ61997",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T14:59:52.788649Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YJ61997.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-ee52954
Vulnerability from cleanstart
Multiple security vulnerabilities affect the harbor-registry package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "harbor-registry"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.0.1-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the harbor-registry package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-EE52954",
"modified": "2026-03-22T07:36:37Z",
"published": "2026-04-01T09:36:34.270182Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-EE52954.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2021-3538"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-29923"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-hcg3-q754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-mh63-6h87-95cp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qxp5-gwg8-xv66"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3538"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29923"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2021-3538, CVE-2025-22871, CVE-2025-29923, CVE-2025-4673, CVE-2025-47907, CVE-2025-58183, CVE-2025-58185, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725, CVE-2025-61727, CVE-2025-61729, CVE-2025-68121, CVE-2026-24051, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142, CVE-2026-33186, ghsa-f6x5-jh6r-wrfv, ghsa-hcg3-q754-cr77, ghsa-j5w8-q4qc-rx2x, ghsa-mh63-6h87-95cp, ghsa-qxp5-gwg8-xv66, ghsa-vvgc-356p-c3xw applied in versions: 3.0.0.1-r2, 3.0.0.1-r3, 3.0.0.1-r4",
"upstream": [
"CVE-2021-3538",
"CVE-2025-22871",
"CVE-2025-29923",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61727",
"CVE-2025-61729",
"CVE-2025-68121",
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-f6x5-jh6r-wrfv",
"ghsa-hcg3-q754-cr77",
"ghsa-j5w8-q4qc-rx2x",
"ghsa-mh63-6h87-95cp",
"ghsa-qxp5-gwg8-xv66",
"ghsa-vvgc-356p-c3xw"
]
}
cleanstart-2026-jx43631
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.28.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Within HostnameError. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-JX43631",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:06:23.337190Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-JX43631.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Within HostnameError",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-61727",
"CVE-2025-61729"
]
}
cleanstart-2026-nv07964
Vulnerability from cleanstart
Multiple security vulnerabilities affect the fluent-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "fluent-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.0-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the fluent-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-NV07964",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:33:23.809279Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-NV07964.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-6v2p-p543-phr9"
]
}
cleanstart-2026-qm19832
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. Moby is an open source container framework developed by Docker Inc. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. Moby is an open source container framework developed by Docker Inc. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-QM19832",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:13:25.141915Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-QM19832.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-32445"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-54410"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32445"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54410"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Moby is an open source container framework developed by Docker Inc",
"upstream": [
"CVE-2025-0913",
"CVE-2025-32445",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-54410",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-mk40719
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-MK40719",
"modified": "2026-03-05T10:29:59Z",
"published": "2026-04-01T10:07:36.130294Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-MK40719.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-4673, CVE-2025-47907, CVE-2025-58181, CVE-2025-62156, CVE-2025-62157, CVE-2026-24051, CVE-2026-25934, CVE-2026-27141, ghsa-2x5j-vhc8-9cwm, ghsa-37cx-329c-33x3, ghsa-c2hv-4pfj-mm2r, ghsa-cfpf-hrx2-8rv6, ghsa-p84v-gxvw-73pf applied in versions: 3.6.13-r0, 3.6.15-r1, 3.6.18 r0, 3.6.18-r0, 3.7.0-r0, 3.7.3-r0",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-24051",
"CVE-2026-25934",
"CVE-2026-27141",
"ghsa-2x5j-vhc8-9cwm",
"ghsa-37cx-329c-33x3",
"ghsa-c2hv-4pfj-mm2r",
"ghsa-cfpf-hrx2-8rv6",
"ghsa-p84v-gxvw-73pf"
]
}
cleanstart-2026-me47927
Vulnerability from cleanstart
Multiple security vulnerabilities affect the consul-k8s-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "consul-k8s-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.1-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the consul-k8s-fips package. The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-ME47927",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:43:24.066833Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-ME47927.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-w4qc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines",
"upstream": [
"CVE-2025-22871",
"CVE-2025-47903",
"CVE-2025-47907",
"GHSA-w4qc-356p-c3xw"
]
}
cleanstart-2026-xd92996
Vulnerability from cleanstart
Multiple security vulnerabilities affect the cert-manager-webhook-pdns-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "cert-manager-webhook-pdns-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the cert-manager-webhook-pdns-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-XD92996",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:46:24.650971Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-XD92996.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-hcp3-c754-cr77"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vugc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-4673",
"CVE-2025-47907",
"GHSA-hcp3-c754-cr77",
"GHSA-vugc-356p-c3xw"
]
}
cleanstart-2026-py88758
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-PY88758",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:53.130919Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-PY88758.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-ys66739
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-policy-reporter-kyverno-plugin-fips package. Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-kyverno-plugin-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.3.1-r6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-policy-reporter-kyverno-plugin-fips package. Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-YS66739",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:00:53.250874Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YS66739.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-1996"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-3hfq-cx9j-923w"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-459x-q9hg-4gpq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6v2p-p543-phr9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-hgv6-w7r3-w4qw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-jrr2-x33p-6hvc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-r5p3-955p-5ggq"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1996"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3",
"upstream": [
"CVE-2022-1996",
"CVE-2025-47907",
"GHSA-3hfq-cx9j-923w",
"GHSA-459x-q9hg-4gpq",
"GHSA-6v2p-p543-phr9",
"GHSA-hgv6-w7r3-w4qw",
"GHSA-jrr2-x33p-6hvc",
"GHSA-r5p3-955p-5ggq"
]
}
cleanstart-2026-tk38210
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.11-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-TK38210",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:46:25.995358Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-TK38210.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4f99-4q7p-p3gh"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-4f99-4q7p-p3gh"
]
}
cleanstart-2026-nd19988
Vulnerability from cleanstart
Security vulnerability affects the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-policy-reporter-kyverno-plugin-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.5.2-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Security vulnerability affects the kyverno-policy-reporter-kyverno-plugin-fips package. Cancelling a query (e.",
"id": "CLEANSTART-2026-ND19988",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T14:59:22.824513Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-ND19988.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907"
]
}
cleanstart-2026-hw39798
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-HW39798",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:02:52.970576Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-HW39798.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-ls30652
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.0.2-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-LS30652",
"modified": "2026-03-30T12:04:05Z",
"published": "2026-04-01T09:07:01.631355Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-LS30652.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-0913, CVE-2025-15558, CVE-2025-4673, CVE-2025-47907, CVE-2025-47914, CVE-2025-58181, CVE-2025-62156, CVE-2025-62157, CVE-2026-24051, CVE-2026-25934, CVE-2026-26958, CVE-2026-33186, ghsa-37cx-329c-33x3, ghsa-c2hv-4pfj-mm2r, ghsa-cfpf-hrx2-8rv6, ghsa-fw7p-63qq-7hpr, ghsa-p436-gjf2-799p, ghsa-p77j-4mvh-x3m3, ghsa-p84v-gxvw-73pf applied in versions: 3.7.0-r0, 3.7.11-r0, 3.7.3-r0, 3.7.4-r0, 3.7.6-r0, 3.7.9-r0, 3.7.9-r1, 3.7.9-r2, 4.0.2-r0",
"upstream": [
"CVE-2025-0913",
"CVE-2025-15558",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-24051",
"CVE-2026-25934",
"CVE-2026-26958",
"CVE-2026-33186",
"ghsa-37cx-329c-33x3",
"ghsa-c2hv-4pfj-mm2r",
"ghsa-cfpf-hrx2-8rv6",
"ghsa-fw7p-63qq-7hpr",
"ghsa-p436-gjf2-799p",
"ghsa-p77j-4mvh-x3m3",
"ghsa-p84v-gxvw-73pf"
]
}
cleanstart-2026-dg41269
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DG41269",
"modified": "2026-02-03T11:13:56Z",
"published": "2026-02-03T16:02:29.326704Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DG41269.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-qn16013
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.4-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-QN16013",
"modified": "2026-02-03T11:13:56Z",
"published": "2026-02-03T16:02:29.512503Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-QN16013.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-6m8w-jc87-6cr7",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-hh74302
Vulnerability from cleanstart
Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "k8ssandra-operator-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.24.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the k8ssandra-operator-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-HH74302",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:07:53.076603Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-HH74302.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907"
]
}
cleanstart-2026-fn44356
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FN44356",
"modified": "2026-03-23T07:36:06Z",
"published": "2026-04-01T09:31:56.126620Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FN44356.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24515"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25210"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24515"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25210"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2022-29526, CVE-2025-47907, CVE-2025-61726, CVE-2025-61728, CVE-2025-61730, CVE-2025-68121, CVE-2026-24515, CVE-2026-25210, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142 applied in versions: 0.10-r0, 0.11-r0, 0.9-r0, 0.9-r1, 0.9-r2",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907",
"CVE-2025-61726",
"CVE-2025-61728",
"CVE-2025-61730",
"CVE-2025-68121",
"CVE-2026-24515",
"CVE-2026-25210",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142"
]
}
cleanstart-2026-ru37859
Vulnerability from cleanstart
Multiple security vulnerabilities affect the dex-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "dex-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.42.1-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the dex-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-RU37859",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:39:24.210234Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-RU37859.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-47907",
"CVE-2025-58183",
"CVE-2025-58185",
"CVE-2025-58187",
"CVE-2025-58188",
"CVE-2025-58189",
"CVE-2025-61723",
"CVE-2025-61724",
"CVE-2025-61725",
"CVE-2025-61727",
"CVE-2025-61729",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x"
]
}
cleanstart-2026-fi29887
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kyverno-fips package. During the TLS 1. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kyverno-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.16.1-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kyverno-fips package. During the TLS 1. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-FI29887",
"modified": "2026-02-12T13:07:54Z",
"published": "2026-02-13T00:39:44.225771Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-FI29887.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-273p-m2cw-6833"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4c4x-jm2x-pf9j"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-4qg8-fj49-pxjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-6m8w-jc87-6cr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-846p-jg2w-w324"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-f83f-xpx7-ffpw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-fcv2-xgw5-pqxf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-fphv-w9fq-2525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-whqx-f9j3-ch6m"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "During the TLS 1",
"upstream": [
"CVE-2025-47907",
"CVE-2025-61726",
"CVE-2025-61730",
"CVE-2025-68119",
"GHSA-273p-m2cw-6833",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-4c4x-jm2x-pf9j",
"GHSA-4qg8-fj49-pxjh",
"GHSA-6m8w-jc87-6cr7",
"GHSA-846p-jg2w-w324",
"GHSA-f83f-xpx7-ffpw",
"GHSA-fcv2-xgw5-pqxf",
"GHSA-fphv-w9fq-2525",
"GHSA-vvgc-356p-c3xw",
"GHSA-whqx-f9j3-ch6m"
]
}
cleanstart-2026-dv04077
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows-fips package. go-git is a highly extensible git implementation library written in pure Go. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7.3-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows-fips package. go-git is a highly extensible git implementation library written in pure Go. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DV04077",
"modified": "2026-02-24T09:23:19Z",
"published": "2026-02-25T00:42:42.369607Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DV04077.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-c2hv-4pfj-mm2r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-cfpf-hrx2-8rv6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-p84v-gxvw-73pf"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "go-git is a highly extensible git implementation library written in pure Go",
"upstream": [
"CVE-2025-0913",
"CVE-2025-4673",
"CVE-2025-47907",
"CVE-2025-58181",
"CVE-2025-62156",
"CVE-2025-62157",
"CVE-2026-25934",
"GHSA-2x5j-vhc8-9cwm",
"GHSA-37cx-329c-33x3",
"GHSA-c2hv-4pfj-mm2r",
"GHSA-cfpf-hrx2-8rv6",
"GHSA-p84v-gxvw-73pf"
]
}
cleanstart-2026-oi08379
Vulnerability from cleanstart
Multiple security vulnerabilities affect the harbor-fips package. Cancelling a query (e. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "harbor-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.12.4-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the harbor-fips package. Cancelling a query (e. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-OI08379",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T15:32:54.729863Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-OI08379.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-9h84-qmv7-982p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-mh63-6h87-95cp"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-rq77-p4h8-4crw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4673"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Cancelling a query (e",
"upstream": [
"CVE-2025-4673",
"CVE-2025-47907",
"GHSA-9h84-qmv7-982p",
"GHSA-mh63-6h87-95cp",
"GHSA-rq77-p4h8-4crw",
"GHSA-vvgc-356p-c3xw"
]
}
cleanstart-2026-kz30232
Vulnerability from cleanstart
Multiple security vulnerabilities affect the druid-exporter-fips package. Go before 1. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "druid-exporter-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the druid-exporter-fips package. Go before 1. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-KZ30232",
"modified": "2026-01-29T18:58:54Z",
"published": "2026-01-30T16:39:25.872575Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-KZ30232.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Go before 1",
"upstream": [
"CVE-2022-29526",
"CVE-2025-47907"
]
}
RHSA-2025:19332
Vulnerability from csaf_redhat - Published: 2025-10-30 12:27 - Updated: 2026-03-31 03:08Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data. This presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.
An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid value calculations, hanging and rewinding the hash state, including turning a tagged hash into an untagged hash, for malicious JSON-stringifyable inputs.
A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The multicluster engine for Kubernetes 2.9 General Availability release images, \nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.9 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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-2025:19332",
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7783",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19332.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes 2.9.1 security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:56+00:00",
"generator": {
"date": "2026-03-31T03:08:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19332",
"initial_release_date": "2025-10-30T12:27:36+00:00",
"revision_history": [
{
"date": "2025-10-30T12:27:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-30T12:27:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.9",
"product": {
"name": "multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.9::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aefdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Afaa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Adc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Aeff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aaf5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Acbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ac1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Ab815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Acefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Afe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Ab0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aa43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Abe2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Af6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Ac124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ae02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Aef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ad13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ac8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Aee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ac13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Afb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aa98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ae6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Ae268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ad058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Ab740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ac09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Af2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Acae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Aa8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Aad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Aa3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aa61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ae6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ab69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Af4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Af77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Aaa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ac6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Af26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Aa09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ab488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Ae9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Addd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:27:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-7783",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-07-18T17:00:43.396637+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2381959"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data.\n\nThis presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: Unsafe random function in form-data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw does not affect host systems. The impact of this vulnerability is limited to specific applications which integrate the `form-data` library. As a result the impact of this CVE is limited on RedHat systems.",
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "RHBZ#2381959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2381959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0",
"url": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4"
}
],
"release_date": "2025-07-18T16:34:44.889000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:27:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
},
{
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "form-data: Unsafe random function in form-data"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:27:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
},
{
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:27:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
},
{
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:27:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:08038f377c65aefa81d3c7ecae4994d28d052bd4bad585e18e8a1a68ab17cae7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4f7a00583f8fe10b6fb076c75123c3fa49d9cfa0c89081d3bb39ed347f4c0993_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:746daa9bb14b25657d06f1f812597c9af23bfc3609f5886073350b1ceb76a0a1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:92dcf853dee08f8f68d43d6928df81e0e03cb95ed1c7b9035de089ec831ac12f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1d2eadbef6e687ee4115dbbd7884baaf76d274c533be945da657476140855949_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:29d754ba8de0b2457c57a385950af19af601852f1c0111d3b43aaebf8aca7ca7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:70dd087d62ac3a981713c7d8f2b167735838a3b86f595d18909bc9044858dfbd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:cae72f2c47613aeed4b9238d9a1c3687de3a29f67cbf14b9afcb6276a5db708b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:7b741d02d088c58663b46a9428e08b1d611cef14db47101c2c6026fd3910d0a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:95d42bc39fb3225766e10a6bbab57f81708982b8c604b0e9939cc556fd3b0045_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:ad82e2274718aa39f58089d329724f84ad5b67ceeb195600e564d2eb57acca49_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b0b6bf1b6a62b9341fa7c5854b1541230c815bb1dc6d28889a43647d9fda5f73_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:01e98f40cb389678f6761ba06bf64bea59af4dfe2c0262389f4dee138f24bc99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:1ce44652fdb1ff8873bf78c98a694162d5aa4596e4e7cc825ffa64f6ca3330aa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:74af8ff6e238b335b5d43ce50a88b38eb5c6749d141abcda54bf6b596dbe4b87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7f2ad02ec5d6d9eae0f4e9f17a7c018bcd3941b9ff74beb854988a4066162e7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:02265d831dca8b81eefa6e184b146bb41dbd5991e090a5fa652af5d380b5f00a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4e94f783fa697c840fd30e14899449cbea182f2617bd458648af9a042ea0f895_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a8d85592cec9c42ad4553729dcae98e37be2e73bae8a1f90797b0e2bdea08830_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:faa320e4acc8adf7adf2657e6d721821aa262a1612189b40d610730123fb0734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0c31f43690a17f234ab23cae5a05d47404289cbc09e9edb0599e8a481b97465a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e2ed4e6a162e10bfe294b60ab8a346be216cabc32036ce3c5d147c37bc12b7f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:c13921ef299ee6776ef16b6ee3bfd200436e87adda99a1f8800bb28b945fc2ed_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fe1c6d40db0bf10dc900e65c862e830ef3f3e23cbc846fb77283600213bf8698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4106d49920040a113fd55df9f7c73ab3482e7173badcb28e1f276e302f61b6cf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a43feafe0d55422140175c005e7496a3b3ac24ae3ccead7a3169f5314c025c5a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a61bb05b6d74172b966a7af990ef6c2e6308b0d7bc8e15d18f28c4aadebf74a9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:a98d413d8d4e6216dffd3e1205c5fdf56ef1a4ce8d807d3202e176f5528c49c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:37bd0bf101ade05eeecc27ea3459fa0c94780c7ee27b1058de3672da75236c26_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4740c45e803d9cef8e1828a675053150bdec5c9e3239a249f4222507487f88a1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:67aafccd8dda051de2490e3db11a1f600b4b8f32a2fb83afcf8efbfa0f582709_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:99acbb35f64967dc087f866416c93c62b33a93f957bf1fe36468b1e894f3732b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:33e509384ac2dd3c4b8c19b4a074f63ae695848d2dd622c455199a0f3cc65dd2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:5b791cf9d6567b40d3ad54e6f53a68d3b106d12261da390afdec452778489d35_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:be2bca8914f010e5258d84f8f7b956877acfbfcc45f81f856a837e5585ffc2b1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e6e6247c87feb3f6e5d0d4655a2318de155935c50f4e053f6a1f5733843aa97a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:3af994fe559a9f75ef2a9765214a5de4ab98af4e2909d05d62dc995f6e94e7ac_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57e77a1c925df18b57825faddb711fc9a0cbe47eb5ea57dd6e276e930471851d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e6b5e5186e0246aa14f517de4a59c98efa975e75a63a8e2ed6fab83ecafcfd6a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f6aa77b98c5362f7787f64e65b1d04eae94fc20ea326c0c235a165a422d6f04a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:03e042ffcf052edd9f906f91571f102ae880a9ef11327a542859b64ccb196408_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:58e1bbded4eb4acac31e7fd92ec63bee206edb9de0fa3835e8fd930a1043c874_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b69b298f473e59d3aee94cdd0abf73973798458eb138d568ad07df4ebad4759d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dc0d87fefad9caddaf3c2b22c8611df9acccd7ec156ced58edcc170f609bddf9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:487d5f2fae53dde288db6981d2e6373d0be4ac440abc7683147d64fce28976de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:c124e98be5de4a56ea655e4beca79f2858b32465fd20e07773e7a1395ab698bf_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e268332aeeeebd1d10688d513fa422c1ddf6d2e448f558ddae25ac719dc4f608_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f4ca2e5bc681d665e6234a1713ac02ea7460ed8fc5204c363a93eb758521189a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:04ab6450876affdee62ac29f7d8897391ea649533b2fe4c9a45f51f02a686b00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d058ba6c2f6e3724f3c721c66f36971289699e87caefd2381e18cdccd08e4f0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:e02b6c0c886afa602daedaaa42b67d76292a91036f445ba58f23f89ec6eacd69_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:f77574607b8ad0a42d5527f58243e4987a99bbee91f1bcd4f458720619f84b99_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:16f8baa1271b313bb4bbfb4321a1d1ffe2c4b377a237f317640a8129d324b418_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3d3c96fd84e118f8236161bf16f22e2456a84fb38b0cd80406e97ada5149d30f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:5f920fdd7a8222e575e3be8108f35053199041f51ea5aef10afdf16270d2c2e5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:6ea6ea4f6425b574d708dabec4dc9f42e39b9553d4969b91663e2ffd866d8bb7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:04e05e26477f39ec59ea54f4881b9e6c9f0584fab0ca8a3a63757b15b6a85605_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6609c43c7b9b9c365039d5d1118886193484ae465cc77e78b8c4502d9c4305b1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:98101a29fb03b044f841c73e251d516e5340570ca793ac5bd02473de6540250d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:ef34aa426b318701b9b5d4e02b50cfb6bf1d58558a59c81842ab55bade9278ae_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:17a05115418ef15764141a6b49322198a6a95f0c8088e7f999ff321d29bc65fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:4a6fdc895b501d75c7d7b45b16f69703cee51f3b772b71927224408b2f8d56b1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:93dd8cb05e0be37173fcb5a73a71f9b4eb55106e9737fab480678b40490fa29e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d13f452122e76244f0af761ff44870414bf84f596a1bcdf0306b796e7eb2d2f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:26f246465a11f736dd02754867c7c77e1c09064b316dba1b58bb45cfa911a3aa_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:2dd4b370e8615eea2232d21044a2179ab35afdc6d9310a5829230d4c3586efe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3147e3dba040499e652cde9d50f7db0b687df65e098ccc3a462bb00e08156f7a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:aa6c4da6769d656a7229b31785bab3a471f9b254eedf8c91f834a67085d3346d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4bf72617fa311039cda7d10ea58387065786ee78b6b1d9187de39e4e3c648171_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:8909f28d0ed965518fb02f018de3d4a1fa2b0f5bdfc21b69d42d51576e80a027_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b740cf2b18c963ae78804851f15a8ab375431143d7450626cf48de7b168078a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:eff1eaa219f91ca0d88e2f94204f4170f6e36d8b1107aef076c690d233af06e1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a0eae2367f79a0bd30ea59510a5c68b6bdc7ab892758d1adf9d5e82ab997255_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:51f03902649faab6a338629f0d6e8f6f596f20c0f8d593321b4d3d51ab1cb1f5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:67d9035a03c97783132281761e3857bb209fdfb6a24e7f21f266d2087c7b99f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c6fb70f93adef74832ad4413c89af34fdfc68ebc47bd89e8371dcb8200c597f5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:1548a662b36f1973ffe4db3de267c6a07a9b8d02398210c0912f1371ff2c9f5f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:8e6f6ef97f7de1daa81b38ffa3bd8de9aa2f2da3b46c50cf55e6b69731e86517_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:af5ad97203aa78ff674ae667c606855528d609a0fc23dac0b40b6abc33353263_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f26a12f7012e513d88f26f64d2cbbd6d3029b77d67a1804503dd1e59f76e8089_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:43bcfbc51270854984894d40717d99ff3dd5da535e2dfdc9961d27802dbf6ccc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:707ec0e9bd9e050c6394a40a8ededae0165b55e4a49afdacfa9f184484c026ac_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a09497ded7ae89ac899ec362cedbfecea89a5abf568acd7aaba671edb98226db_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cbd55380ca368ee1cd14542b1be5cc35b201ad9f6e4282d76421783e46526c5f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:495c95d1a2df101e0bf9c0eaa3caeb575f596d6098782c3a0a1dcb0342589886_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:869e84f8f70932a52daa3e2ab00edf51d307c5e765e96f4f60959f9f048299ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:88c20a3db23ec8edb463c9aba6340522118967db2a220b95d86a7fcc8c6462cb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c09f09d492589e985ade4c480b5bcefa5ee8d5fd819c6a4953d581f60b609738_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:0dc47fe4e5c0ff1757a40758270ff3f143789cd8d69276cf43585662814f4caa_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5e43ebde90a89e834482f60c2aa2e42d2e278b020176c2ba7a1d4d04e752537f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a3fba757d5af0c46b5c51de9148c8c612372634025aae52e303d8f95b64a01b5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:fb3bab06e277d0bc1a606c9ed25c8f12a773ea9790c6ca77d7a75a04e6319dc7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:45c09715d0bce01d62c99d186d247fc79b26a746ff8d5b7dd464f6614832fe7b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:70fde193066fa89b04ac99c85accc75ad03bc3cedacd31769582e73468f1f0ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:96f6b28ff795312c54eedcb8c474d237d4e55081ff9ac1fc276e1a60b1606405_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c8830e47c684454af4dac775c3cdab4d8efcda9f9bdbe5c3f70ded53bb92cf40_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:63aba7ee17bd42208cf56feb3eacaebf927b1d1ad6c02027f2fd6e301384f13f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:88b5dc5a9a4881dcf9a1beb07e99229f3b82a25ad6f0ff180f634357461f55e0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:cefd936f01d767634dc22fd3cc17aab898d050ac1b9ebe91c34ff040ab344c95_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:efdd51a7d88d93a7f2c5a41760d8dfce2a5d14bab8c4cc0fd59ae4dd7619ff45_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2e11b27b9d6884dcb846865d632c141a038f85163b0c4db63a1f29cb8d277125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3a315a6e64edc354b066358fb29a64e9c7661d1ee9e634c084cb972d87329dc9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b488d0482849357ec15b94803eba470bd3c96a3aa70eb401e5e010d939996fd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c1537bc0126b2cabce127ec3d719b9ea6341302cde316cf37f5348ae1e287124_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:0c7d2f1d2dfe831a4c2944677a14cfa5b507f3ac445dc4979e36a8e5d366adfd_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7f64789346a9041fb31ff2aecc0dc48c6bd85d36999a85190e5defa047a24c0e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:9720723383893900fbff504e64f6e13c8f85e23442c710b16aa05bd7aaea50d4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:ee7d6d3fcb3a025c0fca2edb3b8da9c1ff788665760bb5649a723fa025522fe8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d8992c950833e7aacad7cf7ec1cded29c2092f7509bf50dfbfcce06a4bd149a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:36c26ae9529d584fbd4ed24376ff8a83fd583190d4b13461a484e8f49c3ac3b3_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4280a31c94268bb421798385104196fcbf69d6821344601af246fd087e93ca63_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5ad05f728a9409bccca7af882d0bb7161a2269d8336ad3e63c3236c9023e017a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:840fbf02ac4883ef94a41476eb3ab46ffd105726ccd4b02b9b48b6606dcfd8f8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:857bfb293633ec85b774c07b2413f1e184155e5b7a5f63a99073ea419a671e17_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8bd6b32078b7aceea003fdcd90f51a963e056a16dbe5ea54d56cbdfc6de029d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e9a01f91576307ab1e618ce7e4db1c116b2eb9701c5f5a48b0ad671fa57dc18d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ae7818eab65947f74badec716268053224a27b53d704d89c455380d54009c10c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b815590412ff4a47e299f5d30703bc292ba70744d58f4a90eabcf4089e50e2d5_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ddd7acae1c7918ec983e18cb6000a6050fd80eb5e57d2f3b9754de3713ba877b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f2b3e838d78b6bd89e5c9f401326d08696fb29b862fa99b701a3b0aa8b705fe4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19380
Vulnerability from csaf_redhat - Published: 2025-10-30 18:39 - Updated: 2026-03-31 03:08A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Assisted installer RHEL 9 components for the multicluster engine for Kubernetes 2.9.1 General Availability release, with updates to container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Assisted Installer RHEL 9 integrates components for the general multicluster engine\nfor Kubernetes 2.9.1 release that simplify the process of deploying OpenShift Container\nPlatform clusters.\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters, or to import existing Kubernetes-based clusters for management.\n\nAfter the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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-2025:19380",
"url": "https://access.redhat.com/errata/RHSA-2025:19380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19380.json"
}
],
"title": "Red Hat Security Advisory: Assisted Installer RHEL 9 components for Multicluster Engine for Kubernetes 2.9.1",
"tracking": {
"current_release_date": "2026-03-31T03:08:59+00:00",
"generator": {
"date": "2026-03-31T03:08:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19380",
"initial_release_date": "2025-10-30T18:39:47+00:00",
"revision_history": [
{
"date": "2025-10-30T18:39:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-30T18:39:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.9",
"product": {
"name": "multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.9::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3Ac06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3Aa68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3A298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3Aaed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3A5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3Aaf83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3A7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3A1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3A7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3Ad25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3A63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3A3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3A31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3Ae7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3A799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256%3Ab8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256%3A6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256%3Ae2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256%3A9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256%3A2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T18:39:47+00:00",
"details": "For more information about Assisted Installer, see the following documentation:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#cim-intro\n\nFor multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro\n\nThis documentation will be available after the general availability release of Red Hat Advanced Cluster Management 2.14.",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19380"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:63aa20a1eb2914eebfeb83594deb0fd9c447d514f93717cac15b338d81f12834_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:af83216b5d9133295c322c769da53110b525900ab1be1bc5d6285cc735d939dc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:b8e2c62b5e549c418a4fd0955d10e3b2a1820980f23c8b3190bf30291f4b4520_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-image-service-rhel9@sha256:c06cf83e4e6e82a5eba3470f6c2d0f64a14381bcf9781304a38178f5da71d445_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:1facf3f046fb257c3625a79a91973c991005500f9b883f9cbc93a3e82c3c3869_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:298856ac98371e67ec2e80aed138a658883d412a9920c481c0f4deb8acae7f9c_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:31c7eaee68cc23e9f668bc3c9905c43cad30b408cb36ff6085ab24ed80d2fcb4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9@sha256:e2f7dee46f99e471670dbe6092ceb343fd9b72b4a918ada47408d4ef4a5f8868_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:7e81ff2323a78a5fe129341f9d5f76bf10281cae3200aecd041a4beff1cb6f60_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:9f0be189b0548949d71724bab7ffa0bda82d3886d487b8bbbed06335e178fd42_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:aed5dfdcb0ee1ba8f6c8bdd015fdce09ba1e587c67fbdf87dbefd26526c7ec52_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9@sha256:e7b3b4fbf1d5572a21fe71c9d67a4bc49d5ee1cb65617df73aa3cbc8a7c03667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:3c2e9356f0bb37df08f3d71c3a86d6fcdfa8e507a170a03a8189a0b84c7546b5_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:6686e0ad44636396a85ceeaef061239ebd0074aae9918a9acd853f06452fe338_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:7487489606b42c61062c2f6c5d4d4faff1aa8b0bab20bebb4f87d2c97281f697_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-installer-rhel9@sha256:a68de20386cd773e90e0d9132f06b91c53b461dafe1479e27a5ace0818f4792b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:2a07834560fcc6bf627475872b10f7f0d90b6f5a2af51795c9e1797c4d770291_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:5b27e57783e7d236b6bdc62205bce79a49c9dfef81befd1612caa5f588637e89_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:799d9b838f43e2e793006886f0c2b95ba7d19348b758380af26be4d340d09107_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-9-rhel9@sha256:d25be8f16424ea9b44d2445c9cd110dec9dcbebd7d548538abaf104016996131_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:3905
Vulnerability from csaf_redhat - Published: 2026-03-11 04:27 - Updated: 2026-04-01 21:59A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.18.35 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.18.35. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:3875\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3905",
"url": "https://access.redhat.com/errata/RHSA-2026:3905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_3905.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.35 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-01T21:59:14+00:00",
"generator": {
"date": "2026-04-01T21:59:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:3905",
"initial_release_date": "2026-03-11T04:27:58+00:00",
"revision_history": [
{
"date": "2026-03-11T04:27:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-11T04:29:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:59:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ae00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ac7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ad5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Aa746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772607635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aaa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ac23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Abb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ab2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Af357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Adca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ad8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ac3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772263378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Af3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772496383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ad12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Af264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Abddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Aa22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Ac6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772667384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ab23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aaaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aa55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ace2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Af9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Afc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Afe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Af58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Addc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ab6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Abfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ace8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Af933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ae5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Acdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Aadb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ac4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Acb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aa7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ae29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ada26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Af422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772472660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Af28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772233971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ae7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Adffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Afe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ab4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ade91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ac44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ae9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aaf0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772666298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Abcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ae3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Aa2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aacba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Aae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ac2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Adcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Ab6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Ab6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Af52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Af52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Ad48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Abf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3Aad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146701"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Af69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ac33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aa594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772607635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ad2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ac74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ad00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ad894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Adf1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772263378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Afd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Af5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Af70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772496383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ada5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ae7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772667384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Acce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ae790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Add443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aa6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ac462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Af06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Ad475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Acde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ac29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ac217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772145316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ae80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772144257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Aa07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aaa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aa3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Af72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Afc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Afba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Afc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Abdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Acf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Af8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ad6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Adc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Af254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772233971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Acfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aa862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Aa504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aaad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ad59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772666298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ae97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aeba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Afc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ae73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ac5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aa945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Aaf8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Afcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Adad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ac0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ac6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Af93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156127"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aa7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Acb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772607635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Af5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Af37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ad0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Af96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ad59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772263378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aa23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ac3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aabaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ab7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772667384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ac82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ab064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ab8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ac5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Af2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ae02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ad0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Adabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aa708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Af58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ae937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Acfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772472660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Adc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772233971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772666298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ad91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ae1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ac37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ac4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ad97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Aaf5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ad2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Af94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Af4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Abfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156127"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ad7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ab699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ab9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772607635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ae04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ac8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Afeb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Ad1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ac45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ac30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772263378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Afb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Abfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Af4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ac2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772650262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Af4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772667384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ade1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ae357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Af7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ab707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ab3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Acfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ac636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ae71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aacbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aeea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Acc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ab10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ac5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Adf22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Af3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Aa0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772233971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Afbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aa3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772666298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Acd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aa61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ab5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aaf66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ab43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Acb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ac00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772497726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aa82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ac5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ae641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ad9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156127"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T04:27:58+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:59727c4b3fef19e5149675cf3350735bbfe2c6588a57654b2e4552dd719f58b1\n\n (For s390x architecture)\n The image digest is sha256:990383bd551e781327ce7972144fc0c9a614c048d7ccbde562548e07f85192b3\n\n (For ppc64le architecture)\n The image digest is sha256:5e284927ceb1b59b986ac80acf1e4d097b09587f0751c65c5488c2c29dd51d8c\n\n (For aarch64 architecture)\n The image digest is sha256:0a43bf979ac93078a64c99f078b6097634920909f9acbaa18d494b7203b33a52\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3905"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T04:27:58+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:59727c4b3fef19e5149675cf3350735bbfe2c6588a57654b2e4552dd719f58b1\n\n (For s390x architecture)\n The image digest is sha256:990383bd551e781327ce7972144fc0c9a614c048d7ccbde562548e07f85192b3\n\n (For ppc64le architecture)\n The image digest is sha256:5e284927ceb1b59b986ac80acf1e4d097b09587f0751c65c5488c2c29dd51d8c\n\n (For aarch64 architecture)\n The image digest is sha256:0a43bf979ac93078a64c99f078b6097634920909f9acbaa18d494b7203b33a52\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T04:27:58+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:59727c4b3fef19e5149675cf3350735bbfe2c6588a57654b2e4552dd719f58b1\n\n (For s390x architecture)\n The image digest is sha256:990383bd551e781327ce7972144fc0c9a614c048d7ccbde562548e07f85192b3\n\n (For ppc64le architecture)\n The image digest is sha256:5e284927ceb1b59b986ac80acf1e4d097b09587f0751c65c5488c2c29dd51d8c\n\n (For aarch64 architecture)\n The image digest is sha256:0a43bf979ac93078a64c99f078b6097634920909f9acbaa18d494b7203b33a52\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3905"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T04:27:58+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:59727c4b3fef19e5149675cf3350735bbfe2c6588a57654b2e4552dd719f58b1\n\n (For s390x architecture)\n The image digest is sha256:990383bd551e781327ce7972144fc0c9a614c048d7ccbde562548e07f85192b3\n\n (For ppc64le architecture)\n The image digest is sha256:5e284927ceb1b59b986ac80acf1e4d097b09587f0751c65c5488c2c29dd51d8c\n\n (For aarch64 architecture)\n The image digest is sha256:0a43bf979ac93078a64c99f078b6097634920909f9acbaa18d494b7203b33a52\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3905"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
RHSA-2025:20983
Vulnerability from csaf_redhat - Published: 2025-11-11 19:19 - Updated: 2026-03-31 03:09There's a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file. Binary-Affected: podman Upstream-version-introduced: v4.0.0 Upstream-version-fixed: v5.6.1
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 10.\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": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\n* podman: Podman kube play command may overwrite host files (CVE-2025-9566)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:20983",
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "RHEL-110318",
"url": "https://issues.redhat.com/browse/RHEL-110318"
},
{
"category": "external",
"summary": "RHEL-111077",
"url": "https://issues.redhat.com/browse/RHEL-111077"
},
{
"category": "external",
"summary": "RHEL-116090",
"url": "https://issues.redhat.com/browse/RHEL-116090"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_20983.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:03+00:00",
"generator": {
"date": "2026-03-31T03:09:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:20983",
"initial_release_date": "2025-11-11T19:19:32+00:00",
"revision_history": [
{
"date": "2025-11-11T19:19:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-11T19:19:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.src",
"product": {
"name": "podman-7:5.6.0-5.el10_1.src",
"product_id": "podman-7:5.6.0-5.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=src\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"product_id": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=aarch64\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"product_id": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=ppc64le\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"product_id": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=x86_64\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-remote-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-remote-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-7:5.6.0-5.el10_1.s390x",
"product": {
"name": "podman-tests-7:5.6.0-5.el10_1.s390x",
"product_id": "podman-tests-7:5.6.0-5.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-5.el10_1?arch=s390x\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-7:5.6.0-5.el10_1.noarch",
"product": {
"name": "podman-docker-7:5.6.0-5.el10_1.noarch",
"product_id": "podman-docker-7:5.6.0-5.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.6.0-5.el10_1?arch=noarch\u0026epoch=7"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src"
},
"product_reference": "podman-7:5.6.0-5.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-7:5.6.0-5.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch"
},
"product_reference": "podman-docker-7:5.6.0-5.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src"
},
"product_reference": "podman-7:5.6.0-5.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-7:5.6.0-5.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch"
},
"product_reference": "podman-docker-7:5.6.0-5.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
},
"product_reference": "podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Paul Holzinger"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-9566",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-09-04T15:45:46.448000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393152"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file.\n\nBinary-Affected: podman\nUpstream-version-introduced: v4.0.0\nUpstream-version-fixed: v5.6.1",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman kube play command may overwrite host files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having the Important severity. This happens because of the consequences of an successful attack and the low complexity (AC:L) on exploiting this vulnerability. Although the attacker cannot control the content written to the target file, depending on which file was targeted, the exploitation of this flaw may lead sensitive data corruption (I:H) and leading the system to crash resulting in a Denial of Service attack (A:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9566"
},
{
"category": "external",
"summary": "RHBZ#2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89",
"url": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw",
"url": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T19:19:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
},
{
"category": "workaround",
"details": "Red Hat advises to not run the podman kube play command with untrusted Kubernetes YAML file as input, additionally review the Kubernetes YAML file before running it through podman may help to catch maliciously crafted secretes or volumes that may be used to exploit this vulnerability.",
"product_ids": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman kube play command may overwrite host files"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T19:19:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"AppStream-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"AppStream-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.src",
"CRB-10.1.Z:podman-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-debugsource-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-docker-7:5.6.0-5.el10_1.noarch",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-remote-debuginfo-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-7:5.6.0-5.el10_1.x86_64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.aarch64",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.ppc64le",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.s390x",
"CRB-10.1.Z:podman-tests-debuginfo-7:5.6.0-5.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:22684
Vulnerability from csaf_redhat - Published: 2025-12-03 23:53 - Updated: 2026-04-01 18:49A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.12 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.12 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/release_notes/index#acm-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-2025:22684",
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2022-21698",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24786",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22684.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes 2.12.6 security update",
"tracking": {
"current_release_date": "2026-04-01T18:49:45+00:00",
"generator": {
"date": "2026-04-01T18:49:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:22684",
"initial_release_date": "2025-12-03T23:53:32+00:00",
"revision_history": [
{
"date": "2025-12-03T23:53:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-03T23:53:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T18:49:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aa886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Afab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Af873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Aa20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ad0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ae1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Abd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ae886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Ad2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aaba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ab0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ab4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ac6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Af5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aa9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Abb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Afb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aacfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Acd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ab03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ac581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ab19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Add35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ae429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ae53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Abaaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Af06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Afc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Acd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aeef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ac855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ad707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Af06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Aabed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Adbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Affecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ac5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ab5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aa3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Add660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Acb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ade6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Af9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ac907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Afb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Aba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Aae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Abb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ae0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Ab1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Afe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aacd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Acbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Af542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Af63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aabbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Ab7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Af026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ad98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aaa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21698",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2045880"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "RHBZ#2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p",
"url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"
}
],
"release_date": "2022-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
}
],
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-03T23:53:32+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:06346f12b87dfa939b529190af0206edd80ae850a14fdff9b41aa191fbaaca31_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:083b32beee682149d94fbaf672018891956ab49c43c11b0e523f67f925abf196_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:9112b0e15bbc281a86d996c37b9c9b03fef93b53eb924f151e8c8faa8167d42f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:b7343ca83892846c335240beb82f779067552675589c9fd6c115f539f732ba58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0a5c06fc7ea91b699914b06de6f24600d8eb40e1681cbec70361913bac032760_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:1f71c58783b1aa722f42abfc01e521f5de9be58a1c07629739012a74dd3c9eb0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:baaa67e876df01a1f015f8e56bfab45d8edc7d278e67dfb6f5b94dd9d79353d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:bd5413e1425185fb67871f28a866384dca113f90f0ba028c5631bf51bd4b82da_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2026:2351
Vulnerability from csaf_redhat - Published: 2026-02-09 15:55 - Updated: 2026-04-01 19:01A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "VolSync v0.13 General Availability release images, which provide enhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "VolSync v0.13 is a Kubernetes operator that enables asynchronous\nreplication of persistent volumes within a cluster, or across clusters. After\ndeploying the VolSync operator, it can create and maintain copies of your\npersistent data.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at: https://volsync.readthedocs.io/en/stable/.",
"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:2351",
"url": "https://access.redhat.com/errata/RHSA-2026:2351"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2351.json"
}
],
"title": "Red Hat Security Advisory: VolSync v0.13 security fixes and container updates",
"tracking": {
"current_release_date": "2026-04-01T19:01:39+00:00",
"generator": {
"date": "2026-04-01T19:01:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:2351",
"initial_release_date": "2026-02-09T15:55:39+00:00",
"revision_history": [
{
"date": "2026-02-09T15:55:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-09T15:55:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T19:01:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770249158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256%3Add464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770254182"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770249158"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770249158"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Aa4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770249158"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:55:39+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2351"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:55:39+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2351"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:55:39+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2351"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2025:19381
Vulnerability from csaf_redhat - Published: 2025-10-30 18:49 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Assisted installer RHEL 8 components for the multicluster engine for Kubernetes 2.9.1 General Availability release, with updates to container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Assisted Installer RHEL 8 integrates components for the general multicluster engine\nfor Kubernetes 2.9.1 release that simplify the process of deploying OpenShift Container\nPlatform clusters.\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters, or to import existing Kubernetes-based clusters for management.\n\nAfter the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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-2025:19381",
"url": "https://access.redhat.com/errata/RHSA-2025:19381"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19381.json"
}
],
"title": "Red Hat Security Advisory: Assisted Installer RHEL 8 components for Multicluster Engine for Kubernetes 2.9.1",
"tracking": {
"current_release_date": "2026-03-31T03:09:00+00:00",
"generator": {
"date": "2026-03-31T03:09:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19381",
"initial_release_date": "2025-10-30T18:49:30+00:00",
"revision_history": [
{
"date": "2025-10-30T18:49:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-30T18:49:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.9",
"product": {
"name": "multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.9::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"product_id": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256%3A7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T18:49:30+00:00",
"details": "For more information about Assisted Installer, see the following documentation:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#cim-intro\n\nFor multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro\n\nThis documentation will be available after the general availability release of Red Hat Advanced Cluster Management 2.14.",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19381"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:247d68d562a9d22e5d1eaa186f0e6d067a453655cfd1e6fa2b58e33b22771163_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:6083afd8a79e3a0db09004e90d8084d237db97369940c1e9725dd03729e0d734_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:681e182f48d1cd275d7c097f004d3f5eb305ebb8dd62f0bb07b1a63f9ea87146_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/assisted-service-8-rhel8@sha256:7994a6075605f6788e3a69fd005d5fc6cbcdd34d86fed1e479e1a553b452a558_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:0722
Vulnerability from csaf_redhat - Published: 2026-01-15 17:23 - Updated: 2026-04-01 18:49A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid value calculations, hanging and rewinding the hash state, including turning a tagged hash into an untagged hash, for malicious JSON-stringifyable inputs.
A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The multicluster engine for Kubernetes 2.8 General Availability release images, \nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.8 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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:0722",
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2022-21698",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24786",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"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_0722.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.8.4 security update",
"tracking": {
"current_release_date": "2026-04-01T18:49:46+00:00",
"generator": {
"date": "2026-04-01T18:49:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:0722",
"initial_release_date": "2026-01-15T17:23:06+00:00",
"revision_history": [
{
"date": "2026-01-15T17:23:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-20T22:07:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T18:49:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.8",
"product": {
"name": "multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.8::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Af98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Abee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Abf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Abb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ac0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aa3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Adc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ab49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ad3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ac0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Aaac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ab58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ab454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Abf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Af35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Afd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Adf8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ac539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Aeaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ac35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ac34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Aa50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Adaad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Affdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ae69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Ae4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Abf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Ab876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ae30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Aa056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Aeecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Aa3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Af9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ac7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ab23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Abf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765905666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ae5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765874093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765522347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765755875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Ab080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766360304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ac7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765829333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ab2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765669648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766099052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765908967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766082883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766240121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1766274324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Aad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765866268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Aa9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765865949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Acd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765517627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ae5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1765872400"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21698",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2045880"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "RHBZ#2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p",
"url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"
}
],
"release_date": "2022-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
}
],
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T17:23:06+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4730066d796726424abb881b2564bb7e313237ac877284c206c8aee3e3843b2e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6fdd58915b503cf194ccfb2475db55fb74f6d6b8033e71c16ea35f6291f5ad9e_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e69f76da9ffe324bd5b82eaf453bf36198dfc593e2646a81efc157b386e92734_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f98a63dc667c978870e3c7de4fb1eecdaa792e496acf76ab2572d10c73fede97_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1504f6b9df9757c616f09856741b2a4df7dd48bc01e38f403334b953552aa4db_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4c2d5515cd5c2d71327cf767260b9e9ea498f74bd628d00e16ebccce49fd775f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6fffb75e88a35ab4e447bd02f7a64b2830963745cf09a4f1741f3fd10762cc01_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bf0822de14769aa5746e48a6b3da9bd00bffdbfcec7af44882c62f5422a3437c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2c8ddf681d24c855164993316ae09e7c790952c28e89f0155c8c9c72ad385d01_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9342bfe02cb24d81f62bf48a437f1b2f1e58663f4ed13e27084762bfc4180988_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5b99a4b4ff96f7ae3cd5b6e45f7270fe0ce62446cdc14236180504b844875d5_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f35dd312d4befc12ea1e4147f638c140c8f0a1fc6e62db9a8e40f018618047da_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6d85caeef93000977432bfc544a2195968287a0c18fbb851f3ac02b476a4b95b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6dcdd90306fb028aef7cce6965a3c315dcd22c192c6738d993f38a75f42b5929_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bf7751ba0f228b076832d287f1fe39c5ddc0757ef8ab24085f02a106f23dad55_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec18711854511959194df677eb57f543b570009f76a674b10c84f7c8c8e22f3f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4324d92ac7c3800b69320269da831dd1791e50c6793f6fd383f008db990139d4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b876cd5f7e959f7b6a3806c076a45640aea561388cfa1d2ee63693b2668ed6fa_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb3fc940d29dda5218e177232585504c0381597cb5eafd2a6ae7d61ada6a478c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:fd512224832abaf339bd77d592e19af9b72447fc62fa083c28ad7a29ef7cf143_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:14a25702ce0f3daa11002ab8372f72f68e064b46e74189c4b6873291d5326730_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:2e49e880bbeda2fa86eaa67bb167664e27c7b3c7500fe626195650a34834c7a1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:4b3088119684f6d8fc3e67c7bb9de32f5071d9c3861a98152e85bc471bbbd326_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:e30eb0e43c0ccc6d21414e3cc1cf8350c709e385dfef22e3df4ed7398555e275_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2f2e2c858937b028615a4261f1edc8b9b96eb6e48cd2fc3cfd578ad947853a1c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:389dc9a9ebd1662ae67f7add2e833df6c95f881a7bc98dd34c7cc7d62751dd55_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:8398a34a0191a3c87f86eb5be06c24d6ec5a21cefbb22e83e05d8d093ffa3667_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:92c31993c20311df6355ebc516959b4f4904f244261682b7859b099f0ab8e1f9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1302065f09074b5c39c0d1b82f38424dea4d0beaf4cc7a28cc1a1219396eff0c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:329ae0a16b252e50af6cf2fa34a439ee59fbdca07991d9b11aa6a78eefb6d9ae_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6075c900d65aca6e7474812a6e2b82ce3130f0f080edf2c7fa795e4f742fe251_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c0bbacbbd20b81d26eab87d0c0cc8b580125508b10e056ce415242329cb0ac81_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:378ae78ad17b25c905200f4169e8dafb7df99c891ed79fcdbdc1f718a474c0e9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a056dab5e1e3364fa87f452bbd9ce30694abc6763f58001ca1f7c55d5c66c21b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c3e7a02ba107a9c4894cfb3e69120120ae4e170a2ff4bdaeb6c50a811bff7f45_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c61e052c663513b2988cbde077c4868ab69690bce92a2f78ed5ad519df362142_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:17ce360bc53af9054c8b1f09d5f62061e449298e471bd0a7cc022dc2b8c402db_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3148b08c0df9e9f2c8015839c56221b72fa9e7c0091a5e496ab7dbbc67531f46_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:3f9572ccbe6743da5484d80198c1304e4421d8017636aeb9a33c54aa9eb678e4_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b080a37e6dbb9dea9bba1fc1c19865988021db3c90b439882b551c996083a54b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9aae58bb0df87f4f82ceff07e8b6d8daed0988b5ab18c4626806ec304672b959_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a3aa213bc84fffeb587a7809ea0f614fae5cf16909bfb3dc55f469cecb931e15_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:c7e771b27941e0b255322fea09bf6f771049923d2284ce5c96af151089bfe1f1_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:df8887814a9c13cff03878c0aa83a45615c5a130cb084eab6a7ed935052c8d0d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:89a9e49213426355fb85f5c67f6d27f4cf2e51d55010a33039fafbceb196f838_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b2f35172ddbdd878d0c84dbfc623efd2cb32b9d86bbbdcc5bb1386ddba184796_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c539381a8e40366653979a03c61d6bab734d4f91514a0af579d9be724bb141f3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:eecd891d3dc33d6665812de5cc0be197d0ab6037012dfb1fff083cf0db267044_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:4215bc2dddb5fc46b94389adc028bfcabad0b1919e6e455117af6ea9436bcfb6_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67e87c7bf76c8fd164340af6e65c8113268a56b19d664d30f64d10b72c675b9b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:72dfb7afc2ad1032147c826884a8fce0705338b554ecfea3c953cfedf4a15740_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:dc651c7f5c01728d8afb007a9e73d32056ef85f57fe861973dac2a039c70c468_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:337bca55aac13f8184ea71afecb644bd180092df8862b7d562b0e2e019f5b99b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7aa7d12e54bc5863359f74b3fa435b3987b2faa83da019beec1b665b75f2782c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b49080222971175c4e70cd22a41d37849979966164d7b23bba642877e0225d4f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:eaf4654971ff5f5c287bec96bf963088f52fa3f719ccde8afbb154a0e037c5ff_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9055df16220c92296fe72bd83715844c0d4d0451a78ec82b0241894253f1ec0f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9cfaaa43f4c654be535d54fbf95e703162a80b2a386221d9625d71985677e320_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a3dcaab11f1ca4a57df98a356329f7fea236bf6b17494c3f0f8009247a81160c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c35698536e448e9adf54ce2a17a8c6f7be5e3b96a7cc7ea8f19270c8f361236b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49dbd10358b243f16dd6459dc1e336485e246f5e880cf2a13341f7e77e3981fb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:6a9c292ad46f8c66fd6043cb28668708eea8d54cd912d8b297fd7c61c5cb7455_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:891145824fe222ff92777d0519a45a36aba184435d6cd1d03b07fc6792456a84_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f9170f91184fa35760f4996bf5dc9b8e1681c5988e261b4b2d1e3a3f6acfbd17_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0a9743ff8c77870914a6b667c4e202f9f51a83de9100d297cc35e6ff69ea8760_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2a8646899ea5078351002d55923c8e8440467a3572aae2e690e64aa8ed41b578_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c34a5449a7c10348430e55d5233ee548fd09364328f90aa533e66cc9bb52bb41_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:c7e9c7a2ae2c357033fe05b3c15947cfc77617dc8a3e18b875b2bb727eaec296_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4e83da7474dddf6eff9c5c6dae42c19e6ba98f139022245da8ae98e43859e804_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9dfb4094f6b830aa18b5aa0dd5323cd39bfb26a3d85d18443c67117918c4cc12_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d3b92902376cda7551770a7ba22825df84f91aa8719248c255e7ccdaacee66ac_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ec0e4af791904322ec12f372e68a2fd7191bfe2839c046c963e95b1f966ecad0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:12b5d44e0d272074761bf3616d21880ba144a9320ecaa62b88d5a47f3d6298ef_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17db8a8e997b2d531a6bc5038ce677b3ff0afdbf1c805ee73fe375b3e8cd7567_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1d4864bf924aafa9aca62eb266a4fc8ba57515807c5f41eaa62a1712ae204d50_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:65b439d2f8f045a38fbd7676d9b024e2750806d13a7af9b55e9daef8a01e0d85_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:25764e7533896af9e5495a37533cf40ece09ec9af2ec76e5334ae8da23913064_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:98e1c337e9a5a7b012d0cb49b2c6eb3366e4026cfbd8666453b4a1e1ee0e8904_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ad1dab83354acca5de8658f8a20db7a967c79740a58c4d80f52cfc3352e53298_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c0aafa96779a5a2c4d8d01c1e3d27f3d2dc51829c780cea401b7729788898765_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ab3b3d99cd12397b40d7aaa0b8cea0ce567667f6f577f8b0de3b3f326e29cd3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a50ca0977f61f9745b0b15934a1fbfa031a986e8771d9e0971c7c9c4a975b0e5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:a9ecb2a854884e3b6953a5771ca23381cf391725b71fd6d2a19589e7de8e8910_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:aac514ba106684bf59ae36e750c4175933086724b19c8bcacff3ba5df89bbe75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0796fbc208b4391181bce9cc81ca1eca0d0bb65ab3d5284ad432b1d755314983_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4ff1039e6cff68580dcf9b514a81cbcd705ef5d77a89fd5783c174737192a1ed_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bee8feb2f04d8d1fcd74ba087da9158e9945f4d3b72e9cef525e08a3a46206c9_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e4df67bcce085f18b662b8322323ebeabbd2774422d6e102e4f4c747b74b026a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:448f802fa1a8d8d762ce1c1a20844bad5bdec44adc9fcf65f6fc426f2f48ec43_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:82179e82c3372d269d970c3b9f385e2b65f16f2acea36ec4acb989ed106a4603_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b23631c48b4fe914a688d27ac66f868cf7d0db6d8683a619c3eee1b333191873_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b58b9c3a7f55e640756439369f091398614fdf78b4de83454672968be976d6fd_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:615c8a1e471265d9567a424aa10cc8477135322e5dcb489ef285bed5941d3e92_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:b454fd92092b72695e0de3afc9005d2ef41e4fa57980a45b44fa37e399b56e0c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:bf0ccde1c56f02d4537078926c7d014e3075d4a506829bea9425866ad51852c1_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cd1472ba6188e70fb1df13f245620701cd4f2550d8d5ed3b8f04a3f3800b7ebf_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:56a7d375e7bca09b0d7f12c312414bd04c6a60b59119e9787cf55a9dc5f82626_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:bf8d94e049308939c0c215a9bb69ae0f6a5dbc4e24a7cfa4953136f74b852cfb_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e5493d82f31621b9d265341106dedfab372878342163a4357c3554bcff0f8624_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ffdf5c91456c39315670801fc38dd18a7ce0202a65155fe3e0b9bb531f19c19f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1d1deb4104d8aeec314f451c168913fd389ac2d8b1380a68e8722c860ea4cb16_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:62a0c2c59769ce1930d1711746035319d89ae40ee2a29ea94b5ed5a78c23fd3c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9ed27c8a1d6775d0d80f8595ec1a0a20e4fe24c41872eee2350cc5f269e22960_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:daad8a5734feb21f39f3d9429326b2f761d3f2fab830c9d9e4dfd0ec736950dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:191621a5e2afecd2c48008e3922403d0dee3651085e68e404e23b87db54e6903_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:69fb4ab2cb015d8108c270b5fdc2287d85194afbc67a3a998943a9201e126f9a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9eb31a2d6f8cc479b72f5b20a144c2fcf1e9db20c86c1ea52e648c08c633bc2c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a001d75b0ffe122ec003be49502fea70aa8290c7a24cea9821eddaa234eddf77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21383
Vulnerability from csaf_redhat - Published: 2025-11-13 18:53 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21383",
"url": "https://access.redhat.com/errata/RHSA-2025:21383"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21383.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:07+00:00",
"generator": {
"date": "2026-03-31T03:09:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21383",
"initial_release_date": "2025-11-13T18:53:38+00:00",
"revision_history": [
{
"date": "2025-11-13T18:53:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T18:53:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src (go-toolset:rhel8)",
"product_id": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=src\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.13.15-1.module%2Bel8.2.0%2B7662%2Bfa98b974?arch=src\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src (go-toolset:rhel8)",
"product_id": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=src\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.3.2-3.module%2Bel8.2.0%2B5581%2B896cb53e?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.13.15-1.module%2Bel8.2.0%2B7662%2Bfa98b974?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.13.15-11.module%2Bel8.2.0%2B23627%2Bd458f451?arch=noarch\u0026rpmmod=go-toolset:rhel8:8020020251106171055:02f7cb7a"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-13T18:53:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21383"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debuginfo-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:delve-debugsource-0:1.3.2-3.module+el8.2.0+5581+896cb53e.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:go-toolset-0:1.13.15-1.module+el8.2.0+7662+fa98b974.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.src::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-bin-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-docs-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-misc-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-race-0:1.13.15-11.module+el8.2.0+23627+d458f451.x86_64::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-src-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8",
"AppStream-8.2.0.Z.AUS:golang-tests-0:1.13.15-11.module+el8.2.0+23627+d458f451.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19296
Vulnerability from csaf_redhat - Published: 2025-11-04 10:56 - Updated: 2026-03-31 03:08A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.2 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.2. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/155628\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/\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.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.",
"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-2025:19296",
"url": "https://access.redhat.com/errata/RHSA-2025:19296"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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/2025/rhsa-2025_19296.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.2 bug fix and security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:56+00:00",
"generator": {
"date": "2026-03-31T03:08:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19296",
"initial_release_date": "2025-11-04T10:56:24+00:00",
"revision_history": [
{
"date": "2025-11-04T10:56:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-05T22:09:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:56+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:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-ui-rhel9@sha256%3A2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=assisted-installer-ui-container-v4.20.0-202510221857.p2.g0aa952b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202510221121.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202510221121.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202510221121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.20.0-202510221121.p2.g45d505b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ae4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Accd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202510221121.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202510221121.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202510221121.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202510271124.p2.g0d7067c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202510230754.p2.gc2dfaad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Af78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202510221121.p2.gb0393aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202510281955.p2.g56b12e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ab54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202510221121.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ab1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202510221121.p2.gd6b7775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ad438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202510241755.p2.g77782f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202510221121.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202510221121.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202510221121.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ae7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.20.0-202510221121.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.20.0-202510221121.p2.g1abaf84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Afdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202510221121.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Af1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202510221121.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202510221121.p2.g6ce4713.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ab12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202510221121.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202510290158.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Afbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202510221121.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202510221121.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Acc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202510221121.p2.gaf9b206.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202510282255.p2.g14be17c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Aa93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.20.0-202510281417.p2.g9c57a81.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.20.0-202510270924.p2.g6c92e54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ad1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202510221121.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202510221121.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ac361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202510221121.p2.gc6abd3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ac429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202510271425.p2.gc6a042a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ab029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202510221121.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aa95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202510221121.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ae6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202510221121.p2.gb51b46d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202510221121.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Abee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202510272125.p2.gc169e28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ae8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ad17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202510221121.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Adaab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202510221121.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ab1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202510281626.p2.g0913987.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202510221121.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202510221121.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Ab357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202510221121.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Add025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ac1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202510271425.p2.g4b116f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ab2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202510221121.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ac29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202510281955.p2.g6d64a08.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202510221121.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.20.0-202510221121.p2.gbb88da1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.20.0-202510231625.p2.g300439e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.20.0-202510221121.p2.ga8ef205.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.20.0-202510221121.p2.ga2ecb15.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.20.0-202510221121.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.20.0-202510221121.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ab29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.20.0-202510221121.p2.gcb8b5b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Af646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.20.0-202510221121.p2.g0b8e4d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202510221121.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Ad25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.20.0-202510221121.p2.g88b1817.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202510221121.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202510221121.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202510221121.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202510221121.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Afbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202510221121.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Afb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202510221121.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202510221121.p2.g2c9f77f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202510221121.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202510221121.p2.gacf3314.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202510221121.p2.g41627d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202510221121.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202510221121.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202510221121.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202510221121.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202510221121.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202510221121.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202510221121.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202510221121.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ae715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Aeab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202510221121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202510221121.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ac0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ac42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202510221121.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ae8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202510221121.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aa6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202510221121.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202510221121.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202510221121.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202510290158.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202510221121.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.20.0-202510221121.p2.g36ab30f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.20.0-202510221121.p2.g1980135.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ad5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g21f405c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202510221121.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ad3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.20.0-202510221121.p2.g035805d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Aa862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202510221121.p2.g10a1c17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Abed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ad5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ae00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202510221121.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ab636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202510221121.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ad4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202510221121.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ab31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202510231625.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202510221121.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.20.0-202510221121.p2.gf5c1258.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Aeceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.20.0-202510271425.p2.gb1cb643.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Af0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202510221121.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202510221121.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202510281417.p2.gd239f7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202510242225.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202510221121.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202510221121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ab01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202510221121.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202510221121.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202510221121.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202510221121.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202510271425.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.20.0-202510221121.p2.gb575ef1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.20.0-202510221121.p2.g3200dde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202510221121.p2.ge5ad4f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ab29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202510221121.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202510221121.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202510290158.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Af4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202510221121.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.20.0-202510221121.p2.g0693fe5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aa97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g319efc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.20.0-202510221121.p2.g2424e8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.20.0-202510221121.p2.gf011b3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Af0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202510221121.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202510221121.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ae7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202510271124.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.20.0-202510221121.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.20.0-202510221121.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5cd04d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5cd04d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Aa1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.20.0-202510221121.p2.gb93eb64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.20.0-202510221121.p2.g1ff9e11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202510221121.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Abc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Adb7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202510221121.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202510221121.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Aabcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.20.0-202510221121.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202510221121.p2.g0e61642.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.20.0-202510221121.p2.g9d55c02.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ad894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202510221121.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3Ab05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202510221121.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202510221121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.20.0-202510221121.p2.g45d505b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202510221121.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202510221121.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Adb4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202510221121.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Adafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202510271124.p2.g0d7067c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202510230754.p2.gc2dfaad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aa5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202510221121.p2.gb0393aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202510281955.p2.g56b12e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202510221121.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202510221121.p2.gd6b7775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202510241755.p2.g77782f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aaeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202510221121.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Acb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Af3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202510221121.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202510221121.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202510221121.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202510221121.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202510221121.p2.g6ce4713.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ae2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202510221121.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202510290158.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202510221121.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202510221121.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Abc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Ae8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202510221121.p2.gaf9b206.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Afe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202510282255.p2.g14be17c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.20.0-202510281417.p2.g9c57a81.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.20.0-202510270924.p2.g6c92e54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202510221121.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202510221121.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202510221121.p2.gc6abd3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202510271425.p2.gc6a042a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ac17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202510221121.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202510221121.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Afde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202510221121.p2.gb51b46d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aa35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202510221121.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Abdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202510272125.p2.gc169e28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ab36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Aaa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202510221121.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202510221121.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202510281626.p2.g0913987.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Adbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202510221121.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202510221121.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aaf340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202510221121.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202510271425.p2.g4b116f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Afc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202510221121.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ab58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202510281955.p2.g6d64a08.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202510221121.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.20.0-202510221121.p2.gbb88da1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Af6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.20.0-202510231625.p2.g300439e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.20.0-202510221121.p2.ga8ef205.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ae1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.20.0-202510221121.p2.ga2ecb15.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.20.0-202510221121.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.20.0-202510221121.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.20.0-202510221121.p2.gcb8b5b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.20.0-202510221121.p2.g0b8e4d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202510221121.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Aca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.20.0-202510221121.p2.g88b1817.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ae9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202510221121.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aa6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ac48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202510221121.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ab10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202510221121.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202510221121.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202510221121.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202510221121.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Af1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202510221121.p2.g2c9f77f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Aa393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202510221121.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Add7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202510221121.p2.gacf3314.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202510221121.p2.g41627d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ac41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202510221121.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ad5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ae8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202510221121.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202510221121.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ad6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202510221121.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202510221121.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202510221121.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aa748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202510221121.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202510221121.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202510221121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202510221121.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ad69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202510221121.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aeef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202510221121.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202510221121.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Abe60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202510221121.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Acef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202510221121.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aeb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202510290158.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202510221121.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202510221121.p2.g10a1c17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Af6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ab38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202510221121.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202510221121.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Abf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202510221121.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202510231625.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ab24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202510221121.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.20.0-202510221121.p2.gf5c1258.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Adc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.20.0-202510271425.p2.gb1cb643.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ad1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202510221121.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202510221121.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202510281417.p2.gd239f7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202510242225.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202510221121.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202510221121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ab32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202510221121.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202510221121.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202510221121.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202510221121.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202510271425.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202510221121.p2.ge5ad4f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202510221121.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202510221121.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Acb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202510290158.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ac1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Aad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202510221121.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ac9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202510221121.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ae97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202510221121.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202510271124.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202510221121.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202510221121.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202510221121.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202510221121.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202510221121.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202510221121.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202510221121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Aabd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202510221121.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202510221121.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202510221121.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202510271124.p2.g0d7067c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202510230754.p2.gc2dfaad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Acf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202510221121.p2.gb0393aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202510281955.p2.g56b12e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202510221121.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202510221121.p2.gd6b7775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202510241755.p2.g77782f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202510221121.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Abb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202510221121.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aeffe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202510221121.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ae7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202510221121.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ab3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202510221121.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ad9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202510221121.p2.g6ce4713.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202510221121.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202510290158.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202510221121.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Acbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202510221121.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ad0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202510221121.p2.gaf9b206.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Acd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202510282255.p2.g14be17c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202510221121.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202510221121.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202510221121.p2.gc6abd3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aa9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202510271425.p2.gc6a042a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ae50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202510221121.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202510221121.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202510221121.p2.gb51b46d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202510221121.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202510272125.p2.gc169e28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202510221121.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ae08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202510221121.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202510281626.p2.g0913987.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202510221121.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202510221121.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202510221121.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ac9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202510271425.p2.g4b116f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ad3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ac2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202510221121.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Acaff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202510281955.p2.g6d64a08.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ad9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202510221121.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202510221121.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202510221121.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202510221121.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202510221121.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202510221121.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Aa2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202510221121.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202510221121.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ac38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202510221121.p2.g2c9f77f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Af309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202510221121.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202510221121.p2.gacf3314.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202510221121.p2.g41627d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202510221121.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202510221121.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202510221121.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202510221121.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202510221121.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ad9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202510221121.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202510221121.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202510221121.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ac646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ac12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202510221121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202510221121.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Adf30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202510221121.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202510221121.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202510221121.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.20.0-202510221121.p2.g36ab30f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.20.0-202510221121.p2.g1980135.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g21f405c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202510221121.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.20.0-202510221121.p2.g035805d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ac653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202510221121.p2.g10a1c17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ac3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202510221121.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202510221121.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202510221121.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202510231625.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aafa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202510221121.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Ab852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202510221121.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202510281417.p2.gd239f7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202510242225.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202510221121.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Afefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202510221121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202510221121.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Aea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202510221121.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202510221121.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ac1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202510221121.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202510271425.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202510221121.p2.ge5ad4f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aa90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202510221121.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Acfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202510221121.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202510290158.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ac5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ad3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202510221121.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202510221121.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202510221121.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202510271124.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ad8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202510221121.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Acac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202510221121.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202510221121.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202510221121.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202510221121.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202510221121.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Abc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202510221121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ac1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202510221121.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202510221121.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202510221121.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202510271124.p2.g0d7067c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202510230754.p2.gc2dfaad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Acbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202510221121.p2.gb0393aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202510281955.p2.g56b12e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202510221121.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ae2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202510221121.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202510221121.p2.gd6b7775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202510241755.p2.g77782f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202510221121.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202510221121.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.20.0-202510221121.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.20.0-202510221121.p2.g1abaf84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202510221121.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202510221121.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Af4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202510221121.p2.g6ce4713.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202510221121.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Af41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202510290158.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202510221121.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Afab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202510221121.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Abedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ac1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202510221121.p2.gaf9b206.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202510282255.p2.g14be17c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202510221121.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202510221121.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ae37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202510221121.p2.gc6abd3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202510271425.p2.gc6a042a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202510221121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202510221121.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aa6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202510221121.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ace96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202510221121.p2.gb51b46d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202510221121.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Abf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202510272125.p2.gc169e28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ada52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202510221121.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Abfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ae0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202510290158.p2.gdebdebd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202510221121.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202510281626.p2.g0913987.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202510221121.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202510221121.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202510221121.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ae701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202510271425.p2.g4b116f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202510221121.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202510221121.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202510281955.p2.g6d64a08.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202510221121.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Abd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202510221121.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202510221121.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202510221121.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aaf46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202510221121.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202510221121.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Affda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202510221121.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Aca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202510221121.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Af896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202510221121.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202510221121.p2.g2c9f77f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202510221121.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202510221121.p2.gacf3314.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202510221121.p2.g41627d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202510221121.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202510221121.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202510221121.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202510221121.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202510221121.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202510221121.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202510221121.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202510221121.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202510221121.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ad0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202510221121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202510221121.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202510221121.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Adf7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202510221121.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202510221121.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202510221121.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aa975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202510221121.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202510221121.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ad572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202510221121.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Af9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202510290158.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202510221121.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202510221121.p2.ge5ad4f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202510221121.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ac1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202510221121.p2.g10a1c17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202510221121.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ac042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Af4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202510241956.p2.gcbd9f67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202510221121.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aa337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202510221121.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ade72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202510221121.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202510231625.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Abb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202510221121.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202510221121.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202510221121.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202510281417.p2.gd239f7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202510242225.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Aed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202510221121.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202510221121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202510221121.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202510221121.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ab33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202510221121.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Af7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202510271425.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202510221121.p2.g3e2401f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202510221121.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202510221121.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202510290158.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510290158.p2.gdc35256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202510221121.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202510221121.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.20.0-202510221121.p2.g0693fe5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.g319efc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ab6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.20.0-202510221121.p2.g2424e8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Aaa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.20.0-202510221121.p2.gf011b3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Acee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202510221121.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Abdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202510221121.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202510271124.p2.g7f1d6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202510221121.p2.g050ed2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202510221121.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510221121.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202510221121.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ad90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202510221121.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202510221121.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"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:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le 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:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_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:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64 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:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x 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:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_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:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64 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:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_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:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x 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:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_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:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64 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:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_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:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64 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:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_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:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le 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:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64 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:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_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:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x 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:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_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:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le 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:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64 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:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_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:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x 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:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_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:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64 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:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_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:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64 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:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le 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:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_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:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64 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:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le 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:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_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:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x 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:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_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:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64 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:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_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:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x 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:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_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:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64 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:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_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:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le 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:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64 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:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"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:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64 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:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"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:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64 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:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_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:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x 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:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_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:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le 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:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_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:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le 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:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_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:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x 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:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_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:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64 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:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_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:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64 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:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_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:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le 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:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64 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:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_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:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64 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:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_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:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x 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:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_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:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x 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:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_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:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le 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:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_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:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64 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:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_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:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64 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:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_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:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le 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:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x 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:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_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:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64 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:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_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:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64 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:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_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:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64 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:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_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:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le 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:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_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:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x 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:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64 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:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x 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:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_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:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64 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:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_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:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64 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:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le 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:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64 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:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_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:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64 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:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_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:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x 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:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_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:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le 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:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_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:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x 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:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_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:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le 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:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_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:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64 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:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_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:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64 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:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_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:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64 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:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_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:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x 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:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_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:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le 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:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64 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:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_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:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x 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:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_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:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le 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:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_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:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64 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:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"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:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64 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:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"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:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64 as 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:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"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:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le as 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:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"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:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x as 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:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_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:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64 as 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:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"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:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le as 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:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"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:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64 as 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:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"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:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64 as 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:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"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:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x as 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:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_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:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le as 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:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"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:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64 as 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:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"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:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x as 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:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_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:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64 as 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:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"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:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le as 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:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"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:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64 as 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:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"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:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64 as 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:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"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:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x as 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:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_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:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64 as 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:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"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:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64 as 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:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"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:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64 as 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:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"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:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le as 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:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"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:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x as 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:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_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:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64 as 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:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"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:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le as 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:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"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:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64 as 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:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"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:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x as 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:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_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-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64 as 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:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"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:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64 as 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:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"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:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64 as 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:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"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:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64 as 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:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"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:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64 as 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:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"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:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64 as 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:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"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:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64 as 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:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"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:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64 as 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:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"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:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64 as 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:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"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:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64 as 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:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"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:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64 as 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:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"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:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64 as 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:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"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:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64 as 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:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"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:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64 as 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:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"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:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64 as 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:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"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:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64 as 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:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"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:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64 as 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:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"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:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64 as 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:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"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:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64 as 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:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"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:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64 as 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:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"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:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64 as 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:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"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:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64 as 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:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"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:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64 as 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:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"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:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64 as 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:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"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:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64 as 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:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"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:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64 as 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:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"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:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x as 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:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_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:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le as 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:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"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:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64 as 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:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"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:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64 as 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:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"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:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le as 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:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"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:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x as 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:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64 as 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:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"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:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64 as 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:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"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:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le as 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:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"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:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64 as 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:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"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:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x as 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:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_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:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64 as 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:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"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:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le as 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:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"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:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64 as 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:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"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:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64 as 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:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"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:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x as 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:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_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:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x as 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:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_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:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le as 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:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"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:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64 as 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:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"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:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64 as 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:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"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:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x as 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:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_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-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le as 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:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"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:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64 as 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:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"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:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64 as 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:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"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:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x as 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:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_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:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le as 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:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"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:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64 as 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:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"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:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64 as 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:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"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:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x as 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:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64 as 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:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"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:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le as 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:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"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:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64 as 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:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"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:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x as 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:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_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:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64 as 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:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"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:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64 as 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:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"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:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le as 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:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"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:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64 as 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:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"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:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x as 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:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_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:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le as 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:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"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:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64 as 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:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"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:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x as 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:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_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:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64 as 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:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"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:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le as 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:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"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:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64 as 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:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"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:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x as 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:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_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:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64 as 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:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"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:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le as 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:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"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:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64 as 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:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"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:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64 as 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:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"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:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le as 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:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"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:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x as 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:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_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:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64 as 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:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"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:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le as 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:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"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:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64 as 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:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"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:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64 as 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:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"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:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x as 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:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_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:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64 as 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:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"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:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le as 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:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"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:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x as 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:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_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:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64 as 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:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"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:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64 as 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:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"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:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le as 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:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"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:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64 as 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:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"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:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x as 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:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_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:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64 as 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:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"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:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64 as 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:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"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:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x as 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:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_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:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le as 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:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"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:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x as 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:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_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:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64 as 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:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"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:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le as 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:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"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:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64 as 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:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"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:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le as 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:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"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:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x as 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:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_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:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64 as 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:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"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:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64 as 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:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"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:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64 as 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:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"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:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x as 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:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_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:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64 as 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:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"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:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le as 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:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"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:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64 as 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:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"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:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le as 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:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"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:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x as 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:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_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:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64 as 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:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"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:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x as 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:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_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:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64 as 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:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"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:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le as 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:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"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:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64 as 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:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"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:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le as 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:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"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:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x as 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:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_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:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64 as 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:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"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:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64 as 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:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"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:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x as 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:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_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:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64 as 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:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"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:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le as 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:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"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:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64 as 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:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"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:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x as 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:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64 as 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:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"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:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64 as 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:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"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:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le as 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:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"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:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64 as 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:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"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:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le as 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:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"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:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64 as 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:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"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:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x as 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:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64 as 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:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"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:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le as 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:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"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:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64 as 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:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"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:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x as 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:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_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:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64 as 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:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"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:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64 as 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:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"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:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x as 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:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_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:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le as 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:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"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:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64 as 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:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"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:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le as 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:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"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:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64 as 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:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"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:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x as 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:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_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-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64 as 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:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"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:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x as 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:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_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-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le as 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:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"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:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64 as 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:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"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:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64 as 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:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"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:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le as 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:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"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:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64 as 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:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"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:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x as 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:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_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:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64 as 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:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"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:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le as 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:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"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:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x as 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:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_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:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64 as 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:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"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:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64 as 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:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"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:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64 as 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:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"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:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le as 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:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"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:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x as 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:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_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:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le as 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:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"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:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64 as 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:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"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:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x as 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:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_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:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64 as 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:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"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:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64 as 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:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"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:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64 as 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:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"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:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le as 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:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"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:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x as 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:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x as 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:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64 as 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:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"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:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64 as 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:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"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:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le as 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:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"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:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le as 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:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"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:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64 as 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:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"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:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x as 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:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_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:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64 as 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:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"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:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le as 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:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"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:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64 as 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:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"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:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x as 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:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_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:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64 as 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:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"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:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x as 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:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_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:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64 as 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:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"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:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le as 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:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"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:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64 as 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:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"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:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64 as 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:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"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:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x as 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:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_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:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le as 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:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"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:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64 as 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:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"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:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le as 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:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"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:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64 as 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:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"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:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64 as 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:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"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:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x as 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:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x as 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:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64 as 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:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"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:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le as 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:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"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:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64 as 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:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"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:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64 as 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:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"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:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x as 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:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_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:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64 as 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:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"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:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le as 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:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"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:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x as 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:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_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:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le as 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:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"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:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64 as 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:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"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:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64 as 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:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"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:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64 as 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:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"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:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x as 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:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_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:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le as 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:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"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:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64 as 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:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"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:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le as 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:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"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:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64 as 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:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"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:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le as 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:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"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:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64 as 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:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"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:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64 as 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:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"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:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le as 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:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"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:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le as 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:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"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:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64 as 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:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"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:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64 as 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:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"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:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x as 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:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_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:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le as 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:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"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:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x as 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:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_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:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64 as 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:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"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:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64 as 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:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"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:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64 as 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:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"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:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le as 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:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"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:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64 as 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:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"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:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x as 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:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_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:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le as 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:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"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:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64 as 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:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"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:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x as 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:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_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:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64 as 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:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"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:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64 as 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:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"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:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x as 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:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_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:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le as 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:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"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:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64 as 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:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"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:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le as 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:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"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:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x as 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:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_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:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64 as 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:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"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:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64 as 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:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"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:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64 as 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:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"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:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64 as 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:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"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:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x as 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:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_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:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le as 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:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"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:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64 as 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:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"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:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x as 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:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_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:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le as 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:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"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:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64 as 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:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"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:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64 as 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:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"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:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le as 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:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"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:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64 as 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:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"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:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x as 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:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le as 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:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"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:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x as 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:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64 as 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:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"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:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64 as 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:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"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:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le as 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:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"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:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64 as 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:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"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:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64 as 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:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"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:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x as 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:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x as 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:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64 as 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:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"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:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le as 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:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"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:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64 as 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:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"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:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64 as 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:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"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:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le as 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:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"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:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64 as 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:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"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:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64 as 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:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"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:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64 as 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:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"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:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le as 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:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"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:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64 as 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:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"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:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le as 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:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"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:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64 as 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:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"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:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64 as 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:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"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:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64 as 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:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"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:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le as 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:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"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:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64 as 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:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"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:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x as 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:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_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:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le as 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:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"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:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64 as 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:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"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:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le as 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:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"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:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x as 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:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_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:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64 as 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:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"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:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64 as 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:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"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:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x as 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:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_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:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64 as 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:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"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:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64 as 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:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"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:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le as 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:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"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:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64 as 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:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"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:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le as 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:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"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:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x as 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:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_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:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64 as 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:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"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:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64 as 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:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"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:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x as 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:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_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:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x as 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:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_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:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64 as 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:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"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:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x as 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:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_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:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64 as 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:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"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:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64 as 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:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"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:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le as 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:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"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:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x as 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:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_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-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x as 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:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_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-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64 as 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:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"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:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64 as 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:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"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:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64 as 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:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"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:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le as 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:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"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:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x as 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:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_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:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64 as 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:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"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:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64 as 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:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"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:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x as 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:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_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:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le as 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:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"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:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x as 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:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_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:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64 as 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:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"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:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64 as 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:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"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:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le as 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:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"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:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64 as 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:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"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:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64 as 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:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"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:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64 as 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:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"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:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64 as 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:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"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:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64 as 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:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"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:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x as 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:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_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:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le as 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:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"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:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64 as 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:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"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:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le as 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:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"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:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64 as 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:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"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:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x as 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:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_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:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64 as 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:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"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:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64 as 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:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"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:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64 as 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:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"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:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x as 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:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le as 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:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"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:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x as 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:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_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:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64 as 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:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"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:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le as 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:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"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:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64 as 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:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"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:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x as 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:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_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:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64 as 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:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"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:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le as 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:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"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:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64 as 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:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_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-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"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:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64 as 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:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"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:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64 as 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:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"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:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64 as 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:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"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:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64 as 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:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"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:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le as 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:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"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:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64 as 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:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"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:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64 as 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:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"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:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64 as 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:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"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:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64 as 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:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"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:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x as 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:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_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:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le as 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:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"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:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64 as 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:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"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:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x as 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:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_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:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64 as 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:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"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:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le as 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:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"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:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x as 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:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le as 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:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"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:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64 as 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:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"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:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64 as 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:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"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:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x as 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:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_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:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64 as 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:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"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:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le as 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:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"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:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64 as 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:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"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:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le as 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:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"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:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64 as 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:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"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:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x as 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:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_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:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64 as 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:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"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:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64 as 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:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"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:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64 as 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:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"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:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x as 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:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_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:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le as 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:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"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:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64 as 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:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"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:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x as 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:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_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:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le as 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:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"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:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64 as 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:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"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:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le as 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:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"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:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64 as 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:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"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:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64 as 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:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"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:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x as 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:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_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:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le as 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:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"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:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64 as 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:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"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:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64 as 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:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"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:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x as 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:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64 as 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:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"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:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le as 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:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"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:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64 as 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:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"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:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x as 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:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_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:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le as 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:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"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:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x as 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:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_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:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64 as 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:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"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:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64 as 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:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"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:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64 as 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:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"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:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64 as 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:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"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:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le as 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:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"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:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x as 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:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x as 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:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64 as 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:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"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:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le as 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:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"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:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64 as 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:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"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:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64 as 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:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"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:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64 as 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:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"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:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le as 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:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"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:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x as 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:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64 as 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:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"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:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64 as 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:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"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:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le as 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:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"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:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64 as 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:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"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:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64 as 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:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"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:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x as 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:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_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:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64 as 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:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"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:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64 as 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:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"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:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x as 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:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_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:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le as 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:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"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:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x as 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:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_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:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64 as 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:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"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:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le as 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:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"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:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64 as 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:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"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:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64 as 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:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"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:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le as 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:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"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:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64 as 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:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"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:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x as 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:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64 as 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:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"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:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64 as 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:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"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:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le as 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:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"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:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x as 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:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_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:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x as 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:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_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:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64 as 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:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"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:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le as 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:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"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:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64 as 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:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"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:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64 as 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:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"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:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64 as 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:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"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:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le as 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:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"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:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x as 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:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le as 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:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"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:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x as 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:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64 as 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:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"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:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64 as 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:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"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:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x as 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:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_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:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64 as 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:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"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:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le as 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:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"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:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64 as 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:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"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:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x as 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:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_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:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64 as 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:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"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:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le as 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:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"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:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64 as 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:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"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:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x as 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:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_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:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le as 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:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"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:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64 as 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:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"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:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64 as 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:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"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:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64 as 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:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"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:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x as 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:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_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:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64 as 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:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"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:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le as 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:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"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:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64 as 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:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"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:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64 as 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:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"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:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x as 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:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_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:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le as 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:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"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:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le as 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:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"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:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64 as 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:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"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:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64 as 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:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"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:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x as 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:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_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:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x as 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:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_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:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64 as 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:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"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:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64 as 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:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"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:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le as 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:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"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:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64 as 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:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"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:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64 as 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:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"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:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le as 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:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"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:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x as 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:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_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:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64 as 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:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"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:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x as 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:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_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:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le as 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:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"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:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64 as 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:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"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:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le as 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:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"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:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64 as 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:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"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:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64 as 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:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"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:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x as 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:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_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:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64 as 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:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"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:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64 as 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:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"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:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x as 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:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_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:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le as 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:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"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:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le as 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:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"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:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64 as 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:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"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:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64 as 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:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"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:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le as 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:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"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:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64 as 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:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"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:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le as 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:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"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:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64 as 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:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"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:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le as 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:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"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:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64 as 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:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"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:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64 as 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:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"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:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le as 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:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"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:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x as 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:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_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:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x as 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:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_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:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64 as 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:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"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:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le as 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:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"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:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64 as 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:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"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:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64 as 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:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"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:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x as 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:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le as 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:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"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:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64 as 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:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"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:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64 as 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:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"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:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x as 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:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_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:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le as 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:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"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:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64 as 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:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"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:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x as 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:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64 as 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:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"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:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64 as 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:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"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:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le as 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:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"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:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le as 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:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"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:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64 as 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:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"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:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x as 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:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_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:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64 as 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:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"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:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64 as 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:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"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:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64 as 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:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"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:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le as 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:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"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:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x as 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:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_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:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64 as 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:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"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:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x as 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:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_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:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le as 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:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"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:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64 as 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:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"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:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x as 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:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_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:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le as 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:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"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:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64 as 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:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"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:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64 as 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:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"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:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64 as 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:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"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:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x as 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:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_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:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le as 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:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"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:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64 as 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:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"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:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x as 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:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_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:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64 as 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:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"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:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64 as 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:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"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:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le as 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:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"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:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x as 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:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_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:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le as 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:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"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:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64 as 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:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"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:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64 as 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:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"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:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64 as 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:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"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:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64 as 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:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"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:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64 as 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:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"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:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64 as 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:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"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:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64 as 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:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"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:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64 as 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:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"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:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64 as 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:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"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:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64 as 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:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_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:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64 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:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_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:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x 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:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_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:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le 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:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_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:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64 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:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_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:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64 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:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_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:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le 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:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_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@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64 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:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_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:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x 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:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_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:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le 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:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_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:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64 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:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_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:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64 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:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"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:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x 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:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T10:56:24+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:0e232879e27fb821eeb1d0e34f9bd8f85e28533836e59cc7fee96fcc9f3851cd\n\n (For s390x architecture)\n The image digest is sha256:3f0f27a30ac2777a397bb15d22cda00d372fc09bc900afda6e34794d54cb136d\n\n (For ppc64le architecture)\n The image digest is sha256:fef296890c68425164aabb42a59bd141aff3a411048cd3a17cc99bb0a7362f46\n\n (For aarch64 architecture)\n The image digest is sha256:28f1d937c866af5082a4f2022896fdc5340a2f572c77bcb530fb5191d3f28e3c\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/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19296"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1113e255e3b9d5f7ed4f9f835ec61065c816b7ef965a46b82257b8989ba43364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:16ea825e119c9b10110582f788565521bdee9d262bbf11ede316f92b4f08b492_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:25e667c13f5f9903e78266e4457fcfa49b383c281b83cd2c898df304dd682774_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b05106126c4caf5baaebb50fe05fb094757254372437ab683459907fb38bb3d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:799501ea7446cd0c001e2fa487e8f79fd865662fed4009ad08d0d01b68b79b08_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7fe8b3254d47777a1f38488263e84b3de7d1450341b9b0a6cb24d5b9764b6667_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:96b9b2a5e9c46bc93a3f3b082975e03e8e2c42749160b5789fb14c7443e78f4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bc6a6778c9c117ab65fbc5318b5e97e5c9900d416bdc074918499cc7e12070ce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ab3d287414d59beac09bdf466ce01a7684e72225115a2ed319d3afd5eb25ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:abd83d202b0d2d28fc74e9e8ef01d66f0eff8eda3dca22b6919505a4d9ea6b81_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c1953c6ace3f0d78a1c68c87704f66c19fc5ddd7b22adcddf06325f0f5abc55b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ccd539b3b013eaaf9d6823df2ae1be278f4bae9b364ec7227f0e7e5785e904fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1eec04b4907227cb8a449a7545fd48004c88cdc6ca0a09f28ed829d0f929502e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:46b8d1d02e4d8454a2a262867ede7484527bdbade6aa12b57098b949a04f332d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6ee86d9f6da39232c4b5d9949f32de05e3d1a0c9f35ef535bed6ea98775fb1e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:bd7b68d2ff82dfb8c1919de9d6942dc15480e6f80086879be6d13f52d056e058_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1177cf2e278e8d33d497688650ba1ffc63a6c9867cda3aa4a2ec4f61965219bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2c154d42e67c7f08032a5713d9134de1bfa63ec5d38f412243f3584bb6d038b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9394cdc6fceda598c4d1da7ba9edfb98fe7c5724f4f186a33c3c86416d3e0d9a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b10fa497b81c75622666ed338fe51c9f0dcc83620e9db1c58a7f48c67c6ea51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:14b5a59de6636e84fb784018136b2ce3cd7b1b27a1002c8a82f67f160271f543_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:16604fc2f49d247b7408e6f01859a183aaf3600b8c9d2e1152d31012a5b82f03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aa58589d881ca65470a715cd7f2e125699dc90a3974d92c6d8c268d867b51c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cb16202b52688755171c76eb2e8ea9b74f56478126f21d89254610c92e250459_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59e23c9fe04985b666fee75adf8a2bd9de71384727a5772bfd85b827d30d98b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8a9a0b5a118716b7d1cc5864c8c08468adf8dbc97de749b5b55af92e49473d84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9083462cb124cf794dc1864815d963bab9abd6b93fe430e5d2ec6e3ff8214710_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f41e491a28cab1670521e677f8c7bd7fdcdf7e29623218bd08368d5e65a9cc07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:08aec0a7c83789944d910fc0bbdef2ea2eeb63ded83e2c5323db96c0ddf8b81a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21a83a9d0eb9c82f179ac994a61361e2d56fe5ed16626bc441ba2283abdadfc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ca299ac355e62fa64456f0ac4dd6f23c6066f501b124de7992ea06c1f2dd7157_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbcaea5b56dbc89f9008de9c9f01ad97bfab7cdb372d08b4f284167e3639ed1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:04c0857799ce837db596502c1e8ad874c4d333d540763a2edcfbfdfaa2214b80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:745abdb7d80d8bfe04ec5cd4081e73c4d3230fe10abda3331cc326c8ceef2c45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a6b6027f21e85d7ae6e4633cae1ae20079275431b5a34a15172301948d8b8092_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:ee9cc41932648f3b26b45651eae02b37e1b11c558ca1de97a4b04001b1df86c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:24bd6c04ae5702a172c347dafd82d2e265fb8f3bde0d00e2822646d31b181fb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:74e6a10d222dcea36803fbfd8107fe3bd3a73a3ed1ceb2a9d66ffb1bfb64c4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8484d1b4292194ec722b4db27c976d11663b22a0fa93d0e49c37f94a2088546e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bed500872648776de9af1c78f64d0c1cc4aa46f8f9f9e7ba44a462fa1eb4f261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:402d80d3f6a477bc3116e2861db00406bfe39850ec22dedeaf0562341210b814_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c3370489e55c978a173a1f520c932dab64dbb23b56164f17882e7996e03bac1d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d5eedbc83b0b40491a38872ea43c638a2f261103e0d14d64ec254bc5629a9f0c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6ab051f8b5ef09b2098af29d695d8cb4d4082960af13f408b462e34374ccfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:286981943d395a81e9aba4cbadbac7d1cbbde50a234f4c26249709acf0ab3de7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:583040ab4bf6c6a879907bacbc3d172ba37bf64da748d5d431823863717020c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:72f4d71da39474e4fc86fd55646cce50ef174b4ec8e11410798ece6f6ac96a42_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e00b9ca367f8067d03e8d9eda5e0e00ea294d20d296b14d8f43ff86872beb1ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1f98d7ce401d8995ac4089b2fd3d5bc6174cc130e55e98fcdcbd9369f108d66d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:bf23ce7ad271b7bdf6596d7afe87cbb3a11b48e611b995ef502c8419494c59ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d4862024615f5a238b4aa79aeb7d91a45d608bb37782f22d4f5f3251e53e1e06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:de72d57924eab66ca274e80b2789402327caf4f61787a50db57ee9afb02e0b50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:23c9c50143b8d2e3362dc37883621aef4f432e44f921ca52475d9d42a40b591b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:50d27f660ca07d47ff2a2781aa9a163409e748b1e8500d869f430d207ae58d04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:63ed08bb67534b1c130b91db8c84765f38ebbb5eb36388f17b7b1474bf877938_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f7caa81be4016dcb0af20c4939217ee513448736c535a9356d5bcc9330f3dbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10a36eec4988ac8cc72fff48103835634ba4358992a8c2fab8ea7c61600e7a17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ce96f0b397345e2c41e95479f697272707b2c182230746aefdaa08307f1b5c15_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6741917da4a0a4f5453b2e9145298c90e3befa0fcc760e738055576fe2f8a60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fde813821d17af6d1678e21f5b6eb07be7699c1c05ad8bdef9c25eeef2bc4ac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:84d3a31c5c94a1efb72bec189e2570da8c4b0d0a0600974b549a6cd8a5caee77_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8caf762833e17bc76eb1e681a64b7ee9b026a34ab0ea616bfed28f1270b3f679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cee72baa8bf7b253b14bff97b804261138968831218fa8d31150e0f7dd5aee86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0213d15b4cb1caf21434cf0968fe3a398f203e7b39a9d80876a57e6d723363c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2e3fc6c6ac0482cc2c03703937b61c407b95b56ed3aa480e30d317ab5d908fdc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4f99379d2a158f570711b45162d952e7c64ce4d4399665cddce8e2c3608d783c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:af340537e999fd600ad20a9942289e925eb2c146c84f061cc23234be6692e6fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b357b6d711de70b747cabd4841617aabefd4880b7ad80ab19bb15bb28a4c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1df0cf04470e476843cbe60c8dd69ea1070af4fa34335a99926da799a3220d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e701bec94053818a26de0edb6ba18fe05a051d51e0289a370ddae4fc8710ab72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea0557d447ef6e934373bde647238ce91203083192c6b2342c9ab99f347169fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ea836211f36d8e1112c5c62f22a368f10e11a55632fcfff75eea76615b4ba911_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d3fd2a362e93f7a21ee4f3d220692ad16517671f2eba77e820ed4b8a3432f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:388c8761f73c0e561564cd86b82b5c660f2ac9853f7a49faa5cfc25baaa90c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2e59132ec64878eb979b630bf36a70f08b62c0a5edc4f6313eda77c7dd99ff5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d3bf43f28d488989e22150684215b14e1112ff7742b449e7ef2cfab3015e6834_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:328e58e7f9af5f55bb6170aadde9acf52bf61ac8ab51e4c0fcda17b8ffef4c1e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7463fd948df5b5d1810f912dc8d8ad489124315fca46997e37ac6a87f2e8b57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2ffdcf37406588b9d76f741616f5e918f97f5006cbaecc66eea5c1cc7c5672e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fc6ad85faf12356fce4bce7fac572bb97d394c9ce04a700ca838e5cdd08d71cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:963d6773714c1859a9323f2eddfe0386da58ce0fa3b3a74df542f240e6454333_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b58c4d102e3874a26303a8231e2031973b165e5409597f664cd4f9f13573c729_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c29a3f81dcc3e9d19ee65a7963bff1835d708b0d8457357d5025156da9c19357_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:caff460331dc6dbfad60b25a5c50db61a84a2d7458a131633ca07ba4b728ff24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:2c61d956cabefb38528aa4a20d57ce604097760453589494f4e92b32d50d4f1f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06cbe1f954aafa124506f94527b9ce95744f6e30684e0792c5454ad74b3916f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0c5e9ac88ac919ec18bd3962501bf50a3f54f49c8b199cd81fe566d3c4fc2170_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:41e68d8d258bf5879346bd359753028a9a12acc67f158185e3cb404360067aac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6f16e7f86b2075d0ddb93a939dd38059e988f74d0498baae679e0d985a6a7400_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ef97471220898676e394d437de2414231828be0fc0040458f1298f08f20d0f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:73c25024ccd8bdad47bf3ce123798f1e36b253bac76519a47dedaaeb36a9ff53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad459c4e384d3cca556c6830895839cbe2db1d5559964da84f4b9b604563c1e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d9c8376c66490ad29973fad22bae48aa1993efbb7c09e5dc86ce1a20272aa0b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6c885ecb91dc3af1ab0dbe5a48195f654b7cd268a8b921698710f70e7ac8ca9b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6fcdb282bc3ec614b8f34d3486d3eacfdacd86ed094fdcb720917e3f28ebc94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01e8c602f4cc0dcbf40e7ebaebfe9c6ffe47f85d5705a8eb73c5dbe85bc219b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f6f52d13090e85d8848eaca240e333d15842919c09dfbea706413f6e8b3731c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:12e55d1ed604ba9a1caa7b3a4c5f7432f38a805830a25cce3e0ed03287350260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e1ad9c4e946b6e923d8d617fd4f330f754e69e2ba433154a845e3dc5ce314c36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:37ffa130ad8c0c7b49ff1643d377b5e6819ba85ade8b1c5078866a32d6cf0c0c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:95b3c34b47cc8bc3a4665007e697ecd0ed5e99de43fb380606f5988e3b7e946b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:620a355bd0643e353588b61f27fd08d2a645d4b11fbf27d025993f4cae357b7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6e9eab350773a0ac7bbf66916dc61a5e7e2141258b9823c8ee79283bb5397efb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1c810ef4f0c5e3d2f0d802e550e3f75db80bb8dcd3951e2153fe3846c7366714_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:64e2f5a052a23d2c595938f43c6b1ee7d40b736872089cba100b76fc1f94595f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:124ee2f7a661447cd09404366a5f4f3fba35a77db82db978d6f5096b613899d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:604d66f97d2b3db68fe7df0dcd3bb8c7e9b3479b7332f60a03639e91d10352f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9198b220abead27c87192f8f2f284f287b6cc49c16e950d5aef8ae7450ba7f92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b29448ab92f82b1a643443ef7a56da8172b211cd51ec90292631f4c268bbb4f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:35faf7017e19e52d6f8187ec31116a00611d90a17c467415daf1e55761cb81a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4c4b4a8be00e0253995bbb15f92803864d7569f88adc685f0c378d08e8023627_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f22a42f09ed60a744081535a2d82312334b3ff1b5ccf1ff9f691e8e0d61f9c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f646feeef582692c16f5957c958774c0e1b58d7cbf3fbcbed05f721d2669acb0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:418766a2420b9f86344ba8ade6f2563950a6995dac14f25e15cb2201b53bbe62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:e4f7f01c035558793c3c4ee0afdc5c8f7b6b8d00711420d33b96dc921d97acc5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0387b67837e8cbe9e9e063398bace4009d021f06a729f10b4d33492266149bf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5279118f013466070ba29af1f59d742a93fb1cfeea647cfd36da5a10c3a58500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ca831a628d3c1f6898d71da3894b3451acfd2c3fa17fdff07fea3487bc7e1f66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d25c193a4cfc3d7de1372e5d3f1a41f0f821ee736a31849d9d4547e3902facc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8a2f23acde7d7a212918718f802cd75b04df2f30b4eca1e19a80158d926a0529_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90537ad6105e1f79aaebb43abf5acf8138dd838257efc1ff309599b6c0757963_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c117f4586af2c905b75cc1416026a1d842ef952894f511dd163a1f7a38c1346b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9af14be4036f6b3f103aff8f40b47e15a216f80d2ed55e1b0d08e2ec94f9482_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3644f0ede28a5feae1ec16bf126c99786f2da8e6bc2be131dd2ac9756528935d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36894f68293327d88b69cdccaa2e5c36f9ab88462d31f7ade6dff35e2cc00ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:53e20550fc86260d6dde29e5b81c47a19cbaae332d38b9935247b44c37152ea2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559d3beb4f9c627d3ceaff4a7ef8646e835d2d362a10381de6a703a70c08adfd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0c26d0553619b1f7eef9838fd2bbb3464264813a218dd30bbaf59e94b013c3ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d244d76db877bf9f30ce7577a21cad111ab02c8ea3c26f792dd164538f46c59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a0159330bfcfe8849a6fbccb442695434aa7674273ede918a6bc28c45b758f9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:92c786c5f0284e24440fcd642b6c15faeb304fd6547475c84eb6471cc53ecf26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:53dd46e687a25bb111e4c618f338056f5ab1edcf0c6e3b14bf8ec213d185a854_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:857536bdc5d370a252fa18993f5a29fe461158e9f70ed4a2287fc1156b82058c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:89e1a3d228e6055952a2f3b94789b3b5edb0e3f55af20f111ee0667b646dea82_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bf3beaf1a18d57313b0f1d3e22edadffb72292613646d0369d6cc720212e2da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:619385121557a4e1405e640b50504b4ca732308d54b42be8c0d2e5afbb917a2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86fd78c0d0bec9b307dc040a3ca7f851bac8c0363114ad78fda14d3beb47a255_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:db4baa70e62f0e6619f32e44667241e9682ae6e61dece1c44c8a834328aa17e7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ed0a6145d232252f3e0476e3e0926d8bf10e5822dc1a53b263202ee743c24acc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0e8003a3757bdec434f777ba821d605619b926973415b149aab2b6591e685b46_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:23564308338140e12f7d93abef7343d172ae2a24bc766d11b1f19c9f2a389d33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6c86159f1dd989d4e0258c1a9aca71159f88051556de365c3d7edfc0cb89cd33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a6fb70e99430f7f97a304893428640bee20af6a9fe6b143ff24c33ee0001e75b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a4b61d72aa81d8bdcbb271363a99d3ef1e5937b14e46e7cca8432b2ce00a1ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2b141dba1201f8feef05e8bcd3a1dea3118cb8a798e49d5a79f0db6526398301_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bdf014b8c8ac5c6b497a599bcdec07575e0579858b12a76fec432547a06fb6f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bee1981588235dc3aa5e2e87393437ad8524bef38ab36b02cdbd73e94995f1b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48acfb7c7f66801bf4770058446af2c6cba004bb690652298f6813b7c26c8f25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad608f6de0b0d009e7a4d77ade8846751eb796b891f4d6c7bad2a5366d2a8627_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:af46e4064b69ae6ad55aafca58f5e5680fa2abe86d77ac206524680eaa8a8173_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c48d87fbf6ce50f750dc5e265968a1003d70dde0fd4846dea0fa19e87cd37fc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:064cafefb53ccd0455ce3a4d78c4189cb3c96e57532c947f779ff06843adadf1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d3833d622fa6c25f224005be123e3e3a7b5ace6b93559c25a5c98b394e17a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ff0c26bb3d85723d72036f7918dd2116e4f7b67357b71f3c24a2db2da8f874c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ffda46f68ba7f9e42d98ec361b7555a9b1bae0b397955d992043fad4eba2709e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f634a1884aab142dd94db8d962f2f47d4dccccadbb06398ac0ed152f3104718_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a2706e0df0413deab09881e2d89e6b7b901807d55e425e032fa03e1de7e073e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ca08e2b540692e96f2f438ee0472cab257053dc9c931941bc130048dcb750815_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fbdd807107c7c227a8c31ce6d11ac0af06c4dc4bce4f32a7b4e0d9a40d97f600_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4c33aad69f7b3ec41650e225d98e9ceda482f9e77519811f6930203cdd829ed8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:521b4e4b2fd54e663f7f4cd118e891cb07cc4edbe7ba9aca9c01279ec737423c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f896269197298bb4b83250e38510ded0cb0caa8253ebd393ddac54f75067f12f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fb744e0cf1a49aa5ddd9f547194c8d9a3cad5bb14d6383831e1b118ada716abc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37e88426b3d7652dcacac6d06c3571164184a26b7e7114426eb3dbd7ee28a808_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f747a1b9aad7ebccd4540eb9294b58e83fc645da9f762c029c99ef1c6fdf486_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:542a00180ffc312dbe03c36dd64a2ab5cb23e1db79cb42e9034d84e7c14b5adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d894511a39e1b6e6265110bed7a6dbaeef03d79b28c5cd60e12ce0cb50c66d19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:242a4972a6957a176d21104342f62fb1cc7961a8acbad689526ccee94c516505_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:691d990b3409906450a76331cdc93d90112650da712ce5087148ffa12b17002c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c38a433301bee5dd7e98f595ae46b8505e66a68e7663f0ccc3dc4bd24bdfed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f1e86b065840713f5fbcdc8756c11763e2f25c66c601a66bffc48433c3c3f7a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1e5d2ebad5befb0b3446a2476c74704686309f9ca8dcc78def8c5442b53c2d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a393fbabf75324430fc0d4278d87075cd71650bf493da9b82be24d09ff3f0641_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e0db46d8ad2f21b47bdfc96fa942dca60b7cfbccbfb9156b0b370bc336b54aec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f309c073f450ddeee5465c4900e39edb3657bd8ffec6b165fe1dd96e2ca109a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4725ab7e4bc282e3cbfc851d9b2893f9bbbcc3702ebde21718842e106e9f2b1e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7f1919cd8d71097a73be62786311361d8aeba60a27a7f5df02a86c4d95611593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:99a8e234ad7a159ccdd63bc6ce019d3a3f74f7dffc8683f430d7d36d39d1d0e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd7ea55b379140ea09a90fd80a60a357355fb0781b5b69fc04df3f0263c703c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0a13ac9672482c05dde9c2a02f13c5c259b48ec6cd202d4773eefd81195d65a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:29fe4484d032c75e9e1a7c608602493003be7648e68ff8360f8c97d3fd93f7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:79df586f65efe8cbb02a3d078acd2d30a1e02e48329fb94e3d4c996d671f868a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b6f2fcc6c943b9191629122b58c3b4fbbd794e1774b8483e1e1c2a8c4b8d7b7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:26b9ab52d37f656042a4688e5452f995e4efc92ecd866da64896bf593abea71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51020435d93b89bda8fd9c640920fb39b0dc09b63e2a8f79cdb3d09d5eab595f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:65ff466bfc42d1eb4545ec5322f338e2e7f95c61f3f01a9dc5854aa12f2a1dfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7fe031f6cd1d982c606097ef37693029db6cf5ff7b2415ddb7353de138458cee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5fd5076f578ffa9c96fc053d452f4ec3e77a71546fcc3136a01d91b4ec8bbf9e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:82c728f2dc385679877642219be535b520a355055feeead6f7a73d167f140a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:92b69cc00062d32d3f6cb29a6af567fe56fd78875d02906cd8e33a124c9a36c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c41b2762c5264075852c2cbde9b812ef7dc2bddb1a0ec15df5e03a56da7efc66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0d4367da2438e3b2b1aee850314a3945bac89aac8235b9728cca432cbde20a57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77aee60ed69b68faecbee9ccfda9d575ad0b53eb92f2d0d9f069539c7ee90fb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93b194b783abe3424d9c7dbfd85ee36e5d53d8a555dbbc96bdbac0d02300a9c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5d80f399cbfdf8297bbe5762cab4de82804ac8a6cd9f98b86c686076777e657_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:082e2d4ab2dc09f340fc0efe637af0b14adf706b49c55b2e0c31b15954d37367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0dfd6e3bed84d0ba3a1f776b4c32758c7d121f8b4958668199fa77775e8beeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:603cc1e88ce9cac822ea1cf8a0231b14daaf9b1041fcbdab6a7f85ca2d5a58be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c7e2e4435507cc77f855cb5defc1e7e702b50c040db15c2a2e61d38dd121b8c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:45a76325482293eddf53feba7b6998c9916ffee63a144c838d1a90e04fad1a68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8fb3b63aab1563c24b83c44d6c5d2a5ea3b187a44e475822d5709da37471a306_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ced908a4ef6206187276b5190c4d0ac931e6fa2c5f2c2ff78c2069e184305bda_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8a972e0525e1a3d1de434d2f012bc0108641e5842ff293dcd80190d6f1d4020_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2f1a05aee96102d7206c3b88658537f09d5417bf6b718a5c6dc15af31966bf97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:52d693e0a5378122767b5ae88046f146aa2ddac80f37a187663b0f2f10b8d734_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:764bc0094cabbe09ee988d662969e907bcc96e3c97ead3b37eb3d2bd33d2c467_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dafd880a54c04b06ff511670646054144cd48fa3a837fc5cacd3d8c0f9615ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3288c0657500948869b1edd95921cdb0c56f01804bbb88ff4ed3055240b3376b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:36cb5f9304d64a69500c2f7280e97dfebf218e5de0bbfeb1da21fe7c5fe30fe5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41996c604fecfaac8139563f7acd18f1ca0c9ce0994a0e049b1b9ad2a02fd148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:62c81fcc4fd3899ca9fcdc215df2d082ee4a2e8ad395ca3ffeb807ac4cae39bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:00f697afa2bfa47d4c9f28d314bbada94659bbcc8ceb415830d01377b3153c5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:55c62e7d76813bac2bf619c03e87c80e08088630da635b13cdc12d3c2283334d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca2e4a3667095b7725cf798b0023805a66bfe0bf1119c3b802af9a55c3f7ed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d6e49c14a46d3930d79905948d665c5074bd2a928ea6d3402a527dd783f1efe1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c588e9c901f6fb6de5ee44afde1d89e60a2044a29a315d821979f6049ac4c53_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:70dadd8b2a0ca71f2ba27d5a4eb54cc1f341b1283c39f966474c187da948ed68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1352363cb9bc3423c8b96671c58bc407088238bb4c64ba153f65d4e6c83eaf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f110126cddb1f6f55dcc8c96c26c7ffbca4fae66171e3d2c640b4065f3683320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:01c6744d7d37782df2592afc46a66491aa79189458a53c77131f35e95894dea2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:885e6c3f66afabc47d227ed1bbde4d3cc98a18e9c252a279e64b8056008dd170_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c78917f3e93075b4b829839511c6294301ea0c28dcfde6eb1c1ac4849ba5d530_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d9c16ab2e6b48af31943211356e413d96d4a359375f698215b367fc3941325da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:682fd5cee7d024699f5cca5fd2be7b7fdf134110b12d0c41eb294d898e4dca3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b654f0e6359181908113311db36b9f4c28caa60d2c82421e928aedc81929a8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7b6e6f406662cc9e8826d5cdc7ecdd0b852cdfee47b4eaa8b85f493d25e8f177_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b673bc4c9868475a602b024f1cb4a9fba745c0f01f5024789e84651dd34c92c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:293155705ab97269481a3abdc25b2322b2a2a119acaefbecc4b185d17b3bb0a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:80f5d6ccb0ff79fd15b2865c20fc019050c5d494ba0af1324bbe098dbf41e6d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8dec08d8ab54fe2b7a5e41e160e4f5c7c76f37d3f8d32d6fdaedc5a6cda254e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b8d46e0e434e5235477b691bbbdb088dd1b0b7ffefbd32b454ad9d49a991c252_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:95a01bed4513521fc0c5503aec8c007c6a7003d321a2a398a95636408d6354b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9f295e01415ae030c3c73bff28c151b9eaecf02adf07305126b8eb9025172f37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64be1f3004d75e66feb411d9f1bbf9a2f777fea54f8e1d84e2762a4d830f5be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c5015871ac4dd66101317a747cf097ebdb73a53c8ec8a3a5ce45d1839c96aa8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:530c476a5b3f9639328845b6980e8520ea385de8143ad003e08a927547ada4cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f09b389bfbbd875b3e7fe5ee2358e29e3c513144d4015781ad45f498042be5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7369a0265424309bf4e52be2fde0c62ccc3669e14baf02e6e7b2dfa722600416_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a748dae302e2ceede37ec5ccad0d4b8916d1850d7b140877f5ec7a0edb842f4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3d257918094cd5da3355a461b32aa4a251ca9eb9fda2dda1518dab022df2d48a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:49c78eaeb39c7ee5201e924ca213f3889f4a7157cbd0c6ecd0e4c9909c7a312e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:985eea41ec987220a54442166ae634d39a3a1748bd15a9b4e557483a70374f2d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9a275534e6dc3000989cc01020ec77f1171d2c0740f9e931fde10482899d9361_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a5a89cf5bc77264f33462a1506ddeba8da561e4a7a4e2e240b380aa98c12f282_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cbc87eb01e82b603f42e6b2c30559307e96d5fab77c074a26b4cee05e95831dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:cf6dd418472ccc09175cb86d6d38f923b600da6a33c75bcc9700f523b12fcee1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f78e6fb7bec189453107d0e8802d300b8c4fc67394afe3d3e2391d720f8d159e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2f8facc47322b4d937ff0d36891ceffc2422a74474d5ca557338548d5f80d257_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8b8442f3e4f3352a0342b49fe7188c2ebd9dbf2222ce660368733312e73e7789_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c4e0ff9a12e72db1e025968ecd96e40e3319026522bf49b800b209253bf23186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e57c5a6422bfb3bfbfdee425a6072c9b8950e6397597138b93ef5873705877ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:024ddd27713e1e717b8dc0ad8ec53a2e886299d39b73b6b91ad59ad4d2314dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:403d3b548421745e51f56be9b12509375ecaf1df88a741646f9ebffbf9432e06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:79f46a1cdb1d55a3e2dc4e1b640983ee1a21adeeac24ec3f2fb7ccecf93c3d51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:85a0b77d4c74d4d782ccbc3d1a4879a5411c12ff167856584550548eb2cd6f6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:71f340e45cc52f30cecb9f5147134e3efff001305d5d7d02d80a5c00f37a471f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8a976d3482433d82fc9815423fb64cd4cf6ec5a43d8f875c3e5c5534b4b4143a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:95995f54f8b1008d5e21bd72daee5d494d4d46b3825e63346e27c58d94758d91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c646bde79dff9166f02d22abab502c41a4f068cc4dfb364a651adb767f2fdb45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6e4a2f36eae5156f27e4e73b6a637a66da94210f4b3a01c456889eefdeafa2ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dfcb194a2b63aabd9741acb976c172c55e5519d70d9673854c9c7d35cb37c73d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e715a7c8979e8e40f9535e16c21e94f974976bf4754292eff1424a64ce09c9fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7fabb8b05585afea911851a17d071d6305d2cf27b2c71740726af9d0b8cc521_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:077ab8737964c0c6578f61a1eca1d280ac23eb83f809f2eb76a818327a13e27f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:485b36340716032f396b6c6f57a3afaab5f919161d1b2e75f079613d3ae42f00_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9be059ffa2d4c941961349d9d70f9539b0cff27204e071fad43d5bfe9c047a56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b54e1e52029eb5aaff28d524edc57b8009ea3d0d9e95728707cdd7003503f07f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:03f3bd711df9670b496c827e5c24bac8c683d6ce31b0dc7e7c2dacff3101019b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1c91666dd1cecf345f9312a62c7944f063d039014b5a60ae731f476a4e8e23a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6cec17001eef91036bcd19cc3ab02ee9f5fbf8691c231f9ec733d78f5011fbb5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7dd6119141bd6ea7658b5b04c182cec3c3592f9b2aa4fd48c0fb5e8bd900a24c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:370b26ff3dded84c0472cbde481527328f5e5e15a861db970fbf89b435efbef4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4c129e1adbe9a36a0ef5b57ba94ec9bb923077ce6567e1ba8d657406f2c5c2cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9b8ec404931e2749b2ed6515d74f873898eb89b995cae17fd945916252e4e37f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b1099ef541ebb618cb7bbe70de999ac69a33b03eb8d2e95a1bed1ee4e38c3205_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a5cab9d1ebb5067f941396f43d8873461d87c091f6ca0acf901457a6cb80c36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20320fcdf82abad8d7e7a3ed8e565d7d5a74b439502272307a37d597efa6cc21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4e977fa3e67599dd7524637deae0aa7e7f166b76771168f68be6083f6f1a3f32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d438baad7707a2d810d049839d9528a71de65ba56ac40f2ee944bd7e033eaa61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:02b6c9e7378dc4686c5653a2cd926156581424b762c6958973b8018d94a304f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9f9db1ca1e4648687aed94ef0ceaf6d68e1969b227cda5b9b0958d8a6c839a28_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aeb9b15f3846cd2af8e4e770bb01bf19979c8eee487d0b4a88cdac33c5f2b84e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ba7e79107991f1ee8525e404c308a07653409197420e2e8ba55584e030015f59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f676c0af5e75e21d4d7f81ff5b2c465a363279dc46b20725351477d2d19daee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b36272c9883bbc1afb8475589523ebf7a8b044e4d21abdc68f2ce6700d470c57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da52c04f82d99fc74ee977e1e8d9577975e4a7c9eccbdc7ed6173c36f4256507_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e8dd26c77703c950c0253bb0bcc19e2f15c7714278fe9383e6a0254d9aab2455_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2d73d5318cea45fe42a123e467cc3489a1cc7a4d6143d292412676742879b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:69cb88910bafb2f87e0a35dd234d686bea9a7aadb3fe77068a30e8014634c25c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6da41d67bc03e80b8a688745073338280067f46707263bf3ca6fb4e7a438e722_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bf98a5289eb64872527be3b9b6030b424aaabcc72f448d6ebae58d6292e9def1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:785b556ef684fae1c23ac9ea0834fb2197854f2e6e85063b1b902556bb24bf1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93a440f2175902c46119f1266b8efa24d6328e7cdba699beaecddc19df6159cc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c0f3c04a2362c9d24434d8958b706029165006ae7bd088bff028d4e63083a5ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d69100ce7ad543a012c4358aa4f7441c7218bac3bc0553b9ee5a4e540451637e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7ae706536198e98a4bece701ca3b700e38f0472b153bb9f77dac726b34de2e1e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb4c142798fdf65fd8e061676228ee84e46dabd8e70f12a4edc4dca3c779a54c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e2d03d2299859fdf50ab957b8fbca07f8272c2a8c398a53a70cdf70e906e3cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f3550201ee58dc1dc1c0197a301619d316b0fe42db21381820ff24e5b2c73e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:23280a79eff3f18410720d3fc890729bc67acf5ba04ca1bb1886eeaec5c36848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7fc2f8f0dbf3945afae62ebda8335c14a8f4eaf6d2060e0a924e7b2df9964643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:2721803ba6235e202db78ce31e7cdda17089382119ab332d3ff36455ee52d215_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e7821536b7a1e8b1f6425ffefbf0455568dfd79617bb9b08542de8da956b1642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:12fc288a1e2c5b7b17b1023253bd378151fe1291370f2b8506d7a98e7df32bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e75f1996f323a682f08d8621095f98120a870b46ce64efff3f33da2495f2396_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1e8b93a47176b5e3b08bfb44330eac74f9bc39454bcff3f79fc32fddf1001091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3a204d623bdbd4aa5dff892a16a70691d0f288cabec5b75584c44851b42213fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:53db205d56b9bd926132bce84321bbda5b8a5d904942c98f31ef7abace37a7d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:effe4d861a09adb3e72126765ed091a8f9b0d03ca46895346eac0c8464f63559_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4836136aa874d5566f48c708f208b95dd04242c71d2d0fa2b5d9c03e8778fbbf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:64122671360950796b446542f3ad4741b964bffd6bb04e2d7847737f74a49bda_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b12a20285e856989d4a836b90ff5a6850c0efa1de7c39e2895c03038dfd55370_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e2e5043ad8b8db8209fefe887c6e54857bcab87f2217018a430350d931996cfe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2835dcbd4e00b153141705bb0b94308be67522397d5bef60154d446b2ab7421d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9b6906d47ac2b19df17d7aa90627196b8c3ce6002d7fce49611886908bda37f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c42dd935b8f9e97c18b9b7ed7fb258f77a88a0d7ce9e7ff643c203bea8ba90a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:df30450b921fd620c3b3519c24103419e72284d1a87a3235d0039f6160954bb7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52d143f2ac1f9f063dc9af9ac936bbc2b7af5b4a8e244cb59b88ed02a05c3f54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:52e418f52814ad612e218370d8dc14e96c351cab6072ba098324eb3822071e8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e7a250f781eca5b95ca06e07fe53109ba5749751f6927807894f08243951214b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:fdbfee7ab96ec9035d032bc31d5e73d098ccaa78a66fb02a4b48cdbcbda5fa15_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0e944faebf3850604beabd75224709b8569e13aa359672167776c0337dac74c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9cf794796a2dc9f7552622cb6d08e91f26f401fe975cc87ec0e9c5a439fc7c30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ceaf116174cbd31e5c90db1b376b2fbe3963aa37616ae66b0e4b175b1269b764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e8b0cecb6031ec89d585c4927f428ce6e9b4b8e3ce89729947fef18f33f13c82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:477381b3ff7cb9f71bafe3415515a5a3c906610e08d276c59a8556ceb295da68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b3a369b39b875ee5f8ae5fc4a0819963631141bd46c9aba4671b9b7661581629_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ef1bbf35f32caa2840bad2523177fbb3e2e952d522269df7aed358c4fbc0bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f1aa1803f208b70cd11f677740cfa64435afbc4d04586018ff4ef2e3c3213ffe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4980e408b4ef83ce1e72064be8ae34ca28dca1b25d8c6c5898d6e4ca524b3109_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:572465e3907982dbe54f45b95d145666465eff51e6725a98b689e0d2f6e5a06d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d9bf75274a9ca29d2e1e07d949495a8d7bff4b64d4fb42f5857a2269af1c7185_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f4f4bf5c65c3d742343367205d3102aedf83080d4888eb1c71549cff67748c65_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:195ddecc8dbba7fa4626505d12eb427af991386dd370350f23948ee133e63f07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3c2d87fa1f7cc20d37aca8f32a22b6727e84fa056176dc1bd74a85990d91c07f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:41afed315378a03c370869f7505077c1dd623868930a5d614acb8af546d6a586_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4d82f1a87d0f8179cb4b94d290a4cc94ccc3e7726ff74cc3d48d24faec85fa4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fb642378d61ea57e862936f477c167d8af333def4319a28285c830b41205f2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:58d7afa0ac7fa817d994cc618d75ea43b698e32cd1f6604148309300092c6f76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9d4f3d57f78d0cfc5686a786a67d3add0242a1c02675ad901df0d3046a63bcb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b6df9e730044d36348bce11540b569743ba9a8a15aa2e2cf3abcfa70688fd231_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0f30f803f8e48c0f14ebc59d24f23ffa02476bef0e6cb0a5e7a0b2a2c1d363cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:82b6a1b0eb49d784745a8dc4b84e53f6872adb630b230c385baa5d7ffd8eb1ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a35aeee9ce506ec391315264065551e9245f31bb4c4946e115e85971281dae5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ba806e4d4c6c7da65a2329c35551d3844e54a2a160227f425f7767273dd768c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2989128a468f9eaff5527d7f1a7799377cf8ec547af780e23c4b0912265d3791_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5aa8ad5972b492ec89f8592716dc8ee356ce3a564660ad03110d89c120e4b7b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:daab2f22b855072a382a75a7cec2b904824f673bab5a6181ef17aea9fcc5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e08b30e52a17b68f6092492cdf2e1f5a1e6a5076fc46e7f38f08cd62211cd073_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4136238c4c49bcc46a88ca10869de82f68b97ff7eb72993c0c2da04060e20f10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:527247ac0be0223e542d03d64d9f92811278cf6c898b5bf25178615da1a19be1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a975cabbde2bb4282e8a57d0f6c938f049f3d7150217198c52d47dbd854588e0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eef54eba47266ed35a9287f6708725ecc4ec24ade069a9d308e47892243b282b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8f2d6e246d383c82549dad6a52779a9f995f84343600761a581a26be6ba02169_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9e6590170f3a1b38d4332ab8f954bfbd81dc715d27394e1f7448cf60aba5ccc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:be60df8c86668dd72de81080193eb86d8d24e07c83857d7f3b90434a8d8d28d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:23564785b3eb0af8a845a142aa8ba83f759b4d79107d8100f3e32313998b6e99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cef68587022aa884c0e308649ca0cd880f1609470b246bc46346c2eb7cb39f1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d572a7830e0c4e6e6ab9ed37f2c4c102eb6feefc0fa16593c3415efd37960cff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6b6a12087ecd8107cf93e77f953a3a3bd84e3c6d09b8d72e2cbf91f2a1803624_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:838f1927b7c31b598ff9e42a6145aa539d497155a8af3a54e8bac7bc2f8e7462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b2ece4f03e3c89806440ae26adba1659f5051c41563fa7b04e3da32c0c073570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:10503063db126558ce0f8a213a29e8c2cafbc9a1795b6e8f8d715d74a0a192d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eb2384dc3db71c236b4022236fc221a02c093378c3bb73c8fe529d8be239bcdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f9146ff38557eaf0f8d1f0452840b470b310213108c94a40aaf35e0c30f29757_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98f03528b5a75f5afc157b88649087e7dd75c433b34479352696e991b0428254_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c636508cc7cc60e5b6009053a52062245679d478c2cced2ddd6fde6fbf841e06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e1b9f4f3f3249eae1bbcffe7523945e2773f2417bbd431097e0ea57728327ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e293da1d8ef1d56035d4812814ce77c87c2dbb1d9c3473d332b157b11e39d085_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:11998c8593a91cb7ec355e15f8c84e7b671e5af1ccc585cb61545ffda33ff26f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:53de0112a3552cb2b78ed29c356bc51ece269e8c0764cbe8e9740cc81519b1a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:aa3432f919d0235f72bc4ab5d349f23da7a22d4331d1329ef57b52e98524ae63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d17a9163c34d2fb39bf0c0f31b87b93f04132253e88af93c536f9d7974a5e796_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0a715092ba85a375afaf6bca5c64ac4ae92975643ca7bff5358a02c6be2dd640_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:21c358e89fd6503df72f2abda020dcac274836b928bc426134dd3cb9fc8bc632_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d1316fbf497a601527149489b18adb31f6011ca7930e4bdfd0f24044d86a6f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bfb72f6e79fa05c98c89ad08a5f27da3f5f818827aa66c376fd646e49a046d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:06c2e5cd69ea38161f1d48f5509a8ed09236a26a5ab8d7ee74ff142e4a9a8ec7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3bdf96f6ba24aa8acc5cf0dd88b49e45c63f4eba506fccead6753612389a8851_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cd26552dd5f82fdc906f9c3e79ab62f905a5456c8b09830652e25a44cf45be97_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe943eee8a001d6aacdbf6d3d334ceffde99d3c5ce70874b4a38fa5958377d93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:29230768679299167cb867795e560f55c016f17ccbdc94c33a577b45447dbed0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:57d1fb9cb5d83e42cc6e4dee87e9e499f043d3ef076bf6d52a51fcfecd61f2f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3154536e1e284cd0d6b01baeef386db631521efb2ab7aa48491c83178ebe8dcb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d5a7ef499a973e8319a0b855263d425550e55c42a878e3d7b208a6a3f8b643e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83afbf9229b40b3af35fe36b3a9e81e3767f3885274a99896e4a3d89c1e39f64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c721e3bcafd80eb3a7bb2a10308e46f03ad137d367734aa452c0cac3cd00cfa2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:08232674c183c5dfc86b81dc79563f3373e2ca70921c6e6478bca6aa22b9c76b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1a0b043420ec466b74c5b4329c3833472556c6ed9b9f78a8aba03ecb72f03314_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6482035d9b9098ec5f6369b63dd7e371bc54ef7f3fbd78c32dcbd83fdc50c795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:5fc26f5753f356e76cdeb1ccebab1ec132ca4d672f259fe8b3e16356a52006cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d3f47c444279b5cc3b7fb52cfa2f866b7cc223c14021070b17f55800c0b5712d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:578d6ca2643e6f2231c72057cf5e93251ce920c2fc1a4a63b27672f46bee2c01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a862a9bfb5d41e49d903992452be62c6361bc8777adb2ae76d2a1bcce64b135e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c1675228a2f9b17479f92e64d52a174709c1916328dda79e8ff8585344d21ac7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c653d8b63ed8a6ceaef2e19f96de8dadec753dcc06e02f85a739c8f74fac802b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:300e74f861178ae7e03c3622450216445396f44d0ae3b7990ff62972ebef47a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d53d0888d2b04506d02d1090c5ee8bd6cb60c94e1cf5b0d8facc9ab8a5049dfd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d6dbaad7eea568c9bd936a11bceef541632fe884f4e72c21c27db6befe1b3bb7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4d3c90a4147d9e301625c2484c93f62fdb6810beb101346f87d10f36d457daa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4bcd31c4ed8d540e838f800bdfb77d4d54d69c7b13b49ed20feba112aadbebb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:52a4e996e11be3b9ad9b91024d517c0b9a9b1d2f85ff3ae7cc6c9070fd76a21a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b38496e8063b096b5836082dd0291e7ca1362f2ef884b940d7efa99ab86f02ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c042a861242f8eedc19e6301c0755241a6aa7f39c013dbbc6f754db3a51b1092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:02e01f3b63379b25b7c7812e2f02586d0711a8fb829452ad230a85a742a2aaae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3c577e0fd448335ccf64dbc3a74aa4c9060034b6b00bf0c96492522528678c51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:6b6e449ced51f8814b220ce4f6d4fc7aad2da3bea569d65c0d68eb77e8838b30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a93ccecc1a4ce16a0f50ca8278a6cb752e3fa35205e4c76dfe7ddfd5d6e113e0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:254318537e98ad396296fda0dea41c302eafad91345e6e1ec99fce009440acbc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3ba48b3030e12ba0f036378a5a35945caf5dafe2cf26b6b7fec4d36d88a52915_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:529a6f6f5d3d0d03661796c9ec7b50425503871d58e7267b2929a6e9a253c4c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6596efd8cf7ce285784583ec279f7da3a86c72f39fab3137edb547c7d466f400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1e6c55a2ac8c412453861a42066690780726662df5ea242081dfc7b41f632af2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9ee43e7727eca8baa8de095b87fe3e4daac1e9ca0889d3186a585affb40a0791_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a854c7eb865bea441789c8402bb2392305352d69510717508510108c5c5c4236_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1117e09c2ff5ace580315a444a9b8d3f32f400d3d09a74dd8febf5828ab20a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3ebdf1af126e16aeb81273161a22bba53c4e48c212c68dd3dad7a8fb6f672a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:74fe7bcf0dd292be26fdf13c32f540d7c3be8812504dc4b70d425cccbe6c8916_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:93290c4ad5cc9a04362a9f4c43219c2b7f683ffd7aef61079a9c204d27ac137c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e8d2cd28d2411eaf3009972cdced9f477e125dd2f0d4f80d0453c9b1aa986337_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:34ad14972b9c4d95565c9cd3c080a2b803b53762058af64d406a75fbbba7f066_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77df8038f45d10bcdcade84246009ac9b57343964250ec49cafb87d2ade5393b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a337f895bedca9d8d8cc5afe817b329c3cdbdf62b371c0b6c94073ecd706daae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b636186b144d5f39a70d27056b1fd34bc4258f6e51956ceb1154bb23d706f93a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6af230dff9dccec759cdca3c5ac8d1e99230d9192e8cd6832d49ef8ff080e950_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:76acc066fee7acdc98f3c2b2e87a1f0a7d401333d6fa43689abc1a9e6fa71fbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:91614c63d65176ec5d0ef03b42f341301e61f3a15261975ea94009dbc712b97f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff1c4251662649cb90100e52df293fa3e7b537a2d338b989bf979fbffd4b0298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:59f5962eb5c9feab26542461827314848e77272e9c89d6f76905c37c318aa889_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:83c8f8114c8c9108fc446992b7c814cfba646de77c8428cdf0b1876f1336102b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b31f946b6f8b4ac33014c9e88b22527805a4c4af01952a6c7198f7a6f664b822_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee9504b0637fe9c5f90bca2ae45609862f9b49f4c065e23bac25eab5396609cc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:30e7f8ac953098c0c2be77444ca62335d083df8740d8682878874f47e99cfda2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4ace2b7b1300c02ee9212c63e4fe23a7ab5cfac06d628b2b7c435ad54a8c79ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dc7159b1d7ea2e488f05b653a8fa1963bc23a5dfbcc0e720b18357e27372a465_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:eceecaa330baac27119a5bea2f7700737b54ec3cabae778f08ad0cee70df645b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7fe148ecf3ded0c89bd048dfbd394e9d169b2de2ba03cd533217a41f76ce8f91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d1673f1f1c1b1258e57a40cc6c7f5bb7a03f6aa78e3f39c50052a045e7e4b0e7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f0aa82aa852a51010e7b66a44a3168e185344bcf83b550628dd02c451cae9775_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38a2e0b2fdd0923dc5f6e5878b9d2f0e33d29812844371fea5c37330f2fa0aac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8b29d4a551eb71ee1a8c3ef91dc8cd272c357dd5df1fd63ea1a76f156504c141_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b852e8cf9c661738aef2fb3a352b0357613bada2f0b0a2bc5e2117144a632656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f66885a8d4acff6eca72c7b43b0f8bf953f2ab733f88e3b2ae84a71bcb95b728_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e6f70a267cdec6cb0f59cb3662d35998c748b4db262ca9021425dbf7e8075b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:afa8833d6dc25f74a19709870e3e837715c3474bc096512ff79d3e24ae8d8494_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b24f057df702d7c4c30a84391f9427625e31b06433835c1f62840c6ba97f2393_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bb26eda089e58f6f900a6c5177c555d4da7a0b80dc8a2ab693cf853908ba4a18_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09e78fc55562006f376484cbf5100ce425ea7aa8088a38dd51c312405221e074_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:592aaaf5576d2ee6a81a3e8fe97de8ed170913d8973adf8d267a5b4d7e72d268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9a8c9cbcea4d5143571c09887b50e0364dd7233a27afee8b698c81c1a6bc911a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ae22c31f0c3244121bb9dbac026e4a50f993c664d156c77abef040592f832809_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c467253109285714c8ec3740cfd3ffa0f8193dd98f8dbb2045161178a5cad23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4b9ed9eaaf64975874d64c2e48e8a915713c24797c55b4039a6810964e2d11e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:50b0a2a1dbb2b1274d7953d21eb0779e452c5f6f5c588c58c2d489a4a2da3a3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:597d7bd678eeb81aa39e0012c9fd19aaacb96f2b811eae0a94e3b41e11d55331_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:657a02b9663d9e9a0cf5e213c51045f024ee6a99269413bfa5441de5c27e2e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b42f0f6ad8a26cbcfa814470b50759a255e87a34f727ca669615f5992b7a899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a9622ccf15759f8a4fd325b8ae299d40cbc36c5ef5a41e4176a9ce4d4fd3e4ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c429430fe06a0f7721975e59aab353286a7b320dc9b336739b0dc2d099aaf18a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2b5ebfd2b0567c24bc8c33a213be9bae270bcff1543d2912f629d78568b086cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6bcf40b50765d6d19c3d884fca4d99cc51a41b493227a079d21f09f7b970877b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8cf842f15631a82f69490592c0a9fbc20a4119a2d803374c14899f3bbe77dd5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ed582fb3deeb144a0abc8b5bd208bb708ab19fb5b17c075f3bacb6887e9785a3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:440b07db9e3438395a0b8e31df1f8949eda786321b93a4d43aec5755e97a32e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6e00114ee7a5e59f6d613cab3148c134cb1aa4cea0f3992ba44a1ea235ec0731_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78b8f26638c4892137370430f0727be5cb09f676007d5507dc82ffebac51c330_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c17829d776e18d40ca3f97e5c2f85411bb549f808e94e122c5c6404c8f33cb50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1796783bb63a9b4da1015aafe882040230c2022233799f657e4bb3a8a260e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4b6445d52abc7c02dc30858aa5997b7eefc263c551ca10b5bad142a54126992e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:85c2374f7e251c4c68562f9771db2668ae3cfa5d44a6ad15fd13ca3f000b84c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d82c57aacc28e65b5eaff218ce857ef676cb9f6104b97f958412069617a3ee67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:14ff04708180f91f7cc448f59c396c433a35cb2c7766463ec7166a031512716d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:84b8984c37d160441ea520054f70dde91fdd6bdf9619149b27a92b66c5326b2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b029d5c851d1b4f4d1d79afe65d5230ee31e32a1811194ba7fea05ecca845174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e50e54647314db91d352f483079a4a8e5cf558ffee046fe6f3f39384527416a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:40eb88f89d6c05307bf195cd3c6efde380a91b124f21016e16aa725a70baa2d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:47d616dba30e1721be16b334cfa667dda649ca05491f0d88fdfffa7d6a89e7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:578856c50fe9b6c885396caebd11a4bf9752935e24902c4abf43de488c9a1dfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:fefed0644fa83fde93f1ed02632481a45ee1041468fb3fdcee0ddb80e7cce752_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:427fb9ec54ae978a6c6c987039f529108180b4e602db6760f43b08a37a1c3106_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:770e2742eab22caee4cc97c2da89a8671c1503e109420591a6f718e61cca5fe8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b01f9c107f46d6f91c00088da39d43fc9bb40fbf983f606ddc8ca20694e858ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b32a4a902603bd4145fb6f5044a6bcbe0e87d5812a97c09e2caabd1f39321084_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19a34b9c79579cf3765ecc40b4ef832e46cfbbf7fa9888992eaed1b397fc5422_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:400692e188d7c727b76b42267df8bc8303508df823f70e677a94a9fc6f65a7d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:df7e9aedccbd8c55511234f748d01e982ba42960b8162891106f37d7952147bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ea03058f25a896f9e96a4b7ea0901079e3a587472cdae05ef9f1a97fba12f3b8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0be8acd1804375749c8bf343aa75e5ae9a29805254e013f88ed8b7f167f076d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:33160fab43130438dbecef47935ebc58253d71527759023943a971d7eba18a7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:429c2eba09afde8656a5cabf801f83e782236d06e8dbf7cbab428e59c0d2a869_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4474f59c770fd45d047b85a8804cd6d87012646d331c6dc3d088530b01b42936_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:66a5087c0cb8413a2954ce779215661457143caec7fd612787641d4592c28f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6a20d76fdb95f4c4babb0f1cdc399fd10c01490416c64dc646625f8374aa6892_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b33217653e222e660860cbe9576b9c7106a328fb0cc087ad640ecfe045d11a0c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c1037bdd6840c16c5d07e341f39b4bbe4c20e3b3e2566503639581a2aeec9c09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:942416a258b8f71720add6e44117c7aec262cafdca3024f42db6696fabb05bf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:90073e1ef80d8d63dce90abf9b916c692271febd7f289f507cc90895f3e8ebf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:01495a607eadd4e15161ad90f774854b702e081e2e391c721cdcc375d80edb63_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b6b86f5f39459b55db5e55453e8b5c90c73f305d3265249b773159c8ed52c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:38d712fc5f3011ec9c74da5b1eb2cc93d49fdf1ef6bbc47a9f0c27d15572d965_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9a6bf6d752646cf14774bc2ce1641875dd592743278fa29132dba1c12ebb86d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61c7fda03726c61afa98e946bc6f2b3eccd160c3fe2edec3cf53730cd317cbb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9f97e90b2a591fe12c2c43cfee3db46fec17389edf387c4e7c5b9438dd158228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cbba87fcdbae6b38c5c0766c94e53f9da3c00966636c7903345bb7044e8a641a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fab4447e63d42a35a722ff3b3bcff0db908175d9913fb8cc25053e1b2a787285_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:65c0e4e705d345f45a342b28e13d357068440c265106f059c5d81aa771517c80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:81d99e8860d698aba2cfbebf7e3f6a425823a8341454fe1fe6346d3649011565_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a6345dfeb88e8532581e47cba215afa176f84c85fa49c600a750bc5ddf3c379b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a95bf4a6ae0a57cbb298f00cb74276d62079bbd5638cd5443ee1071027146f98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:091e652e9a63b25b507ad9ec4b77974aa97ffe930578cb5169ef2aa452a6b14f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2779d2184c44144710661f0391a0e356a4ca394b1d757287ba5e35808ada28_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7b60cabce383b41682ee0f66427171cb704d2a267bd85af559ef296b7d65a65a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a90a8a6696dffe283152c770ab57caa23c0a98217ab4704a3c64da5c76edc04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3be0547b8c6d7f9768041429e0a6c8d6c4e7542880aecb044b9af7c9dc278c28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4700461c14cc42056cd45be2e20038e0da0bf79898bbeecaacba4c33a0616bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5b9e25bcc7a8a0046fc329957aff92b12eb716524a7b31581519e06636e9bb70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:74fafb7ea11a9a2b39ea8002c22a7f48d511da0d28a7c6f094dd3391cae18fd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:217b98c69bdbc172a4dfda926e62cf249b1cc87639dfbcfce0587ad10007ae65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:326dfeb4381dcd3705643cc0760fde87ccfb9dfb6b066ec418716943c22df378_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:33e50548b796dedd4568bddc760a1bddef4ca31ac35da300ffe7c5db5660875d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b29cec05861d212bfd666e5afc043fbe742e4fc988d4df9fb5a17986f77e1d06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:292d3cc946b4e912778f438b37d193a54aa4bd7aba023bef84be4e9e3c44968b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:87225ea21d98dee13af5d06ac359530a25f7f93b1b8e7d86887cf19e2c6451cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8ded16283fff9d7b0322d50bef3299e7f0e6f8744151861995ba26a82802317c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cfc16545a579b9ac55c1b7567f9d511b23c225d42deb5041059957b80eb0c25a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07a9f74e6dba52269b4d44006829a1feea9bdfc9c226ce95df13029cff0b6875_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0e9cfe2a259517e7299ed1fd666c17378c9aef092b194007ea35b3812733fd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7543fc388a28f05263a87b142cec9e11c35eecbbc08a0c2b070ce326459ca462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dbe5b0093992ebde1c378caf7efc013f66298a3f4dad68de56c4327d4b151fa9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a78260c86daf303d5bccd8e28c056985d6ec65385ed7506e0cb5fcc18f8b813_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3d510e969d31e487fa0e308d72ad24bfca555da7bac38af53910e46480cef796_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:57b9f5a592b30c3b0cccbd92741cf8dd7e03479ae0e0c319d68bdbe06670d27e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:58d4665157e72bd0e2f11c4a658d85b7ee5bf9c82fd0f5ab852b2fdc403fd534_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c81c6981229ddaeeba7a714647e52d8a6189354f5750b44a4784dd0ee8ec943_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9c96f346048fd153ffd7f75be9cb1a78abf383f104c338d8887dc2aeb2e6d316_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2d79292c39f39f6cb74bd63396ceebff8f094655abf78b6dadd21b258fedeb1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb643054502bad35fcd88cec84b33acd23bef0be51df498331dac51537297bcd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:16df5b2e075bb6bacbbd563758ce6993fe6da455c4bbae50f3e73288e06777b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:38812194db114ec5deb265e2b4592bd29133af4e5fede79fecf0038dc725c44b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97729302303c0461a76d3a541ffb2bfe54205af91c457167afc5cbaf863bbb03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f4fe69cefc69202182ab9778eb42f9df8fd4459049d8cc53927edad594feaf51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:09d9591836b21fb36f411444e9cea43129a35a87a64b406f8579a121d5409caf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:671c3623518b6f705ca878d3225bdd63032e2d3f411f0067bea9b2a36c52e64b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:90717497a425c5e8dcf58b94bc4eee57d1a48a6b1910479c7123b5ef6515adc7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f193dc1dc559cc5040e5dcf584034d74090652f335ed0ae8d1b7a0f409071194_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0f3b20aaad4de7d6a8f605d9debdfc1f0bf8fb251eb30874fad6a484ef1a0726_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c1eab9a47c1c2ed5dc19420a39dc5ebb1401fa9fdd6c112901fb6ed9855976c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c5de3f3c3a059c71d95fececb2c7e2459054e9febcee02b5eeda084e788bbc09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c3241cba8133872a18d1a08ba7db1215329c01a00c034a1d739bc66d1ce667_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:28bb3624b9bb15e178771b88816f7faa6d6a5d5178f4ee95eba459b18a92caa6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:8946bde659264298089a85fefe27ee96bba14640ec5593386bb4a5071413f9e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd025a1c6c187bbff1b544aa09bc6566f6c07d770eb339ab4ec6f0250ba39489_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f610615ac7179ccdcd9d8a207a9995e48e8e63c3015a60eb96f43d548675082f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:73d230a0f6978039c4f010a40c3c04fea1d06337672bc64dff90618713e305db_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1d12ab43932800983dc236d90526561fa019ac7a77393ba480c421fbbde64f7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c361d25b9ff477ac472956323a56951cd06842e775d178add2393c63c21167f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e37a0dbe8fffc567c8ea26db85c823df217fa961ac8647f31aec071022275527_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:29d5abadfec017d8f3c24e4a91b5bf076d3e779c07c66802f079b108fe9a92bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:41c2ea02186c317232b6a9b486074096ca8a31bed5c26fbb3b6b744ab2573937_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94beffca43a235a490f059442f228083e8cfddc8803cd85de7fecf0370702bc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c9d533574052e011997cbf6e1710b56ae0590f3c51af0b372d491812ba6e26a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:72d266be1339d905d895f139a77dd0ac6824d56ee999ad0180e87ba588b75913_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e882a598a6b583dbc298c889ab3539027daa70f4167065faec936a79c365921d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f8e499818f19055509837df7f4de7b962bf0786c0a362d52b89f0d0f1848a8da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fea4aa29b5d082a9787ab5861fedbc734cbe57e5e9f34a86480f04120e674245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2b4d09287515f71f802a856766f99322e83aacf64466db03393a7ff7e99be7c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:524e6e8118411f491ed5c511a4a382f42846692a8303bb4d2fe56f51386d7d86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c9b7efd27d9bdd6fdb8fd2149295cbabae8664534b2b4c914393f0acdbcb0c01_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f14b41b15664eb6f6625023de4ec03927fd160602c96f8ab56b23a9f169bfbfd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:04a9bad22a8dca3711b39d0aee87d6a06b508a9514d1f7bdf14d59986fc098f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3dfeb9c9bff74d059940cdba97e3eb7f5d02b59a24c53d0c5f1d863f683a9287_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48e4685adac4b39e7df67cbaa48e1e892acbacaa8ea5edb52b78117b068ceb31_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0fc79e7cc9c32b121a61b9fbd0cb63ad7b3db99d9f6e96b37e7faa5ea7bc577_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:42a3e0a7955d4e516406d9f15f711809d9a03d1b66731c5f0a5e451dab3081a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a97a3df5bb75b997109cb5c4ad38700c6c924acb46545628f9703e8d5cd6863d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0b72484dc90b3b2202aae4aae87a53729d9588c75f974ac04ba10a026c6682f5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:99dedd522c5e5a4756bb3023ffdc8394e93e84a859a0fdc3b6dba23ff39ada0b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:390b2f75996694ed6a7ab25ccff26de3d0149112cd57562c7d1a1b4b3328d1e1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b6f7f56cd69a31ec45f0be3d4461e28fbc08596610cd8533fd4866901aa6eadf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:58ec3f9c47caeaa0c0296d66a3b0ce338d67b2cf13e898b7147c66f0cf27d710_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa1fbd59a9553f299ba080d52724b4880ff506dcb0907772b626d0807b6e4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0486cc5f54630d9c6c7e97c529caf652ef144fb905ceb5f635e13c7c283c4cc8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:12cddcb83bb90330a322f9db8aec4a20750b12a6cb693311c7d20a430396e9ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f6ec611cf154923caa26af94b603f7f585df53bfe13170aac731fa6d107bbc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d8072804c2007661bb2b622c6256b0a2ae4efd3d40e99dc51453cf60aa455d7f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8028a387ef61369a957308698547e90d84128d31535d6e88886b7fc72bfd87c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc94af32615856677672ad16a5e49f868f214b232472d49227885e237f1f85f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bedfdfa9206cac337391b9f4008adf6c5c3fdf46b529ac7ad69143b0269e7129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cc70f42915395a318ca962b09d1d6d5fa37af404079a3e280d1692768b2b54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:03c831e9b519c9b7f8dbe0fdcf9944c77f28e6a9c12aa1d64a67374bc23595d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4e2b02e9fd099caf9167e6fd38a6d291e390bfa3a5b6573ac9357179b0c98ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6eb995569b29fecd1ebd36488277e9b3e6aa4f2f3688ac2af46b6e742c533b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bc08ed6060ecf311a6dfbc63291ba1e8bcff4bc2ce86b1146a429f2c5ecaa7e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dcab20de2c664d546a0a9074963b7f4b6451ec83d3ab69e7beb43a687fe77ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:35725a01556ccf812ecdff98b1b6d265bb2ee72c6c52e2ac86335e565be41140_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5fbb18ba92730d735f6e3d5df2956e6d78dea582055c92b2b5d53a80408cd40b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e8d337a326c457bab1a918fdfd55b2cc4ae40b9487d953f42fe52a3fe7ebf64e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:04c0f831e91392987db18d45c19e6eda8cc6003e89765fd51a130a17002eb513_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:12eca418956d431d2e27ade28fb147b5b848a9bb6482a67eb6cda7eb17094d47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:721f45d5e338f51817f1b3be9eedb4ec1e408c21ae76a47df4bf816adc6a0aa4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:87cf19b9e3cc284f29ac6bf3060c5d8793b057b74f682434af6be3f797290029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:407fd30294178ccca0bc0a0e6ecbb2289e368b2c60c7d805a5cb2efbfde3f68f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:957920a81c56de4f3cb1973600b49ae5f62c2cad59fddfc63879410040ee7f50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cac45c472b2ca0b220b33f7685d938ebae9501af628e6a75a0af5d4fe939f900_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:db7143ad68c7fffe52cfdd989cdaeb5e50c39e5165834c2f09bc4fbd2445f013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3ed016ac51b19dd53eefcaba5cb6ba249d7fc3a24e141e2c470101ddb2d0b2bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4b8f06aabf30dd86a359e3670005d9b701079ccaf2ee5e08e9380a88eb033095_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c1d3f8247ae65244870160893d40b442c0b95e3e73cb7b671ec2258aabc18931_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d0ebb0c72e79897a3e23aab4636fb9b09c03ba064864e6cc35ed43fd4f9ccffd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1f9bf7ee3424e70436fd6ddfceec0f617df717e77b5f821675188f906e0243bf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fcf72873ab8def75313bf53ada0e64e9f99f62ac5b69bd8a12f60f21d172440_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bdd34437de390d4759fd55260ce67b6b60dbca5dd39182b003deef54df5d631c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e97c3652ac56eefc4e59275410ca5d24bf2cad4d92a416122a559989ddda4eda_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0e67cc25cf2b9ab58aa4306b6ccb74714ce60ac6453fe2526a60e272c65b4c07_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3779ffc09ad8c38cb0d3e3eb5d2366596921a6e157e014bcde45c60f9068b0bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cb16ad8286856a938e2a2b97f6bf7c8f87f15bfea79caa6278654d115954f00_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:80af0e8fb12041196eed08ce2fe62b41bd77612242258e9aa09f4545a4cec11c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c83bdf4a9db5bc9ffffc94af2dc120e1c7e0f57d9df9def3d026b60559ebf16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9090968d4128076176d637774898260bae8532f697d5c706caad2d4ef2643f7f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:987b2865a070fd6ef1cae7f31ec3762b80bc4bac2857e84f8196ea5cbbe8c1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cee94d27200b9d3f432dbd0f61a9867e7ecf070d4f5bc41716275136a60912_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:03d3f1188609783b676d2dcbc71bb7d832694f683fd2d6d76ed8023fc8d800a4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:903811987bb748d459961a1e9e8f2f753d5845eb257f5a43f5a593bf6076c979_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9d67065f16dff8d4b7f000d652bb15d88c4cdc828ed6c658c9110d075eefda7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d90db4490d8b3052cd2da88de8f6cf3aff0a253b6f18305c42bbbd477eb3f532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:03b193257b668847dfedd947dfdc5985a15b82b20d27b89e1332b0276d6a934e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2d66b9dc648f05cfcb2eae6c87612b6114db352a19923706457e3b52019f1618_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:79a58bcffdb37e611523e64b18e53a1ac13433595fd992c6896d9c04eddd034d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7728b9bd83f2ac1db0ac33bd9dc3086ba42f3c3268c4e4105668efd0ed2325b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a1c7c4912bb1c21cb1e527b757921b6f4b4ffe937a1cddef5c1a9b1423d6f733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7253d8098e818bfbee47eff8bfb04fc4d2a88cc90ac6e5522e2a16e6a4cd3d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:522c3dba6274b50350ce45c680e27b7368c6c4125a691ebcbfbf159f99ce76cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7d854e130b08f1e9af9cc0c14424f258b3eaff6cb88c57fc05576cd6cd6db1c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:abcf1692e6f1d4201085190620a3594cd687a007e0daf8c669dbd5dbbf65d751_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:012b4cebe72d90457f438f195245f013e89635e18494e1bde9b40992584f9917_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c3c385c95a97cffbfbdce3fe02fe709df72bb659ecb2c5ec24e731f3b0cae94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c12b226cb4bde71dde7f3cc959bbb7f07aa810a99a1d4632d17a438c6aae8442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d0ca8c6c0ee25dbd91a058c1ab1dc13f4977eeddcd930de7403c2c515f8c3c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:eab7810cb877b799dbddbb39d7a3d1c8601ca5998f42c56e218bbe6a8867d113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7d0a13e7c9586c01522e241e3400eec181be275d458a05d9f2ea344c3b55b1c1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:91df2528220bb7cc5d866768048a47f6f90f0ca82c288e6330149be7e754297f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ad88bb1b74db6e498335543aa0647ae8c58c330ee756cc439a71632aa31afc68_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d3df6f257c0c7ae55318f5c6e7131b4d2f4a09f23cf7230a0dfed70c5509ccc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:25b7b45462957dc29e80aba0d3f5dda45b88f21ad2a77386dbcc30cf3d2afb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2e44305913c8dea8575086e20edbbed2f1d646e57767b517dbcd7f17e93aae81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:391061ae7a345b6a921a3c5a577ceb01e7425c042a45d6db58ee3784b46eea3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3c171a4e69e99ca2b2e25709106edaf617649fd6247c018dfe2f907dc71172c0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:4510
Vulnerability from csaf_redhat - Published: 2026-03-19 02:31 - Updated: 2026-04-01 21:59A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.17.51 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.17.\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.17.51. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:4479\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.17/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:4510",
"url": "https://access.redhat.com/errata/RHSA-2026:4510"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4510.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.51 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-01T21:59:27+00:00",
"generator": {
"date": "2026-04-01T21:59:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:4510",
"initial_release_date": "2026-03-19T02:31:44+00:00",
"revision_history": [
{
"date": "2026-03-19T02:31:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T02:33:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:59:27+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.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Aa80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ae74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ab6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Aaedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772763597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Aac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Afb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772452835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Aa13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773191098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ad366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772864906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Abfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Adeb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Ae8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Afe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ac768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ab38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Afadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ab4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ade156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Af6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aa43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ab3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Acad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aabc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ac6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ac45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Af5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Afd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Abde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773188427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772559324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772194956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ae3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ad6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Ae469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ac57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ada695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ab724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Acde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Afca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ad5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Af407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Aecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Af01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ac7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772717174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ade0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772129339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ae7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773189927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Ad91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ac58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aaa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ae499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Abc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aa875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Aeeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Aeeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ae70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ae1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Accbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Abd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Ae4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143184"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Acfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aa5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ab8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Abc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Af7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aaa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Aca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Acf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772763597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Abf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ad50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ab7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ad4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Afefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772452835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ad2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ae0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Aa8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Aa213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773191098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772864906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ae76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Add0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ab3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Abf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Ae0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ab2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Afa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Aa96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Af5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ae46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773188427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772559324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Aff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Aa6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772194956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ac452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ae9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Acf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ad369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Acec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Abe02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ab9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ade1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772143190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ac675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ae2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772717174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Afd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772129339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Af94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ad70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aa9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ace9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ad5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773189927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Af0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ad8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ae22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Adc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Abf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148747"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aaf58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aa94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ab27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Aab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Abf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772763597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Afb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Abec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772452835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ab4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ae8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ae08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Af72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773191098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Acf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772864906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Abdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aa95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Abd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ab573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Aa7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Af6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ab653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ad6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aaef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Adcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773188427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772559324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772194956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Abeb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ad1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Af3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aa5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772138093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Abd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772137418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aafb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Ae4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ae375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Aab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ad3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772717174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aa110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772129339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773189927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ae2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ab0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ae1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148747"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aa75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Ade1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Ae66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772147702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ae19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Af54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Adbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772763597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ad0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ad8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772452835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ab5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Aca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ae5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773191098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Afe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ac7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ad9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772864906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aabfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Af9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Adcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ae3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ad41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ad1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aa8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773188427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aaccd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772559324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ada4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772194956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ab320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Acd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ae3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ad254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Aebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Afabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ada4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772710878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772713304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ad962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Aa55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ac10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Aa313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ad79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772717174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ad89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772129339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ad1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Abfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aaf3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773039403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ac8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773189927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772754171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Adddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772146642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Afaef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773190071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772152696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Afb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aa35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772290075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772148747"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T02:31:44+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:75dc5b2eeb18f5e46a7546e7206a6cb485971d77ca66cd34390f55c0d147ea89\n\n (For s390x architecture)\n The image digest is sha256:68d213f51730607777fb492cd3b5d32fb58e8da880273d83f9d3046336584a09\n\n (For ppc64le architecture)\n The image digest is sha256:f66cc69569c4af877c2fa74469c8f2f51e390088ef63bb38db55991b15075834\n\n (For aarch64 architecture)\n The image digest is sha256:a623aa7ff677656407ae0b361fcff72b11fae6c580bda6714266a00a0f90f889\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4510"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T02:31:44+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:75dc5b2eeb18f5e46a7546e7206a6cb485971d77ca66cd34390f55c0d147ea89\n\n (For s390x architecture)\n The image digest is sha256:68d213f51730607777fb492cd3b5d32fb58e8da880273d83f9d3046336584a09\n\n (For ppc64le architecture)\n The image digest is sha256:f66cc69569c4af877c2fa74469c8f2f51e390088ef63bb38db55991b15075834\n\n (For aarch64 architecture)\n The image digest is sha256:a623aa7ff677656407ae0b361fcff72b11fae6c580bda6714266a00a0f90f889\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4510"
},
{
"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.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T02:31:44+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:75dc5b2eeb18f5e46a7546e7206a6cb485971d77ca66cd34390f55c0d147ea89\n\n (For s390x architecture)\n The image digest is sha256:68d213f51730607777fb492cd3b5d32fb58e8da880273d83f9d3046336584a09\n\n (For ppc64le architecture)\n The image digest is sha256:f66cc69569c4af877c2fa74469c8f2f51e390088ef63bb38db55991b15075834\n\n (For aarch64 architecture)\n The image digest is sha256:a623aa7ff677656407ae0b361fcff72b11fae6c580bda6714266a00a0f90f889\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4510"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T02:31:44+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:75dc5b2eeb18f5e46a7546e7206a6cb485971d77ca66cd34390f55c0d147ea89\n\n (For s390x architecture)\n The image digest is sha256:68d213f51730607777fb492cd3b5d32fb58e8da880273d83f9d3046336584a09\n\n (For ppc64le architecture)\n The image digest is sha256:f66cc69569c4af877c2fa74469c8f2f51e390088ef63bb38db55991b15075834\n\n (For aarch64 architecture)\n The image digest is sha256:a623aa7ff677656407ae0b361fcff72b11fae6c580bda6714266a00a0f90f889\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4510"
}
],
"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.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T02:31:44+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:75dc5b2eeb18f5e46a7546e7206a6cb485971d77ca66cd34390f55c0d147ea89\n\n (For s390x architecture)\n The image digest is sha256:68d213f51730607777fb492cd3b5d32fb58e8da880273d83f9d3046336584a09\n\n (For ppc64le architecture)\n The image digest is sha256:f66cc69569c4af877c2fa74469c8f2f51e390088ef63bb38db55991b15075834\n\n (For aarch64 architecture)\n The image digest is sha256:a623aa7ff677656407ae0b361fcff72b11fae6c580bda6714266a00a0f90f889\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4510"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:224e244785887e87f57459b79e1a8494b3e790ba5be60905b9c134aeb34f60af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:328d7740dc2a87d91fc6f01cdd7588b7b8976d666692ec7ce7064ab1422ee812_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a51d3a0e6765439984454a1e01a0fb6ee8946f89b81b79ad6bb4dc2b59bf39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a75ce30dc9503ebcee526d5f85a4c70b2eb696c1c7493326dc517b5695b6a0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:099de79af64c801575de55cb8d6fb5427ae150bd9fc61c60cf8297a159572f31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:27381055b6bc478bdee76d2c4a44d31bef2474c25703c938af7454ee43c99e84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6bc8204b2be62a10c368200e3369514a1c55ab22327f5788f563c759e7c6bf04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b8579bc40a27844a8332d83a170d3271b547c4a0951decd989c8199b6088d677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:01243d64ad06e92d80d837ac3575f43c3517cafc140f7120910f473b84c1c2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4cd82aa56bf81539013fbbc27156ef77481d5376f0ceac7a7f101f3b9e42a658_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:80d51ba3c1718b65730317b2cdc40e588f4eedfd34ec1e48de030f905f3888b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b3ee14b678c5a472d46bf1ab5c6965660d4011db0f58e525bd7f62aa4ffea2a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1c0a520d5fb66b12ac0a6f39170b5e009073c790184d9f6640b1b243301d5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f3642da55a09eeb592ee0168c31da87ffd84c02b525d59a91db6d780e3d7bc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:49a2c683b9ac1fb18c214c409159945184d0cd9b6c93bf00ac100ac7ed712e57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:647070f6ad6552c73ca4f617dd32a4fe2055eb40363c48cf31d11e1469638112_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08932a088dc85bfab1986380509b0eb5d238d8f05efacdc06934ad4992844f8e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:291198b4234e46b7e6a10a5d06a2d3304e1f1b7b8c18a9ab48eecbc2107e4271_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf6646bbf3854250a6c815964894c08a64da1fe91eb02bb5ada08a09bd70d884_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:dbff70fd5dfad8ffece63db32a6963b22c72fce392e33b479720d72b0bbeae28_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:02d3bbf5506efd3b822d373d65d347cdcd153cdbbf2ec9c8b61f7591e8a9393b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5024e6a0e439f10c40e046c9f9b3bec5830d6378b69e48b6fdb1828eefa27de6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:93c459687fc59ef789261ec5a538abf42e679cc57b722829f38c34bc6cfa9910_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d0fabc48b0ff368d5bdd9e61badf4dc26097a17a9d013b0c78d8a1f7d9c13da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:0f623fa4b97769fa9b424b539bb1aecd81eea796482273fd8e40fe695aeb38b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:52b25f4216131f3a6fb1f02e0039043215e11d426cd178c9294b2b45eedd6abb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:99820b7d3e0df7224d08a4563692e7f628932efcbb13c3d4ba8ed220cf7f3bf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:9b58a6711b69dce1d00e99a092fdb39fd526138b8ef535d479fb5f4c216b650d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5532a6b3b507edddc3e46990e98c23eacf19a44bb45f7b26d3a7fe0fb0ebf5c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7fb94c855fa0de5a23fbcafd348259a2a5e7e122c4dfd5e32b1fbdcb6e2d7486_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d962f33eb24bc33e4d5588d17a809333c18a7169e64595fcd3781e46b0d9f938_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e375b7507fbfe1e60df4fac5361906a1b425469b9ebbb0f929058043064cec9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1e624dfb17d4a863ded76a78bf67eb550abaea016d087def2fa74cc5b9692cbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3698ebb4301947a803eea7f508724c4153e203a733eef57d94341f80531a7125_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:740c4d685537d7601497a898be5979e6e31b4df0a38aca62f109ad94d3d298bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be02d2db167ae23d628e8b56e2f13781fac49276580b49529222050cbc0d7053_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:22a61592bf3debbd9c5f88ea4ab3d34094a6e4e087bc2d5088cc0ddfaa15246e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:38798fe0f2b1440f9bfea8d52aafd5ed860d9ca47686ee66c44154f66361a098_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:39461499c70007e87ca8f97fc51c35c4639703fb10e06325eec02155ee844f2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e3b49d518b62bf6895738bb34dd5b3c56e5120d23553e5353ab9f3c96308c619_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:19c1dcda3e375fa42dfa4bacbb9e817854a1ddc8e7062f441a1746f235d775e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1ebdba0605d72d154deac811c5bb42687c3e414add629d74d9129c67ad744414_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ef9463b9faf0d9b836345f16e28ddae53a01012109e75ccaa1335834fcce84a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9a2cabd26b2412ebe62a616e630eaabe1e18af6813b9d587efbec096e4465df1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:12afefac432f93d759190bf377d5895f6d53a295d7844ad218a29f5c9df65a39_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3633a93dea1c023d352967337558da5a8f64d30486eee6f6899a4d0dbca4b5c2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:83dbee4239429e99318657a315279c85cae15fe70024ee13d0594b6e502a9b71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bc36b0988ccbf664c0a8a79396ba52ace8bdf8948c178514816e311dab3e62b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:100e8be38e0fccf9877fa235578907bc1a9db0ee466c6d8b289af2b226f77573_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:235640a5042654793d166a02dacbddfabc44a37d48402b795a95b10e9e40809f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6b7d4d19397d73d67665c73db2361a6f7762c32be5bee945cbdc0186c3f63609_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd53347895dc20d314bcc7305e4f1216dc03e409b1604bcf24fd96493e2df858_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:07676be2377cf0f1c169db422be927a00873b54d3e9868fccb9578c3c42055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12f8c34cdd18bcfbe450499bac17e6c92094d194bfa21e7cb89c40ea26f2d605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4b1bb30240293242929f3a469e4d3b8c39459c54ab697f92af61694692de1da4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9c36323fb12f615c48d2409130f726a161aef4f6d5f235975807e5861b34429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4db58e7e8bd6c35903195239827091f5f7f019684194b4c39bba1a6f872a0336_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:50b165f2ae06c00bbd56dc55e4809839d4e6fd27e93704e882a55b64daef04a5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b573ec3c08ecee5c2496d8de4a3f4c01c1c312ca9b2e805ad9639c8e668a1e04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcf1d15c31fbccad485ccae4e948a6f7e29ee3cd97bfc2761a994c6008d1e4fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0371d11bd13e017c05ef52d18af7448a379c254a3275b0f1eae3d1ea987469c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4398cff1206a4ad5d3763bb593a5dc4719baa1526abe5ca368f295e6394f9947_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cecfd82cdb70134fc3fe5a99292cde03b8503d1db851841cae0cbe46ab989f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:726c903a6771411670c826df171728659c33c2614293ac992bc1ec42c4079d76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:08c14c9b1c3a627f5aef6af06bdfb08a59e0fd2513791c754cbed8c61f5439a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:10f0e0b5056d1eb3b9f90a5525d444a898071f2ee161697429b4319ea89f5e04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72668b23fbb55e31c691ed617546fe31cb724fe4dbbc2182ed799995bc6a0e9c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e12629bc03150739d110f46096680e38b09d923e0b501f16c0a6523b70d3fce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:04f2caa0f81160f0f97c62e894b154280d6fafe29f6ea6585526479158521b17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:90e8170b0470c2f72a066f2be48f4417e1bcdb67695e42eabf1d0fc38839afc4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a7e31cffa680a61e527d4fc2e1edd0dfe16e1ddda2417968ff9fdfc6c8ec8547_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:deb525f1f5bd00d27a43249ad99de3348428c746163d04e04880284e935094ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:174b464ecbca1b86ceb07b9d18b4ddc2acbb5494e34362cb93c696e9453f5de3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6effafe01a968ed604b1f1a709588784afb9ad7a5f2caa0487f7b9324fe6e1ef_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dd0cbe633517c5c20c881089b41f5a2f39c6c48f03a409736ffee29aed0e2bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e8950a8b0cb50b87c8a4cfb92584449c59f3266305f20613208a2c257c06e171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:60745650f89628d661c7b5789eedf30275a6a3a661955fffc54a27f4f05b6343_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fe8bd74210af7672cff11e917f0653353333466370aafa5c3246909cfab8191d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8320f4486f34ff2415617ca780bccdd2df716977a126401da4cd604dfd8a04c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b3bb5dc923d631f4155f51ba380ada1cb665046f8fccb13bd44316068181ff28_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5f38663ff7504971f64a6ebd9dc4c87901a2dc0346145f05c9a8da7bf75ce47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c768a165ff782b7099c987f75476f76bf937b261d8a22b15f70353b51a51cf48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:42077b8349f48abb78e5785e20611409dc8eb6620a3174277d566c4b90e70925_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf24195fab4bf7bc3c865d95728ee3c5939a0fd8e609982ccead3a8da32846e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d9db5d8560e822e890d2d4273401a6906947b36f11e5f8340c11fa0ba184c94_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:e0cd9b048dbaccdc613a4a39fd049b18e2453507c19c363b6b98133a7f1d3ff4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b2958de721655dfae6e2accf9527cebf5ec5c1f76d026b19305b55fa9607f3e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b38dd903815f34fa9f7cf387007e555dc8bca477b3811bf5f70a48bd78397709_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0dc1f0fbc33814e1b0a9b31ad867b79f2796c0204d09221b1eccdae75e05d322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fadda22ae8d958d73ea678c96f7217d90c03a656f6ed517776b81d3e4e606896_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:20d7f3e55b8991ed4a834a8cb509805c5d89a62e48fedcb8d9158c2826b1df17_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6f95a8489723dbb9f53d94da0938411ab2877725606c760625c2628ace6ea322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1510dbd0789d5ea6eeeda023767fabf52bdce9ba9126d45c4caff1e9166c161e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a80f127d1845bf2dba64cee4de441c9397d6584b579e0a42cb768cb36a898df7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:57c38f8fd582c296f1d81c5e62c582f05612f29314582ed2986c3ed143d8c9c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9adb3d0d40c85f5398c0e2c3ec31ae48c201bf469a817e553a9ec2a0cd76bca3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00ebcd6a3bad0e4e6d1d1dad44a67dbdf3e1897367d6b382f6523e86b27f29d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:37644b24fca1809e539b538c300efefa80629841e5fde31c2425ef69723d7865_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:160c6bfc2819a60e9d208bae2ace382bb741e8d870b2098fe0a615de014cc416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:91994714638cc6d24a88937db7efb34a7b57263141a6abca10fa2a62963d6b1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b4a384375fe3189acc1e43701c9fe0d6931d714046b85f5c32bdcd4a62d654ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f3092dcbddd9cab0ec8eff7a2aed56950d9d4bef1ed8351ebc56b02f7e1a2925_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0d841f40c0bbc53163aa3c24562b3d395aed0995dcb2bd9ee202128eb232a28d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:80a41e5e2511edae9dedcd3634e55e31e628faf2ec26d58d4f737c36774ccbab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de156dc7e06fd6453b633bc64d7b6d2b52ae2c08243926855768af1a020372e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fa7d7d3f7a2c9826b600f2521dd258f1f29f2867b3705d4a9407f3ef37003992_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:204b491076ca07aa7b07de61567edf073f91b82e158fd09287370f04c049dc2f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fd851ca8bb45738d5d81814a85039301cb229759eb7aa6038c5b159c7fe59b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8d54ad124a3a472c06bd755519baad584983f89a589aeaf146ff3ffa576846b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e74b9f06a6cf1bdf5ae115614f6d7afe0a719461271005b9433d6a295a028df9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04903bcb21ee80d40d001075ef03b5e64256a25f35fb668fe793f5bf90d1820f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4852ac93466a6485ed71e4553cd2c1fa02b7c1498dc79a52c97cc32bb57f1d0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5272a2ad50cbf89480ff408c962bd8df300017ee45793334c269280fba1ac399_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:61d9332ab63ac0d021e3c14b0028a086362f666767cd292360d92dacc46afa79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:86c418272371090f068b6420919907852d2b4577f5693597fe17d0221b347411_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b45e494e86044c91d1162773b2367a48cdaa43f166f311c3ca3aedd319955842_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bc7912d6da4c0c9850789e94bd0149d27a5137d34b4d03fec72760ab4efced2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ece7910083f03ea7b34a0940a00cbbb73d11c69df105bc513340148456bbb281_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:133fa5c0c07f291ecd41b2347479113023ef0fe3de70ea7df5e57cc6fef2210f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a2b6e23346e8f11ebd333e6b116a5cde60c9841e83a7a53fa99ffc417bb2f4e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e9fdd2d5a3816fd96afbddc729216f4fdca2c99dca0001a26a1d135445a543ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f6b17f48726c64f9de4f852df74ba854734352c754fd44cb3cb4ccd9c6d65744_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:599195d5f1e7f465409b2f94a8a5ef46e74e130f487d104e0917042a95a5545f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6c7b4b98a4b93f6395aed64297a03a05585afb1ad1a77d9fcd9918a4b927ebab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:712e0a66b90aaae8f6fe70cd2d4996a3e5267a7e649ecfbb6282f63148e4399e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a13e875eaef458d32bf61f2b4c38dc50e406479418ec9939d31bfd5d88b3ed72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0938511d320d1d02637d06bd6df870ab31b1d429a8ab9537ab606d80b95cd1e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:756e3197830281dc4cc7b333225bd54dcbcd45c7cc80c070d459b61ff0e9aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a43c8771182e2317f80b2a431f480cc7ecee4c0e6416354d37aeb10314e8d3e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ecab2b906cb5709a2d6697bb62a326c113a137af011a96a9ee4e89fad9ffc6b2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1100d0f27998dbd160b663244004b5627cdfdb0c9733639ef8715690f791f597_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3489bae62193a446f4310154b6b174dbe443c6b538b846b7ec9a2e61aeb5d7d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5d19afd13ef609d71a7b5280ec8563c7cf8e8b9969ab2e1a6ae02f7b4f33f3d7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a96438aa2c90c66187085ad6e781f114632d5ae30a439ab002da3fe2e15db5e4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3874e578bba4ccd28ebeacd79c344bbb1c34ede00a321f96112275fc03a7fa67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b1bd1d5822782d01a328bda5c8300098a70b59b383dd455109d17eeca9685c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f5666c2d1c3ec567cba527e0327de0d8d92fb4460712552c2789ee7f7d5a4b0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f6aa503663c3dd91e8d43c778ae352c4a375d126b5f3f05baf70abe1bda85b45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1e1e195432577e400514e0c6f725c8a6cd4a914093c020ab0fcb8c47b9619922_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:567d75dd313a16e77bcf45205282ec22136fe08dea57cf7752277f31e5dbaa79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:897e0cfaefd4285da9b8b7e93fdfdd64bc5f34d6152c76d9707509c70957cbe1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:939749fbcc7369900023d300f197727cd6b25e55c3579568df2fe042e2ca18b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22e1f455623e559823ba4c0848abd7a23bf1855c4ef68bf3cfe4db05fe736972_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7702003369231df18ea359b613c4f64e8c94a44ecafa5cf98f21b649d922b3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:99f6a561d037fc1d82d2a7940dade8e672022941f1918ea0090ff227f4b7622a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:cfd7df07f3affafbc69fc9b723e2341d273ae4eb30bfc1bed92768540920abbc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3e15c6afc320de0b21be4aea4bd7c0f2bfaf21b8af11ab1498515331109470a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56a93f1f74cc3b15ab8eec7e36798c373c865e22f07b3148aea17ebd366b79ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:751b4be3f6c83ce2b22a55cb35aa3da36295393d065ed9c764b1f55b6e448b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3ee2279c954e7af83854f2bfb287adbb4fd0e11e62d38477929efc1feb01c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2b0bbb654f127bbfe2495e28eee27f86a14a328911d716459e942dbd760de072_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:407bec1fb71e62fbab801b78de4dfd4211c9a0effec54a45dfcb1cc08954d53f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b653a7a4a9c5bf2929b1f50ceafc040246ac8b3d24528e4fff7481a5e26db8da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d41a42f8436bdbba261acac2c3dca7301644251e93e3d344e95a42edd87b422d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1e89335181d8c2cbcf3f9b8a5f2c0139f6890518d9a6d0244b536d41eafc8497_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3d0a986899696336e4e6c51048e2c0559a06dde40e943e95275ad5af9d941f6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8337306443d197dcd3198b87d0040da381cc0dae762bdbf3294be4f89e03c217_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cad17b7fe56291e13609c394b631f4c67908c1db1e468107c9bf568ce4330a0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:251b0ce5a4177b4ece888b943a21b75f14ca3b94adb476148b16152c4ea07cfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83268ffe96315f307e571d593e1811aa0eb0b7afd413ad7c678bfcd71ca610b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e95fb7362e25005c97163eb983e4f7247aa45f6568ffdf55b1d145af5e419e61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e9623ec055059fe31042f96c4f94e20b1f3c26098dc8b515f1ce6671f387ec12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:69018ef4924a6a154a4d35355a311e6c96de4799a5a1bb87ad7fa226091d387d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9fde764f3441fce7935b52ef5a19e9ff1c56e6a62c1e10c1836862adcdb949c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:abc0887811bb36bbf555bd9641903fd6e4753d660dcfced40a0cedc1a7e22917_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d6e75daa7fb4dfdbbbad38afab4f748e4ecb8b88d72191baf5e1b63b502e7976_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:71d91473356036cbaf21098ecfb0db7b5e321cc2c0803ce6ac30d933688c415d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6bc6b5fdf1f807557ffbac4f5b804e4afc7ca2bd5abe89d052149adb29c39a0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d1ef7692ddb94d9ff0638dca33f315c26babec64187b51a61965f02cba4b7f4d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e46feedc268c6521358a2d1ef5c92f4fe89dcce027e15c38d895883886ab5a0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ecd78faed006af3231feb0bcea6880a3d75d55e50b39d644df7fa5bebd9062f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:38dd2e4dfa12cb4d2cf287ab16fe1f1e7ca18d75e143656e13878306ded72ef6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8be115790ccc4a4594f5180bcf5424b74fef4182fc6d943513253ef46cec6ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e00e3109c80669ec16bbf142c72eec815e5700e7fc05ae7b9703a182cd284a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2327a88f5ba1bf559c72b78b159fd20fb76a4eb1ab7a97ad4e2014ebdc51205b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:aef98b2ba079d099c82128998c2f16b04a4c96ccbbb44d3e4c6c8de80cedb59a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c07987cbc9517a17898e770ae83d4b5ca6af3487c9192763b07f49da6217436c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ed06c176ccd4206a1fb161d795d568d0c351eaf4100f0de19ddb1058e4baa156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0a8cd0de27f54a382759de5fc29fba04366fa04e525da81d1f129fd80724930a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11b88615070ac19478d397c08d8820ee046d81e57d3e6851a0fcdf79f64e13b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5a6c294bb82e39d1f7256cb44e0ece231e2a30f6bb9a6c2d4c428a931229194e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c45ac9dbc669dd67a9987c8ab4c5d083ab20bb7caaa45207c33f2d34599cdac9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:714a72462d8ad652dab88110c9fb995c21ff2de1196c1e72f72f6d6fc56d737c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7c1ccfe59ba9d82d065e27698104f20384c419adb74dedd5789ff85dc29bd1a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:92b84f8caeba03529d93dca7398016f80d7e4f04b4b65d077d213f564a69176e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:af58d3e8083f0edcb681ea8f389d1aa9234bad6ad32e77703a0bd654dda3d040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:51a3c2c64752a2e11b1e5b046cefcf63f6b452edd5d53b8cd7fa4095cb4c14f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5bcb9def112298b9b1770288f2b93d3e378dab33f0f81e53aebad98ae09d5ade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:80a7c8b5a1e5c78105d0aa21e8aa95c6656ce64c944530f1686fb5273e84effc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:934702f9cde0e27b9ab434b502ea479bf78d4ce5b8f65977475be172d0e0d71e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52a2952fb701fff2163136252db19155bd76d08c4be8f3bc34b7da309d25cc4c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:52bf83cc05aad61ae6df0607f826211434a65be0a3f7b9d4a1bceb866eae6e47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6278f5e388bf8069f1ec210830806aee17b26bfe0926fa2c7be3bd43e046c792_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f5ac836fc7e388ad3098ce070636fdda27dc64a318b13bcd7e4df09d49529ac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:18483a787b1b066059c9f9f8ea8ef3ce2e356088a4dbc954e2fabdd118b52c24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b415cd7eba47344bf67def3b429a9607c6436f9b284aee9a57e0ddd4a9b59d53_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dcc9404e22e5dc6c0ce18358e86bf70676791cb30207c45b06b4142ed10c281b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fd4d7cfae83b4963f4fde0b12eea036d37fe0b09429792e9a88fdda95509152d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:09962ea9ed21dc105a41f04080abbd2d7ecf6c5ff74bffcc0740193fee9a7724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5ffc95d3268b6720d8cb015c1bc10556d5f65a20c1d5be01ab4e213733086c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7adc0cb148938fe2a77c14a901aad3a91f2c6c628556c813be8a8584c467fde6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bde69108389ab28b30bb1551636cbba3292df4f1145682ac28e8a766889e81d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0228d344671aa85302ebee4027c188446849c66e65b00b46ae69e834a4f5ab76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0269eb43ada886798d1429a93e29ebf297c4ac45eaf4117337ab20d2d8152592_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:284f3f497ca761dd5542666a4abbcc0cfd60efffee1594649087f0283d382154_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76b390b4bfde4cf98ac32539f5fb7c1171a3f903b207548fc925f70865aa2ded_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8a08f13d8b2753b38f6e26ba4d2a0d813d3b2681d266c2a9376ef339b40c3ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:accd5b0eb4f4eb8399ba7902e03c373b47ec9704c55f390e9085e5a906a69a85_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d38d0f4259d8020068456b32151d75c580dd860d7ef803f6061093c28e112d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d89792445a23670453b4b19ad474d8f47686b49eadda0f8f2ad52f914c461b43_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16117458eb3c5e020bebeed60de8191468345bda3269221713ec0f126329cf14_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4dce8227b42baf820720ba22fd94a7f4ac05eacd6a9ad6ea406063324a200a10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5e9f08be837040a97b09db53b01cc3ebc83fd1b7f892f6fa380dbe5b6bfa1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ff04b9342d96fc57a3e8424b274974254ca11a33110324858a1fe2dccae97656_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3bdec6889fdab480b4ae36b8091792c6464bdf8ff6df8f21cc08493d775f2001_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4c404995fe5439aaa7226d6c47028731fe3686fc9d1cda05aef2c7bed6037b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9121a89de5891bc861564c968d630f9e910bfc800e8fa7ed5bf3cb89cf79b610_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:da4d707952506cc3b43c440cbcb5138dc5be13bd3f6cd0c5d1445ddf08b54811_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:11c2e8aacf7642d45a56f92dfa6d07ce8ac50eac59ba40af9d8cf686ec903ae8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1790e121302f939a53977b3450db28e3dedf2286d6fcefd5151cd71050220592_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3ce531402c8da224deb1d5b48435e0b513fe83113c98a566373d68e3bf9f3c56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad3e287e3fb6660d935555031ae5f807c7c3938579177a8dbbc3ab5bf7a8ec7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:370f70f02081094ba70631f7efc425897ad9fb07cddc4ba01679916e4db670fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5941f0e7aae2b74ad51395e22b0dfb493e9e8eb81c76334e1c52ebbabfcf820d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:96dcab6259cb190339c4c933cb0efa03d7ffe09d38d2a2913640dea162faa887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ee00b36e04b943854ad3e5c7b26c6f5c418db7f0ceca61d22d4cfff9e64b87b9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0cb76073a78767f4677decf4ccdec3abac3baad6b40835bb463a4b438109e8e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:12ae321cf54e7429d5c5d847bb6ac1840b664df07adc90cd2aeffad926d383b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26d82d6c8436622e545837902045ca69ff8a2308dd3bb2766dc57ee272a85a48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5670084b09035da05f7223b838c8c7f68e876a8b4d044ac8eee6acfba1176e78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:106c4a20f165f2e27af78c98a19cbfd93b41cb2049381c9514604562f48c40a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3fb88528a868b94cad5a43b6d12f6267789544c115121040a22052051c1dee27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:77579350428e713ec0e4ecea60d88c1f2d96df872f8d22b1224f72e8dab0feff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a6b1297db20c23691505689bdfdaf101619401e3013c8083daa755e90af563bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f1c7221cb728fbe7b9c43cd4720088353c2387bc8edb351e101b435c89ba8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:373ab30d0bcd0d1da7ccb66c86362c0aedb3ff27c38845b2e4b0c7d6592c906d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:44bff1a47904eec674ed9cdc5d740b035b80136916243d9bdc06509ec4519090_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a9a8cfb2fb88dd75138fa7141e3ea83931b843ff87df3745d0e39175734e32a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:212400353b010806b42d4a594cfb3c7469c9f9f90d27559f162f7294a48b152d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:99164b2e04bdc81186b60d950937aa97813039afe352d183da049d653e23a8e4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a1c2b22f5f3f7841bed876a6127be9d4f8de3d6899c466dc9085ff8b422f9414_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c452625b29bb5de525a17948e57c6a3af803337e0d7958bd0aec2b18acbaa1e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3407b0bb355911fcc2affbbc28f1c4ad40a862be7a5b2982d7ef68b7feb66bf2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7f581dcd94343973bbe0584823e4d7bba1e7cfa388063f50615e175ed6369fac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:822b4ae4a8bfa8200ae91bdb1fe9f5e13a1f9684962e3c5e82746929c7ded70e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:833f126baf32c6e0f4ae8ca765e01044627924f8986d6a6be2e49c91eeb436a1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08da5a1b5acefd9a04c1deb460ea884fdae987099a901e4bc8808fc012663a92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1a0a1698980b20de1436f6252b181e6e3bf1a4ec592c4b5c91e0f4943c01da9d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6d91c5d4ce3324c7f77290fa6c2d43340de821442d33210642a6594d20bdcde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9cdf4e7bc06eefc901b4e066ef000f55a02b97e0f2fc6575c498c059b0b426a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:00d02f2fc83e074da7793bc6340161dfe981f5db602c7b196b4c71e1abcf9b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3a8f191fc20011c62a10d47bd8c9c0f71261e91028270f58c40423959a714801_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b6a12a1b3ca9dd6f321c80e84a85380b362ccdfb231925aa8af84b689e8abcfc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f7b08cb97f0a6e000e2b814f50e7cf4cfd0c591606beaed6ccc2eed08a25135c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:37cda47b6c3cb7e3eb8740e5d9ec4f7a318d9d5bb62adc2508a377b00825eed5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90465456b6563187f8b901e3493b38decd2e727aa2e6086a0e301b00fe4ed946_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:94ee072a13a43a04f30e2238d35b672366eacfd95ded21b8fc86b21322ca8122_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cf2579cc75802495036c9aeb788fd5519fb1b393e1f9c772a9405803c0e9e2c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33cb2daa8b8b463a3670ea808a6e789ebacd3d0bde5cbd3b1c3cf7e38e44449a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:40e1324647e2a086991fb6e105a4d81b2a6ecdfbe4a86662e2caab6fc9b0c4aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d90c11f497d722d16925ea93920df65332ce7fcd6b14684bec137b2f9fd8a78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:aedda96fd2789c396cec573ecec6c851a80ffbdbe107365ea30b5d26f9147e8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:170d0d474636b3f7f3f985158aeb94bb3934577f7044e21584ba8e606ea40c21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8bec5d3ca9ac8cbc66e5d922e27967e1449da2ed43849786b1d1f69c562eebb0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a94d89e813b281502eeb4bd2e9b21316139d999e1108d8c88ef00d4f9c70273b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aa403859bc5972c8d654098ad39b55641bc8c69dce5415050118ed797d03e24f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1354ee7788f22f616a75f06992176c901308c0970f9e363568b3b13e87ec6665_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:467ac3a5db888a19e60e669290cdc1c487633dfa61edd83ca8b4161927c64f82_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9ec0ce3ad0c7fd9a9b712df6092f38d3a564c41cc2193579e947badc195d9558_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ec3092e39753d858a2b0091a2222fa69e65b07e28eac3f1f4a251ce7276ea5e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:48779282858322de16b8a554017b493cca33ff53e119fee006a56d2d907f1364_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:82907983cd8421eb34a997086ede5f47905ff82fc2886ac8eb121f00b20bb6d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a213903032ddabb931dfc2206ad1f30e17b2da2ad61776140720e3cad8c5d5c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e5a47e9be6802d43a4f3bc60712f7a96aa98b4fe577b0b9e7af27939c7834fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:93b28a7b55d057777128f01392b447b2d9330b9ad1eeb4159e8045d53dcf091a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9aa4ed4a20c8f1029dd93c072838520c266c36d5194f28c5652a279f843603c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:beb80a28c2a8756e9f8e5786c57982b2ca0d755df1cfc915e9cb9f50133929eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:cd57b98449e9f07a58e1d658a79a51cb2b724a141b491155ce79b372f43fc203_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:25771f636a8c0510a6bd07f4d0343b9eb781834809b835eef50134b176b60638_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f778c8f6d2d40f98d753222573494b784545a22bd3bc755bb7755094a367e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ab59f1087f0bedc3d8289d8dcdbc4f098083ed75fbc889372cccc0590e5520c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b27c7926638a98e405e9621176e8e595fb8dd4d33f1caab30e7a0b1294a7a486_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:57b58f8fbc97b680c5a67f508afc91b660c575044406de108c1fb84b73f00f5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:e66c4ec6fecde816a184fa3b1d2471c580a9822f477fcd6b8a73e01f8676ed59_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1560b066bb8389638c62fc2611cb0bdbd795ace6e5af23148e7789f59c14cb88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:de1d3fe3d8f77d0c92d4b53e653806e4b9fa9f04fd56cf1cc07e3f67ae544431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:61cbbd34e8398d97694895ea3b7acdb49498202f64afb359530d119b9028d0a3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:730de6764d06edd8855b70fc400538908fc55c7f1dda882d314c3172545880c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7b0a804c5fe852dfcc8d23841a24e3975544a963db133cda81ed7a202f3d26f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:870e6a385216bc7b9a7c75b3b1f1a886480c3e09a5ee92ae79d5240973e062f5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ca3a4b5abfd8fa94c161549c4994adee7d56d904867a9bc15a2fcedb138c83bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d369cd944ac392d8c3aa92dd7b6d1ded1495080c0a3bfe98c669cf1ea35198b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:825e47c138927abbffc8c213afd97fc9343cc7480c6545e4f5c642a5b4ef73fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:82c47734b02bc9dff8875ee36ce7cd3a49b45c569a792f91fe91944a592b03a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:84994eae25d6fc45582c5255ecbb2cf3e60dcf4dc5b4a5617ae415d7498284c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e469f9105fa80a5432e18a646383d8638aef2cb4bbe37c51878017e778918f44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1a1db28fb2b5d9050891cba259a53b1d09c0dca506ed0ee4b98e7f3ebfa2df36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:497a41bb0110dc729c2f7ec8dab3021c96d58a9bb3f171b62bdc831edb853a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:4afe848d86405132f93e9ce61cd80f40358e881e1213b0fe4d4187f9d74cf32f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e3440d73ab1102604862c38e63d0e4e3aed19f7b25699c5331126ce064a0fb47_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:19dcb7a42f1f020a721b97c19b6a98496f4f586607f5c427f3c7118e509bae84_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:28a18b3449de72a50bb921927f6e59a2f65a0fed616fc4fb69a8bdaa8d0f4525_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3be708ea74d9346d3551cb15e469e4a07fb8e1dba0aa12a637540286e7aebc49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9aaac757faac4e055de907ee39e621320cb13221ef0206f93dbb4cf59460a924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5047d80d860f905dc83db77d3813755518beee34ee1115054820cfdd0c7cf250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:5c423f1a3c404f737c7465a829b04feab52cf0feb70b9de8e0a578a19f7943d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bf1adb91dc1c1989e5c69b417245f81b7493de169516ebf150e9032eb268fa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ca9dc89318d9dd3d1b2b7c4f30ac80df438599d568b909b6b57b86128887d5cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:571560b6b5cd01b88e9006b9f074b4c8cda962f20cc94e56c31744c3ebea15c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75351b071cd35866f51fc2f0ca9157b512aa78cab0c704ce7b325cdb907f2938_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d1457a04edafdb538bd1a8a4150cecb2c36c1d60c723929a10dce63dc4fa6b75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d254c837a1d471a40598dd18b0e8a043e0acc8cfa6dd962bb93c3302182c7953_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2743d8f9047d759aabc0edc3d393ae41febf9207d7c1c1ace70a616265686126_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:94c753d5cb72885080c73c780d4e496c4ecb93937566bd775b8256ad7e4c50a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ebbe9bab09f91e3cce3867bbe4d16c8dca475f487f9827897abba53551ef6552_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3f32d439522d3e27095e18cfd5deda2d9ad1bea6a116163929d75d34d500b31_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1236d6a3aa850579ba1e10b7c2a29cbbf6c0f90a16ec693e49196b32863491b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2ebe776466e180e8ba0f633ca50494fc5016a0727513e19caebffc7f853b2e7e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab4bce085aa0e7aa7e7e7d0d257659a9e6981a9c996d530f1a7ef34e7e64db6d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bf4cdfb6a3912ec5f2167716cff9cb057dc5785c901e990230202ed2ad0000fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:120e1037b830f81d54f60676e0a67c028a711480d13fd9ba868d4392aed99035_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40147846f528404127d62cacb2119e5405071ee4bd4d3e69ed17d6819e423899_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6cc47f61af0c2ecfe35ac26f2ce1fc9fe4d1c219b94f17937c8976869d094a74_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e19e3050e766c898243e899d0697a91ca15e8efa2253ebf4b5a0e8481d87ee44_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:595ca36c70d11646609314f9b42dbafb458759621ff46721c4d5665aaafe1070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a5829706dbae6793ac5332b4d0fbd3c289cd911c2421d49cba77fddd33b322bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c57b94e339908720464cf8ebb4dfb1d833af700c3def33f80a7f355208a76b1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fabea8f348464516adc779a30303d969e11c7b65c7231690e822c3e7354cb8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5019c4ddf3c11b23a4b1cef67d06198ee0db08530d6442d70e8f7d5643977be6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:554e87465b50fba2f6ca99f6a907fcbb56bdcdd550c95da93336fc12edd6467f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8dd9e014a9755c751d54b1e01c8c2f861eff2a118d16fdcf328ced10eb3b2e30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f54b1f72349e6e7d1ee416b5d971ab37debbb0c1ff8c13fd2f8d786167d65923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d1b6513b764754755b3fd1d55506524b9cb02b36eca1bb4dc3bf6225f3732ea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8bcc6d25a846bd9cc92056844f4900bc4ce90c26efd882a1bfc56fb0a2c073cc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:980f966a405bad983e6f68dbef93e8bd7d6e63c021c619158d2545c16ac6d65c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fe1e7ed07239b9593aa3c50e3060bc3bcffa70f88e91eec67d2a34719c831f11_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:51275f7c45df08c5f4b05aaff416e4eccee2ab078df427ea8a902eb1629a011d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7f3914cfafefda2b213e9b980a9a26862116b161f741a742ab12440e70640fda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a8ed12f204da30553113846e032abd586bb35e22b0ebab30214f526abb67de62_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f72b0904dfedfc2b9983805e9ec7baca9089229bc9f0d406a5361a94e872faca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e3cebdcd300dca4eb7db7acc201a14a5a9a1d2c90479b0c187bb36c2372f8a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cf78c0db53b4f669fea55048ee0b943b00833e86c7cabe921ec1e4fb961da12c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d366ec7fbf5d2676395fe53fdbaa9966f7d3a2e455c5a61c29501446a57d26c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d9c336c8465ee9f5eea7efb850c2db2fc0724b2c2dd041ba26cf4b1c55c99ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2826b95cb032970f08eb97933971af6c7584bba430dd3cf4ba03e356087524d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4934402f349eddf2d6e0cf817a197b3669411996889fe4a342237faa648d7243_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:da695009022ef583c85ccbf1118ec5016c325732408d3d266d7fd190d01bfe22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ee893d6a73a0538b640e8497a4c004d7d95ff15adacd3631276e86f979d52af4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6d4f8ca23bebe8a8fff14e04a50a6920c67391507437025f31f954248a494ba5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b724c5689927b0596b8e41b2dc30c428f3d6d8b1428fd262e4dd632ce90b9607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:da4da75faaf9665605671f153cb7406b31944bcefbf435d0f3c7bdbe89f46193_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:54ac7bc3cc5a140cb2e50c2eb8bdd4f4ff3396f6cd47d1cc7d4f5030c5be17cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f26c8ac5ecac273c586afd397b342b294af26691e1cb81217ae49e6c8cff460_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b954d68a2d11d4c2c28fb36fdfe3821e5a792a76620a1525d292cdb816b12f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2ceaf76a71114a7862dd2c602f9e81b106e5b2541415bef3127dd59d8830295b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3cc7dc81ef9ca9f636c83c18a6a2a42edb62225e3138ea12371409d3eb7b4349_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6923f591dab82f7405faf2172f2f8bfaaeb8b1a52f20678a7eb95aa0058549b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:55bdd4f63c1c58d670bdaa05fcc6d990c5927c3a60dfa0791432069fa18bdaf7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:669e415b83bb793d0981af141b5cb1cecd7529df1960fa196980f6e2ca9146c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:97f7f115367696d6b6416ab2ffb9ba65842415e112f25a86e6edac004caf21f9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8c38bf10f56fe349a5052c48707438561423f0942b1a97ae5faf11a553f496e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9ab223ad52bf6f1637bf63541b6672802f9e77bae6523708c48e0a6f302b5553_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b61f16fddcd1557d7f7b3ad2942a47f9867efdfb9829e6027aa7cf1203c2577a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b942438c85b3d1f6ad14177ca3b6c19eb4563a0f79ae947615e26882db061550_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:19c3455cf0f53ff374fb627a67193144f886b73fc29189368ef528a05981da11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:48f7f96914f1cd5e1f397e9a83330fd99c7a0431a0905d61ee1ea2c786343e71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4ac180c6fd3bf2ce7f13e15fed365b2016bbde55d43bec77ff2124c3a947dcaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:89f671fbcd8a6d3b39770b0266ff1430bcb3f16278d808859cc81dcf330e8715_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:23026e8c09d8c6ae50b9e2d07a4c7127730baf18a4b671621191a1d76d306def_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97163527621ede2b830d18908af21dd1778b27b9eb7969378ae157c82d580f57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c7e29e0ce8fd97e9ea5f8620726b0fd87b7c9512aa380fa44ff79fe21209cef4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dc686f611cf111678d667b9b5de968947234abb01174058ad2e869810d49ab49_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6fe2537e4d733643dafd6ffea265d1259514168b2f2fd8cebf7ae4d66ab7060d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771f77d1638fe2c0bf12c5863fe5c1b6d2b9f7058309a8497790997324b0c1d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:92cadf5aa916c01fc3b23a275729dde429d0b78a0dd888ae106998e07671fcdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f0670bf73a1b0a6bd189ba4add3e02f621ad048e387756b8be45cc88d0c0c027_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:620f3e89b99940146f5a230b5fd23e8a4a41f877aafbd2803e4963f7123c68b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6aa38fcfbfdbad115fe7e82b2a9d1a69b9bfed87842bb7ad2197afe39bb8ae61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:12345a3f3092efbc49191dbbef166987057294d365016383cf5d74198d0d70f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fca655a51ee13dad20e49d40741c119944c55a32e930ceff9361add7ba1878b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ae1a5b71ff487ef5d0e0b95791d225c17c4b920434db643537ee6457f53f5b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cde38ed7965003e1ac9339d2f0731ae8c5863f051b7b9d90adadb0cc4d13f140_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05272499dcaab3ad6e4e455d1842ba8f761b73d99b4866de623d7f3bf94fe85d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b5f1dfa3d3e89011c05369948a96c38a7dd29dffb4ab8ed292a51624138e7931_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd23423faa998f74afbfec5bbbd26bcbae44e5ccb77e6f93392579e2e6824bdb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:46f29327f986a403e701f64064802f30d2d6f6a2249245e0461f2fca56540f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:74f1a4543891d7836111e00e851603676fccc170801640b6316167227d3273dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3f5dc4afcd438fa60726e3ea1874fb5d49606ba5f97130057968d4b497a0dbe8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea64d3d14fe3ac71cc52d5bad7f4a1f215fba15d69b6f5c9e790c341d2414a1e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0166a8a144e68fcd08f7b068265835fe432f61ebda7bac9b6aec5b58fa04595c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:06a5962bbe851da326848e6cf232aa326c207275d72a733735d8246ebe694d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49f9387d20c0db57475d4428df9d7bfc617135b6dea00e63901e4eaefde34155_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:afb14223638f87ae1567d2828d0e32f460b8d9bf0cfbba7a8d044da9df1188e3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ac56c0ef1885f4b1b7d147090a8ae66939262b347f3118bd1cee7224d527fc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:506b1af17ae661b9857b8b4d0f1db336ebe6178b50259cf9de22a7a92da93a1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:cec53d10bd1290563df20b66b0ff9b941953667e9249034ab43a286dc320030d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e4be65d331f4a470498c1d75c884720122c9928d83faff28fede7661ae24878a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f3e1a34d7684fc23ef8848bba0d0e6cc1e29911c97ffcca4631fea6b4f776f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7fa883e80ccb0d7b48b02ec6f5f608a91e64d575ca842b54e47f8970d344343c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5567c904c84404a89f3137513631dcde1afa17604177e45ff4a409db4cec657_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6daa96b94e8412b960af73cb3cce2c38c7e61760166f92726707f646e2cd9d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:174d6660ecc3f84554de66e06122fbd497b3ffdd6105c2b083bc1c2dd99f284d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4071993851347b5b5931000128eec20d26bae052005131caf428476178a03cda_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a0632560ca831067e36ba9e9d91bf07c7364ed669736246353510a4c1bbafcf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:913dbfaeb5b3b241c4baae513b5ba14d142312bbd3935b4bea66dae3003d1776_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2deab3a209a10d89a05544cd1adcbe5e717e14fe650975c5122c812e2465ee1e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:32f1e3808b2b69f338598965cf7c0aafa986a5d2bb7fd07f7a9380ffd9ec8d35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d50748be3d1fc659ac621d740a1cc2924f1ab55e0634fe783273cf527bf3905d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fb6619e1797a9db3b32590b46ce188774a0da7f9fe9a5bc43c9dc3f225579d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:518ee07549e62658cf00a84d6bc87a36eda910f893dcb4d5e390ec0b3749a9a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf463742e6611742d88f7b68958a6ce62cee7493362ab0b65b63dd846fbc2c27_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6f0f6cab620b8535c42119902127f2d5d7fc8853e5eee78d4e49469ca153793b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b7615e5082dd6bc25afe753f3255361c6d0a628f44ebbecc21869657f4f4d540_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1c80daf47367b5e2382a45ad18d6459726eaa635d3664984ecff4d8d610c39aa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:597208f370adade9c2e773775ee9eda8254fa7db07167bb9c1aa8ca5fbaa3aae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66b2390c974ec4bdce93eda5aaf1864749b713405470ebc45b579793a6f6471a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b3ae24927c3913bdba10db3cc8e8008a25000f699704dff0c79d0bb8fb24241_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53383d2b467738b6635b166a2a35de59f2e514d4ea39d9a57f8e406be452b361_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581f8a4a74f94f9c925844de119bc1c773fc137ba62d2f7d4eec2541c950b65e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:58d393e284e0ad9a45a26be769d940daf179c3ba3ba67d9657f547d5f269448b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d4e50b62396d5474889b2c49e9227cf52fa1c899349a7b0f814c84e08a19efca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:39009f3a8f40383d38bc2500d362deeba833e621db84eceeeb03d47e77f4d77f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6009a69864708a8785bd77f5dcf14f0b91dc6e4e767c8e43231ff75aea825b7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bec49264ea2ffcb43bdf4418019a8d20972a7faf1f08c9b8e52a979874634010_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fefed6dcc0ecb60873b325f06278fb55eeced25d618d2d6ab3a67352f7377236_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2111eac7ef6aa2bd86b5452684ffa389faea778994b8a81c79bf6bb900e827b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:518675c36ee49af8ce5a147b0e37d1c7845ddd3aa01ba762f6932affecb2ebf0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:99058bffcc2f2cffa5d6221b82e648fb9fbb67e90e11d294103217c202947d44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a55e38ea55c0b77b10573ad1721447ca219bfed7bc50766bf990e34604b9ceb5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:37881b95ae9ab4971dfa2637aa4397b16c3eaabe564c7c6167a4cae86177e998_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a0fe575c32707fed6a84eaac8548e5252da43c6f3932cf964d5c6008e418eef0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd08098abf359d1035e65ee8d5dcc029471dc134e6c4b0dba3144e366c95e12a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c10eade176949ef845b79b37f8aa00a75bd335578fd45e06d86005cdf6e4a09c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6a0acfe84385cb414d89b32618eac887fa1a772a54637aba93cac03f191fcd2b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a313b29515920ee817e8eedccec1edf36baf9b75db6710c070db0aee43758209_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ab7ab11d7d5dd07bbc9a2c6593ff9dc1ee55776838f69e50383be9b95d0b4301_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9f75cecb733d4b96e01e3646e819951f8f5d5e111fb02d5b445f9bfd8cd5200_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:67a7f9f23615e90a75f9cfa28a7d5241203e6830476a01b51c318ba7da86a88d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7ba4c0dfcb004b95ccd540f0ef6859fb32024c4d0f2f776f499b2af42b92f86e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:de1b960920e5918f37db4d441c827b308b4700b16b78a3d0865b269598b4c810_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecd8de31c89cb8569330cecf4cb7fd42b1b913858653a948fb8a249933e7a97c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a20cdfd5dc2070b5bf77b8b4ab6f2d838cebdd103d5a6028653ed7ed2eb73dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:0a74c30d7e756b9dc70404f7e5f61de21cd8c76bd42d2d8fced64d0ffb1be817_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f01f5982c1cd72f1e00608b913a6b49f3ce517f2f3c806e1413c95c676b8fe97_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:25f49b69da59d225f4aad52d63493acccc9393a7bbc32c88b9b343aef6746f8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:77c666813993f06956c10fbf0adb07bb70593df426763e53f7c6b00f97f3e272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:c675d47f599d81e6446019cd14d9d27729664ea758786369283974d16fe43653_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d3228987f04a4b086e7361f349154e29782611ee6328a9db28ebfb6252e7539f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02f43aea351783fc5fda83db335b4176474a29db419d1e30bd77a119b2fcf519_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3f06cd8c810abdf8b2568f862c2c5ca532fb779cce290fd1de49034f5e5e50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6a787213438c656116cda1f9e79e0fdddbce392cf232fdcdfa03938ec249afd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f407eb74df95c2e2122dc10f851eb2b9a9b4c33059c96c7f8975b46fe50be41e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2a83376f0957b3226562dcf3d2d417660e751117868e5e2a700a7d29ca10593b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2bd9d7a24d9bd7e3ff5d036b9a70e949f5f5d80a6781c8926cf963f7e5fac30a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8c18393a9ed80b870d317e7f5bf0bf7f76ef704ef23c04a38a75d4f0ef276e96_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d79cbe33ab308f3e0dc1357722157514df798480f0597a98a05abc0b22ec8352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6a8c307f9c173365c1e6d2d8d73a700c45f931bd0306e24f24db3a163b01ecab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:862a0214b1e9435ee55ef64aa51ae47eefab8ddf99c191016ff08930e19dce36_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7f80b4870f385920f7ffa38c83b5113cbeb545b571a8b20a081575756bfeb5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2c9a2068ac404a320cf0197013e39c90df03550139f97c0b7d29b2e1874b784_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:076c3f323a84b6d3c0e2309e973c9eb96d0c638e920c98904bbce748b8911efe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0e3e48dd3b0404c3a94133ec25a30a0bc41ae5c7145cb4c3a79aab23b7ffe5c7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:23f7c847c0ea78f80dc0c8d3a2b304198bcad15956d1d88ade1dec7d0bedd3bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:926e7e41ba788ab5673510dd1141d74bd6e71a5df6d432cd62bfedb12fca4acc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00a64bbe0268e6986afbab8f0659fc125712207dc1e3663fba1ba17065735e1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:06ac34fc8d7b7a8a88350551faeb713a86973f2c0805c77c3704fe50755f9aa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f16876a9dca9623584aa546c10a1b65b78caf16e23c9d8e6c2a232b600de88f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:612022f92b009328bd349b25dd494e4d290a5ce6d39f62ecf8e171100431dba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1e1b35f526c6c95511f95215a532b02bd0f5bb9a398c63d82ea9c01491f2256b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:27905b8e5ff0b3a0d0463e38cb0fa3f26bf668ee527553d5c1486a033f5150b5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6f2ae0465076fc0058b9f21b54029967156ed50f4dafdbc8bbace68f494c78f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b4516d75d68b5d6e7850efa9a55537afc9d30b99513123043e1ada08437a1782_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:395ada1f33af87b5057bf499797ee48a0d91ff05a3ad23c653ce215d0c71adea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:488e8f7f4fe247d17e03fba23fbbce17f8ced0185b5c2628f5957e72e9c56632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6d10d20f4d9bc8527108e18e10c58f12d93f01db505ad9424740c896caef5563_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2eadadee780722f584f4a9efb223da0df8c84adcb0a5a53e4bcc15ea600ceca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:268f8f217c5eea934e878f97c69bbb8f27ec62b6c70828d6b37f52f7b5484d52_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:38ceff0bec189e9d77900763f5d9315d93eac71f19c144ef2c7dfff096829059_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f0f1315a658126bfb82a5ffc39098bc6d65f7686679afdcb623d9dbf375b5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e8fbed64ea2336fd5795ab52766b220cd11d58cc68c426ccb481a6e047b05428_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:21d714cdd55cda81e6bf0764b16c9e848497d3a780e3761f7dfe34b7ba832080_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c9522fe02e9a4ce8e107eea25efae541e4040b3ee49ebcfb49482ff4661d42e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8c06f35a5577fb086b853e7d42652f2a10ccaa96cb7c641aa6114acd97463390_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a110be257818db71686a7f436a563c05183aa9e5d3ce3d30902f9b5b4a7da3ce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3514fc882947c194158ea5f8ada219c0fd0c98864ae69099fd7d4cccd9d65d87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:91f4fbdb9e91eb69e517363e463f6a9ae9a749365800dab1ace9c79a4a3b9609_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c666bd14c1811053866c58bd617b6c14ab146af4ee2997af0dc2387084397d15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c7ea63ef17663524aebbe9d44d6117d3dc0f16a5730c7afa611e49bb2ee1bc44_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:573568c21b2c9b8744ce4a2499f62cd48b159b4ccf32196aebf0c909cdd336fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d89168c453a5e663794c08060ee23cdb032ce95449e57fd56ccb52950d46437b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de0be2ed82d22cddf0eaf130440d4d7ac49129925c869902ede24050e93c2ba0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fd4d5c9f13d3e6768a28c5783176781a298734af77a0efb9611e2d92a6ebb1a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1019cd64cab1dd11d1d9d76efa36b3acb6cae061c67a0f7e0714a2358a7595b7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d9efc2b9aa0f7b713b995c3a9a863b3b647721eccecff7d5560b8bcd65cecf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36145078a9aa9ef2cfe56991ca63b451f28f2d97f198d8e392f588d1eb2af465_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7797d9ec27895a1ec9ea634f1c784ce1d6828eda483d4803ba76a9af7c688df5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:404f36626f24c9a41c7ae7bbb389762e09a9d503948b127ffc912163fc6d6bb1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:414eaf8a9bb95f193b7752f5d1982d5f30a136ca7736ea3b818aad4c30ae998a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:44170fa475a85b6a022ae248b84f0d4bab4f64cc3898196778b42ec3f671c319_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f94c63aa1e0d42e73f330473c9d5349efd9f70a9eb153678898c12ac56a1a1ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:07c5fb9e63b6bbfe370b19c76700d6e8c5af5fddae8c1889ebbfbea5fe0a9dfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2fda85ddf564d345749ff4966bee4603b4533a85ba949c2cb31f4d301937a090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca10f99049a3b8c4ef3c67beebf8a25efaceae960ed54e3284fe10b2e264666f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e0e5710615379c5815289abd3eb99edd58b83f49352f884130c69e812c93f09c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:2c87835d4fa861534a9134ea49d2f69e0e89cbb167a1d7b6b83892b5accee666_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8c3e1d0ccb37e4090f38d9d962f338b2763d52d8a685037db40b1e05eb4f4738_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:07f0cea9e3993ca45d8e23ac60f7efc7facfae539a9fcaa77e79a4408faa1020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:136571b6b3113e7470158541cc8da3728c9d40a5b38569292f38ac8c92af247d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7e92c8b6b95e1a46d07b058ca941c859bf65d6bd8697c8e9d0ed412a7f3e16ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d1b891f8c593c464cd39667e1a168233a0198cd2440bd6b7b8bcaf17f1f21a12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dbadbd623c98b7d32cc01414b0b7aea0a377b550d35f27f4b73fe212712eb0b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:321557c2f6f1d4fa671068f74d211e8e324e1dab07c21be456216845c4d5316b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:893a229dfee295730000a2129220af48970d7e35e3f06b17838b0e51c7052dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8e8fc2d97da68f9313ab36eebbe7fe6e702609f3cdccc88227178794c737f560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2a4e60302466509ff2fb44638f6bbf75f283353b5e63c811086c6054bf30d08d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3e05a4e60664dffa509a51b5ca3807c79d7cfd94c0de24becf9dfe17e23186c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9fd4d10a42e83195a760358eb8e2e324048bcb43d0b894514fd0da1ef2dec1ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e08fbdb6f7cc7383f3bcc80538af78081b95835375e58761ca8794205d3df00c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:577d763d1d918619a5fa493c642be7828ac358df342a71540905e3f1c179ee3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7008562a5b30a28e3855a383964e3af3728e58695c021e9cfe0a3befb85c63e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8d2c0608e4ac66c81d5a59c841e8fa201f8fb79216114ac75900ea3430840629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d70fc9361950aa0f4c38cdbb6fec3623ddf3afe20b4466e0943fe16c5859c7a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:14c1816fc02cca3c191508225801ee1678a8ae282dc6c62abd1bb742049ddbcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6cc5d7379eb34ce980d548f777d843468963a53f1f48a9434fb8211fd12a58e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9e47ebf825e7b2169e24feda47ff36c0902372e105de0cf1595c29d561386f73_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bfa9465c912e0e97d6493b23d53022d29cd22fe19578db0557497164f40b3966_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:123ac645ca21d0df991f0629620932d7542e46b233f5c068752dd1315ded16fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:15122f2d45e02c4ed43da4e6bcf3d0e876216fceaf885fe8642ddf58015b2924_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5212359a2f9ee8af593ace2397dc183255d5434154c4ff8a6c5b88cdf3ace43b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b9a4cd063f5c07081f1fa53a1a28a995d794b3e951480b47297dbd818e71638_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:760c67bedc505749b622511f0aa65d53da51efda80fb30e3abe3bb5344aeba55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:979b6fa8aba972fd7940d38cf9058b0034829078d84aa52a65068e5f28672a23_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9bdfbe087eed52370bada7da8ba28af93f2692c61ffe983f80328bb8c4b031e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a9e6f0406255cf0063ee5633ee5ef277213cbe3a28044d22c7505b03d96ffd0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7e90a410a9c1c1c96c6ad7f6f69551aeddfaf0018f3e8c6979ae1866935055f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abfa6de2a78ea4de9acf07060aac2d53890ad04958795a87bde7e830b7f96512_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bdc160dd4a0620a0f4d478f511bc6e428eef6caf79e074b13deadc5f2ddce316_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bfac65bf4b6bf9abedf19bf0d16e14d225c788dbbee0e9d63d103bf00e2770fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7ba603dcfae5f5ac5eb81e40ddbadca4d6d7365293161c6ee102f3be0cdd3bd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95320fb0fc91756c637d976ede4be337a990f6250a0b7c6e288d16649f1bc3f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce9cfeffdf112ebcbd0d9f4fab3e77fdc388ff9d18af5ebaf5550ae108478cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e7211245a492f6208ef806c8f7db1a4801aca33a2b3596b475de9a417924899a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:23107dca1999143e33e18d9245dcc57e4ab66781d004e65ba364348990e3395a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4548db150e70a82556559c7f03100841b29ffb7c8547b106c7be625d7f0b7218_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5b4a1b8c56959fb626e8e5532b93d471eba3a646f0c8c70e735c09e4c5e95a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:af3e5b32940ddcb2ef1c3bb5a196c4785e20e08f6a3f6add747c1e06ef6fdc21_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1634e991b76502a3f45ee5f6cb32424931b51b6db21fd4279a43b4ca6d617934_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4dbbc6e82b5b3449002a1f8baebec78a652493a55811569b60564de3d45cabba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:526d8c3c41fe9ca556f5cedf1262cdc952a9f9f996e0ddc804d770773d89adbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a2efd449449ec50d4e294e9c4fb944af7cada007a39ff41d104cf89dc110ae45_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:92e85f845162e92e35d2f71cdd3624188ba5fd15d6e69a297e56f5b7a1488abb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b601bef3d803861d4e9a96d028b11a373d5c7647e251fd73813c56e04f94a2e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f0dc4d9f94e49ad843aba26cc58c28240a16dcdce37a061978eb887e478cf191_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f97be7bcb4700075ac1ecb3b00b37391d9e41b890a8f5a860265fe23db8b8df6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:08e3c4633d7a2506d2b3e912e525663acc686d73be6a2e397d7e1abe076aef39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:09a84af674ee1c5d3b07bacc0f73345f608eb4596013976c6598284271aba052_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:922862af2a45f780641dc929e4d41d9dea047640bcab3db87a1297e281603081_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9775d54b32b01a684c4f48f62f8b64e34c74e7e9b7e14211b14b46ba822ca4f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:75d9bc4497a3928a23abdc5103bc7aadeb43f1ca47e841e97b32bde9ae383e0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9435932c4f558686b54e35478a7f7fdd28e60480a3b975a0fe8e90fc587dc44a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99a2ff19cce54e5aa2d10b0ea8732825553b8ccee6b411938256bd757532b3a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9ed48d9bff35d35b2877885a0297d6bce64f81e8c06dc33c1181d89461202d34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3837b883370700c116ce3c5c036bb8308e27e930e5c101b89650d8c1476ad515_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:674f42c07ece44bff0a73e55a85ccad0a8287a8f051b69d24cec3e44a71715cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:896acd6e6d9db1799508df9ac78ce51a5ef0d10f22470413d5dd9719ffabcb67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b5053d3e57ee0bac061accd99a26342b4574b43b66d81a10d7c04ac02020dff1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:09464153a23875d8fc39af2a93fc17c977eb53d94ca498d43109d99fb5d8c69e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ae7fbc239bc1b7b692327bd39b341c72511eefc3564942c5811035cbb4c1062_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:81012984d9e4e9a5d6e4fc0aa199fb74737618b3f93020ef2855dca6e10164a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a95f3424f06451897af6e940b77a8bb6c07725f2cb5e999ad46cd2d9e0229a79_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:03841e95bead2613cb1f96241b4eff7a07d118e5b8d23a1e6bbb9340615fd561_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:319b76c163f45585def246943d4b82e778d94ee0882a1f0889b4dfca464e0af9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:81905a01803142637e01238d54016cdc14c072a77dbfd3bfb7cf41fe2d0e4b71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e1c020244b1b5946f438ec12c790947daddd6e592981aae055735322354a7d16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:12621f54c68d2b69304a042faf71a2d4ae687632101f168d1f4606c467ff5dcf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5fce3e866c9faef854100d4bb65d93c54faded183ffb40099fffe72f40990013_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8712afb824c3d5af5856e31f10e0224daad512121598f9f909ed176af96d0e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:977ce5a3e45e9b872631db21d5af67e7fc90521057276461e864bc82f6356a21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2900d3e1a56abe631e870b16fea32197a3b57f92ceb16c3e67226a41e48030ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d0aa36dcbf1604dd2e7defd28b984ea88571f3c2e87ba4a29a53f29149be37b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9db6a42902bced46ef198a5f4f90210ca170d4e8fc54e5438ada18246a6f6077_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b97948077ba832065613f5129f47863e05cd2d35cdee50d514721018c3f1552d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:170c6281d780d17a0d17e59d4bb12502915763a1edb845ac81e08d944f866c29_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c58f2de968eaa957be4ab61cb5db6b9a26771efd407f237db17b3a1137e2deb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:92e3f94a066e00633370de4c2954f60095a31822810c68f800a7c6da3783b5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d91f7736d58c32508db4eff99ff6243d9dbe9698057f3db4cf641dabcf6d0c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5499762d078d846518f2f7c3d7e12ad726897935e07e65811b90ccc1bbd5373_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:aa7233faecdd6e3ad4131f68dd48fb2cf9e73d8495141e6f22a9327babefd02d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:dddaebb9579cc3b853e3547b7dd27221b9dca4b5ce49aea7dde69c8a0acdc5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e499fd032e3c26362641bbf91909422036afd0c4fc070d3a394c6d9c426880ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:067e0ccb33829c26ece0af7df72a31e733b4422a2717f505d8a692f45f362bc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0727581b6245e20630b3acf5f48cf00acfab9069cc2e5497bb92764caa46120b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:82f8af8b8285bee70b989bb77221053ee8d93aa8459faf1a8ba2a1c338d8d7cb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e22b22d3aec61899fa2a154a670a4df17afd624aaae7bf6cde50b4cbe40f430f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2186323983691afd33586f2296ddf01d1cc63abf98d165253349c0c5af564cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5663fe8703d25519920bcc88b2201b800040a7e752ee09064f0c5a79abb315de_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ac781c3e230dca456631e02093576759054e7cee7510ec24f4fcf6270a3fec75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb8fcb3a197cbf533b1cd9c637a2a1086977fffddf946cc0be07577c9aae6410_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:087a505e3745bcb06aea4cd7886f4bfd0492efb31f2154d5c4651d9a55283c71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0e898bc0a220da95b55cc2c4ec5615e57846e4a9060c912d5758ae077fbfb163_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:64d2df1ea407f612791b9add902894c8887d3b5a317120eec163007149e8b401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9e1171978bbd25b1caa135a020d25b9a1d35b53478ac1e8845017540fb45bea7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0e0ff1df3795db160423b8429851c90bd6e083e029eaf27321c0cf977326aeef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4c707fc355cf57e4635704b92b85a7931ae8272c5c06f82beedef94deddb40e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ac758e21959b009104905c2e69ecd7332b741e557e37f757aca6acb53f60c298_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d8e51407020278ca59a34d01a1e402be0f8dcaa6f270f903bcd332f0910d2969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7ad61a7128a82a380c8555add1d71e3c285f54d8d27caaf4593d4023588debac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a35ff273e30f05195148cd97168798560bdb3c6e49bbca784860c3fbb65167d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e70ff837b4bd17cc904596104570b28cecccc463068762f99262a65a3302475b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f15ba6acd293cc7b9884ec12e46fdc8f3dfa55bdc6fadd22971271431b04b403_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0c90c8e4a5b9e69c9e145411c9bab4f43647fdf8ce40ecb2610188aeac52e7da_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71b3184a3dffae741517c79e700319ff201b9b437b782c375d6f387285be5039_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e2e021e46a265e4f9ba172082d82fb52b26ef4f65b71811407de5e158be200c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fb05ce37fbb8f0a155e148cdd7b8798d1dd721a0d3897131d10c584876a58948_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:1b12f626a434d143e4885946f31b88bc322f0b4ad6fa0e7cb3b28ba8a6422e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:609b25fc1431324ecdb237cce137e27759cd5879a09b36b957e0d3e6cf2c268d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9ce3e7b811b1b0731f1e7da993595d4e1d5ee502dc7d95449f7994d66a6c5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea0513f3c0e0fd68842dff47491c4952ac4a5a6cdde84a0360e1bdc3a7c59a78_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:15c4dbd840a4acb6901b463a131ede713ac63c078b24ac3a5e7c6b1b70525bcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1384c0d6937126360e4a1c50e85e80c58f70ae48a3ce3f65a561959846edd9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f0d39bb5671499a80fc5eca563ad2543b191472caa9327e6fba5f898f963b88d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:faef40ab95be5569a22cd968a1ac11f2bca2c12dd4389c57eef2c2ea6cb5cf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5097f864492a20d602b30125e658b7267a16c4b098f487b82e41a14b3fa6d6dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b0571c5c69f8f8a14e6cc3f8d936b9eb99d98fb4f53256939044dc6e13c6b128_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dc797fa52fc0e0cc2ad487212e3f591c0962d03cab955010bba0075e45d3ddf8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e1c835b57138d12a9346b6d10a02032611b81b851e91a973fda890e0610c8e83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:05df1d4a4dd190d37db95bba03f5640416276e474185afc6b5868c304f1d7833_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1c490939bcbd564ad6459a53f629244f0f31dcc2db41d722231c2bc751d28c65_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9049a296ec3d66c0239127424d0a29cdc22488fa16508e9ba3008a05dc2c412e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e76084c501035b4106fd6f0d5f4ea6470d5335c582b60bd3af4cbeec1bf50981_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:839feb2724dc139735d5cd902961ba0c163da5e0be813f904cff20a11416d0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf6fe3a3b7c95a4585cd86cc4c8aa6dacaaaf26386e16696d864f99cf9f7b382_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccbc849e139a28927bbcc8f47e2980daf103e0b1663ac67348146fa99ee9d209_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1113f357b2d24d04a1e5be9cc1c0e222cf62471381918539b648dba4d439406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7b98e1f200019dc9f3138ed8873f53085072884f455e1fc4b2684298653828d9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:95998464c2144417b2e5ebac5d6995f084b6e8abce0013d6a75dbc401e92a946_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a875e93f25c8062f8e035f2b9e01d5dbb5d0cd2fbb02192794293e3e84f782aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d8ec5c3871a167e269045fb61efe483e2d95d8653172e156039d12b3d56582e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:04de0171f2ef44f10ec537aa26d6cb0219ae064880676e51dc4bdd0392ac9158_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:77390febe95946d10f42a46bb41f52e3d41594e10230a8fa482da04c130edc5e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9b60d8d410e66b4be62897029726411d6c0bf144f74e293d0a68dc9b36bbcfe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:eeb20dddc2f445ac15a2330f96f7d4082f1a8caa64a4471e499773d1a5b14753_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd078946c471859aa92a1c3ee8f883367f8d54d10e196cbd7b4c727fe6f29f4f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e4c61494d507b2de9ef406f98759010607bed172715de959a481f1f18819bcb3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:227d943f36594685322da35d3105d0dd4e87a0718af89e68e70b52994b9b6b26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27c9a375f25780200b5d542a303d5a6dcecb0f18e41b14a9cfb55047ba5ce50c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b320363c027e3dfea79eafd58028dff730f6d13080f4f0024df7c581363784b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e3b34755f53b10b66ecf43232730f72f39d5d6f0e4ef97325a340eb954ff3510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00be26d03e9cc094198953509d175f23a25206cb566d25d98125c825c2efb1ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0b3d6b745875640ff3e169a685c66073b8ab1b9a4a8b45f1d24ef9c533ef4e64_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c8974c9800aad9634f101c012a1449c5a556b689815bb41748a2ed78b56af1b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d5dc9ab4a967a6d788adaa96afea38f7017de1752be73dc4255b756e5a06a9b7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2025:21132
Vulnerability from csaf_redhat - Published: 2025-11-12 14:09 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenStack Services on OpenShift (RHOSO) 18.0.14 containers are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenStack Services on OpenShift is a hybrid cloud solution for deploying and managing virtualized and containerized applications in a scalable infrastructure with a Red Hat OpenShift Container Platform (RHOCP) control plane.\n\nSecurity Fix:\n* Postgres Scan Race Condition (CVE-2025-47907)",
"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-2025:21132",
"url": "https://access.redhat.com/errata/RHSA-2025:21132"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21132.json"
}
],
"title": "Red Hat Security Advisory: Release of containers for RHOSO 18.0.14",
"tracking": {
"current_release_date": "2026-03-31T03:09:04+00:00",
"generator": {
"date": "2026-03-31T03:09:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21132",
"initial_release_date": "2025-11-12T14:09:23+00:00",
"revision_history": [
{
"date": "2025-11-12T14:09:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-12T14:09:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03: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 OpenStack Services on OpenShift 18",
"product": {
"name": "Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:18.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Services on OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"product_id": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mariadb-rhel9-operator@sha256%3Aee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"product_id": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/barbican-rhel9-operator@sha256%3Ab2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"product_id": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cinder-rhel9-operator@sha256%3A56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"product_id": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/designate-rhel9-operator@sha256%3A07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"product": {
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"product_id": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/edpm-hardened-uefi-rhel9@sha256%3A443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"product_id": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/glance-rhel9-operator@sha256%3A7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"product_id": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/heat-rhel9-operator@sha256%3A6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"product_id": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/horizon-rhel9-operator@sha256%3Aaa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"product_id": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/infra-rhel9-operator@sha256%3A20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ironic-rhel9-operator@sha256%3A3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"product_id": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ironic-python-agent-rhel9@sha256%3A5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"product_id": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keystone-rhel9-operator@sha256%3A62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"product_id": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"product_identification_helper": {
"purl": "pkg:oci/manila-rhel9-operator@sha256%3A3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mysqld-exporter-rhel9@sha256%3Afb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.15-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"product_id": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/neutron-rhel9-operator@sha256%3A7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"product_id": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nova-rhel9-operator@sha256%3Af15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"product": {
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"product_id": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/octavia-amphora-image-rhel9@sha256%3Ab3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/octavia-rhel9-operator@sha256%3A1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-openstack-ansible-ee-rhel9@sha256%3A9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-api-rhel9@sha256%3A42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-base-rhel9@sha256%3Ae1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-evaluator-rhel9@sha256%3A809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-listener-rhel9@sha256%3Aeab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-notifier-rhel9@sha256%3A8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-api-rhel9@sha256%3Af36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-base-rhel9@sha256%3Af585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-keystone-listener-rhel9@sha256%3A5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-worker-rhel9@sha256%3A303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-baremetal-agent-rhel9@sha256%3A80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-baremetal-rhel9-operator@sha256%3A669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-base-rhel9@sha256%3A81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-base-rhel9@sha256%3A4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-central-rhel9@sha256%3A431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-api-cfn-rhel9@sha256%3A343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-compute-rhel9@sha256%3Ac6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-ipmi-rhel9@sha256%3Afe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-notification-rhel9@sha256%3A9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-api-rhel9@sha256%3A965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-backup-rhel9@sha256%3Af485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-base-rhel9@sha256%3Ace962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-scheduler-rhel9@sha256%3A4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-volume-rhel9@sha256%3A42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cron-rhel9@sha256%3Aceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-dependencies-rhel9@sha256%3A8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-api-rhel9@sha256%3A26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-backend-bind9-rhel9@sha256%3A370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-base-rhel9@sha256%3Af0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-central-rhel9@sha256%3A4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-mdns-rhel9@sha256%3Abf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-producer-rhel9@sha256%3A8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-sink-rhel9@sha256%3A94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-worker-rhel9@sha256%3Aabe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-frr-rhel9@sha256%3A3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-glance-api-rhel9@sha256%3Ae03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-haproxy-rhel9@sha256%3A19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-api-rhel9@sha256%3Adf5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-base-rhel9@sha256%3A96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-engine-rhel9@sha256%3A9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-horizon-rhel9@sha256%3Aa14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-api-rhel9@sha256%3Adee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-base-rhel9@sha256%3A955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-conductor-rhel9@sha256%3Ad26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-inspector-rhel9@sha256%3A1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-neutron-agent-rhel9@sha256%3A1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-pxe-rhel9@sha256%3Aed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-iscsid-rhel9@sha256%3A1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-keystone-rhel9@sha256%3A91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-api-rhel9@sha256%3A6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-base-rhel9@sha256%3Abfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-scheduler-rhel9@sha256%3A4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-share-rhel9@sha256%3A7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-mariadb-rhel9@sha256%3Ace484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-memcached-rhel9@sha256%3A08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-multipathd-rhel9@sha256%3A65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-must-gather-rhel9@sha256%3Adf85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-netutils-rhel9@sha256%3A159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-network-exporter-rhel9@sha256%3A62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-agent-base-rhel9@sha256%3Ad9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-base-rhel9@sha256%3A0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-dhcp-agent-rhel9@sha256%3Ac7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-metadata-agent-ovn-rhel9@sha256%3Abb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-ovn-agent-rhel9@sha256%3A237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-server-rhel9@sha256%3A9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-sriov-agent-rhel9@sha256%3A9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-api-rhel9@sha256%3Aeae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-base-rhel9@sha256%3A0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-compute-rhel9@sha256%3Ac37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-conductor-rhel9@sha256%3A257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-novncproxy-rhel9@sha256%3A83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-scheduler-rhel9@sha256%3A7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-api-rhel9@sha256%3Af9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-base-rhel9@sha256%3A5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-health-manager-rhel9@sha256%3Ac885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-housekeeping-rhel9@sha256%3A6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-worker-rhel9@sha256%3A06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-openstackclient-rhel9@sha256%3Afced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-operator-bundle@sha256%3A7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rhel9-operator@sha256%3A5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-base-rhel9@sha256%3A8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-bgp-agent-rhel9@sha256%3A1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-controller-rhel9@sha256%3Afb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-nb-db-server-rhel9@sha256%3A8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-northd-rhel9@sha256%3A5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-sb-db-server-rhel9@sha256%3Ab59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-placement-api-rhel9@sha256%3Ab6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rabbitmq-rhel9@sha256%3A21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-redis-rhel9@sha256%3Aa133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rsyslog-rhel9@sha256%3Ab620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-account-rhel9@sha256%3A5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-base-rhel9@sha256%3A52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-container-rhel9@sha256%3Ae7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-object-rhel9@sha256%3Aea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-proxy-server-rhel9@sha256%3A81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-tempest-all-rhel9@sha256%3A5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-tempest-rhel9@sha256%3A29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-unbound-rhel9@sha256%3Ae4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-api-rhel9@sha256%3Aa4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-applier-rhel9@sha256%3Ab3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-base-rhel9@sha256%3Adbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-decision-engine-rhel9@sha256%3A9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=18.0.14-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovn-rhel9-operator@sha256%3A48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9-operator@sha256%3Ae329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"product_id": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-podman-exporter-rhel9@sha256%3A1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"product_id": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rabbitmq-cluster-rhel9-operator@sha256%3Aff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"product_id": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel9@sha256%3A5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"product_id": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/swift-rhel9-operator@sha256%3A416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"product_id": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/telemetry-rhel9-operator@sha256%3Af8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"product_id": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/test-rhel9-operator@sha256%3A1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"product_id": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/watcher-rhel9-operator@sha256%3A84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1.0.16-1762954683"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64"
},
"product_reference": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64"
},
"product_reference": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T14:09:23+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update as a new RHOSO 18.0 deployment, see \u201cDeploying Red Hat OpenStack Services on OpenShift\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/index\n\nFor details on how to apply this update to an existing RHOSO 18.0 deployment, see \"Updating your environment to the latest maintenance release\" at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21132"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:b2aa3c520d3cec404967dc6a62eeb798f66db33457d0ae53877f45d54086e86e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:56ae48eb83f7d0d36d22e408d82198eae5f594a4c656a942900356b9e3cabe42_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:07f07b734aa91bf6546175fbfd5d4e49b8f77500c5fa8ef326ec47d921e31778_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:9da0df81a8bc42db3fbb5cf9252cd348015c89d747087a65de9fb8bcfff269d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:7cb4f68e3fa460034efc14832ee0ba130589cdb368f517700abb40e0de6aa4c6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:6fd420dacc19333ac66b4bbc518e4a5fc944e12051d6eb73f3d73723288f693e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:aa5117e0d0548c1b6d0e19263f678fee816971d27b67c1125eb0b70bef848db6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:20c42b2723f7248bde42086cd7b4bd8e4b944e73c127c792169c92b471a2e26a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:3a8240a39625a1b38685b11fda1ee266c815af3afae0f587c60d87f4bf909fcb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:62d445f3af21893a4b7eff1b8c18e908e141701260acb8615707cf905b9224fc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:3554f3f9a59e2c9b660ed03ee158e0d91f5662f4bb9611041310936427ecb414_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:ee5ec270c6231164849dd664d4e6b44430b2a3b607678c7fc6d353de7cce88dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:fb6baefbb5f28e8b73ec856d64488b01299a8475c9b8d67dae49a8ff16b11ff3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:7f8c8a5310bc8250c48e305e7abf51a2f56bce23cf60197c34374d17f8dec97e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:f15649364dd2462a4120fa65bd68cc2d00332a438042c38c98fe2be2e85d9392_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:1d73dd81ee46a5f4e2ad5a62e4e58eddfa940956973aaf1a265c84bcdd0e82e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:80051043756e104f737040d9dd3da1d56f0b6190e846a26b0ccff407a796da5b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:669c963b48a59c41b942a1efb283702d39cf6d0e960b61a4ca0d34ba235e1238_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:df85fb2ffdbe11446fbb245bb133efc295c47245d9824cb5c1f2edc20f420b24_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:62a4ac5f623f1c232ccfa5f5771d6647112c3bcbdd75eb1ef6ab84fd502ac6e5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:7199ac238f593a0a1dd9f6e3fa880e0f2d1910213fad65f372c068a7d9540d22_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:5719856887da5667e86f25b8ff97714219ef56081d13de0c21f112701638c200_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:48525a4a9df01c46eb8e55e4e9f70257f72851023b256b49355e867f6a9bbaf0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:e329407c1c5b4eacd4708b06e842b92f4d5e7713270243b012ee8b07e68610b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:1ff305d416d39264e310ca7d5f7e69ca48f0ee5a68a7ec2657eb8f625d7abadf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:ff65a1fad1edb07549f545aa70f64d01872c8c6c3017b5a5bce4a8faa2f9de54_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:5a564234663031c8b0399d6c8ac0374737422c4a46f553aac6e79c9d3d8165d4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:416a214d3322bc643b3037404ecc93b1363c2277febec029d3cdb9435339be4d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:f8c7aa65d9c2fc1ed7726932f2afd54b15c87f7fdf4ccf960c823dfc24517ff8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:1063ee07149a607a3e2ecdfdf7039d0528749776f15e8e5ea3cc5b6ec99d8839_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:84ac6d7c09287c0d27ae694ab868565c4b9bad6e37c225b444285a5792aea462_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:443512cfd54c5ac46d5f545e13f83fb551792a4a40c9deafe82df26f2c25d802_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:5c2d65ec50b5524d2c6cf9c678fa1506d0d6f07f07a0577a0567c6c55376f74d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:b3dee5a88468a4c418d4eb964fa9e84367c952e16ce76300b0fd02cda197c4bb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:42b4d39e3087ce63606bfddca5f238f0018c9f290fc568c71a4c0fbfd2734d00_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:e1f9e5d8a6163908692b2ddc7ccf3c1ac737ae7641a61fbc8c665afcb704563d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:809073c068ed6de1bad30d46804a0fd38d1fefccc8accd8d09ae93052de00245_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:eab5894571ed8157e2a7359f49a8f710dbc8a88cf5b14361c36e79339c075540_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:8f85238d98af683f587e17e68189d0f3ac7dfd9a572079798bad67d9a3ec1b44_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:f36a744ad8c99d71052fa56435d551b1392cc06618ac71ae3fa415afb9b7702f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:f585d746b146a0e159a0d2179ede9e736bf0d5a82c5065713e0f42059ff8803e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:5cfaf1b038a9a47f215ffa87f36094f92ceb2a27533e97c36da0676552780893_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:303f55fe58847006fc4b195cf2e81cf7c40cde2c7db3c52dd0d74430eed1cebd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:81ed09ba894efa51cc747adfb441a09cbe2030d19b0c14d15a468d4d3b3ea7aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:4d9ccf2fc37a33c7ae9c7555f4fcff0f7f2f182780ec4b04749593f09380095b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:431e0c1a1b077ef8539c8ea27f4d167a6334e11b31ea2f6c74ac2651cb584a0e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:c6fa89c91db915247e955847c8c47f7892a8d773cec32c04cbf4f9d302f43c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:fe59e00cb91424b5627e7bbdf4dd53cd2adc7d42b26a73f7579808defdbe13a9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:9d197de835394de4a6bb48806b994eaeca7f7f868bfc3bb99e68a8e46e86d41e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:965fe6bb0c1167a94ea208c89efa7e26514b56fa2abbe88a534f1cf75f28868e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:f485296ccfc60836a042f5321be23b759a616d7f7d4a2bb0ee79d71d9e99c75f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:ce962ba8ef65df5e88d7f2633c6de2fa8d424e27382dd87019e87b87da06e35e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:4c01202a93f73d6672c760fdfb6df0c79ca14946f7c0f9a7a89f294c649995cd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:42ebe638737781057b7ce2710417e0176c24f395d716216eb614d5c0eb68a7b0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:ceb11f0cc6b8fb8f480b389bdbbc35865a7d8a7be0716f46273698ee22472300_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:8b9ac908b0bffd6f0b98a8de6f944c46624086cb95d110d9c1d2623035565782_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:26282bba4793f1946fae842b531bd512899ddefbb6eed999cd91c9539d2922b6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:370016dfb1acd50bec1d1042c1d7dfdded115c0b0fd1ce2828013a3b94d9dd3a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:f0fa3025e88911bf8984426dd1017e536be8150c1b6dda88858858aae4db3f7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:4c82bc9e8a95ca6e853ea8cd8ab0174294611d56069dd38a86913f90304b2a86_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:bf290e3a88e6a989462f473eb04bd62e5b065b918a7533c20e17124478cb1c26_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:8ec635af0548599d0bf80f3c670dfe8829abea8bfd9a30ce829d4ea11e3090b7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:94f9b03d1f8e61073eacebc2f90553a48692a5edb3d6053d527fbc3840c255dc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:abe04301c1cda5a30669fe764684065818fe46cef370bca5c07d7bcb413ad995_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:3ad0b8d27214bdda65e8f13d78e787c115fc47d132310d38851630901dc7ced2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:e03a89353743c242d647e7a30abfa7ae23354660c2cda93d4b6454f4f2f6aee0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:19480267d1987e7033f41c4a8671c4732ece2d078d19ebcccfa2e283c41f10f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:343d5d32347b3277f9795aeae970e7f63ddfac4206ce82721a0ef425d7fd5278_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:df5771da4464e1033c35eab63018092f3c6c653e4b862c23ede886480283c415_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:96786975b937d1dde37d5f8182c3c989f346a8531e4c4639bdcee28561627502_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:9e76d0d25ae621096ffde8d09835586daa33d305270f4fcd712d4e8539ff0150_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:a14e8aeae5c9bfb28874d134a5fddfa88bc4f5f2df8047af533320ee3c96cb28_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:dee14b935eb8f11237a8b535dc5229692b1ff26e445e752352a21b7430470529_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:955bd71d0a25cd0a964d0b96ce86a40513ee82ed4ca0e271b8224da09059dad2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:d26ec84637189d5baa0e77c728022933a0e3a28da4c58d8b78c9e1436f2624c8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:1c36ab8be0b1800211c71e3710b86cdd020614c4ec85a259f4d01363652a1d19_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:1c48eb62d3ab4ad6d83c60e4e025796ed25ec249b20b881468e484578b3ae54e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:ed1e457b1a61240d1d674e9a462d0c6818f41e47310f3275f051041c7729725a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:1bf5137281f812008d255f6981bae11818e77b16535f1338dd0dd2e68817c06d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:91baf55764636c2e52d3e11ef83fa57c560ab3d480f0a42200666a55928a68fe_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:6cc56a2cd54957360c04c2c440da57d74a4a5279ba784af4d6dd6f884a62c0f2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:bfe4d9f4d7caa1a57c67b71c731f7cbda1deb951773bdf632b8a7a0946c16e75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:4ee36066fa2ea4f1710d753b29caf3a83c46a24a422f68c0c9fa35cb0729f2f1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:7a7d1f33fdd2372e2a18fa6afd386cc443d1f7eea0c09ad5829ae76710a2c25f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:ce484a00e0c7e8def9b0cfd69af09dcdedb83926417f32ed1162589878403cef_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:08fdb0e0639e87660426a349454923dee95abc7ec5f0b98cf978c16f27ad29e3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:65488b33844300ef052c53f8edd0f46b2e7838f45fa40467153a4c4c197a4f45_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:159114a6e36e1609a04b8d5c1cb344565ff207381493b7e83f3cabbf03ae52d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:d9f5942bc9ab481e7721628438841d8f79a6aba348b13bf43de18c90f05a7d9d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:0236d75408a2ca3a3ad6392d91d727cbdbbd07c545b6e75e59f0878f143e6983_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:c7f123b5c0f30322cfbfecd9fd72a790ab4d23143edcec1564e4e451a6614c64_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:bb8bb9e36141a3d637b2a2957cb40411e67f7f0f5e97ae6c26e62d23ebbdde7f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:237a1299a3f97eaedcb830726780b92d2d673ff1d40d50124a8862f5e62f56ae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:9c27de3a1163daa8b5d1ff2701888d2d910dbb43c22fbf955055dde34da3bc13_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:9be27b7518683a893c1a6f0fe92cf3775de7854230e94d06f46e3e7d42bc7f9c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:eae45784990a572d35730840a362ff5e2d111771298223f0385f32ee9151cd6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:0090dcd25093c9d2729a587c5897edb07bdb674897d2266919d1b3a3235da437_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:c37ab79a27e1576c7dcae80d73078f31004e1e8929bae7540a69530b971f4b17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:257502ce8782f1373aea20cafb02729ff78690634c98df8f4ee057453ba20f50_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:83285d0a1c1ce216085cca99c6361f1b670c62fc8e5f6343052a6117447f413f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:7fbb12f3bf1b8c4360819ad84a6b8d3a5dfe14cf1c471df174e918721baacf4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:f9c409de826f676d2200578d3b30298684d461fc04c8fc808234879c9bd210fb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:5205638185287f3ff92edca32c840aee44889f842827907839c49cc162b90390_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:c885cef3b458cc653b4333f6808cbc6edc44bb4477009865dd03f292f8697c8c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:6b9e87399a0a0f89a28cd22e70c31dcadf0f71d68ff5f57d7b6be6172ef36880_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:06ae51b72d90d296e3b4c09bf029f5a211ccc5111ed7813f4eff313315e20bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:fced3102e323d14105eb1e1e03b57ea54ce46eadbc6ae993f29fc128c8e7f04a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:8ed31faa30a71a1d7dbda5c40f6eecbc31bebcd5e781e469f229e5cc8738f2f0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:1f8724046abdd77c9232a0e7e829d4a644f73271f64e4f15f4eb34498f10e861_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:fb4d42e545b1f28bcffe5188b8f57e10b9e141f15ccb58bfe53c61dd9e6f98fd_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:8988280cbbaa06eaab84950f05b6d9ed5ecf250897e9db328cd25f87424c6504_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:5b9a899b16eb339a04e49bee30b23d6252d7fa407d104d940e3b1d0c50cef5df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:b59e08b8cd85d8949494c47d85c5393c7675f09bad22d9c976bbbc04cbd9f911_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:b6c12f89af8bc8af3be40327f3e646ad6c7ec735b5b3a8bf86e2632779766ccf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:21d7d81891aa0ed395561b66f3d6b0b41d0f75b4c6fd04a8126d1ce4bd1eafe2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:a133b8ba390fee93c5e730e472690031836abd82714fe87747b4e29671c6b718_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:b620a2e9212cd7f744200648fd2dd0b45d6583b28debf04c6412bb6a9946bddc_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:5040a0c40e14a56c54b60b3762c1baac500d0a5d5af89f1b4aa738dadaebe28e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:52881f86f3a92e798261381755ce24d2c89425685c39f69926721ff7ac3508cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:e7c8e94d75fad09ee6fdb1f087035980e78aee92dd3037ee9a027db4f8a6a8de_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:ea0a33ccabe6f9e58f8d0387090e9604d8e48ea483c9c510e38ed3597d5dbfd0_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:81a2939e08e5c5fe4aa1f08b6cbd2f41c369eed807d05fcaaac264a543d6c0df_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:5a58716d07e58e57084fa6f9067d807cb9283f3a7542d2098da2f96e8895d8aa_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:29f4d94da0c81d33bd2a595325330b8ff4c9222237a174e5a907783a1aad61a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:e4b3f7e6d9b21278684d87d0f1a3e94caf1a327ee820c02a674545f5b1c1343e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:a4bd71ec292f5c9769e0b748de30e1a60303927c8a8a7df1d9a12f4cb35b70a3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:b3c86d36873b7a63645442ad845b28e8ecdeab5f121d6b490577dc526b761a52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:dbcf0c931e739a0b4ee63cd2a4dfefc8ad06da0b626c3b7bd37002ea6af7e297_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:9dc912f4d6b4e7ec2698be5f02de9f83e1e5a51de1edfb441a2f2b5003021d1c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19731
Vulnerability from csaf_redhat - Published: 2025-11-04 19:52 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19731",
"url": "https://access.redhat.com/errata/RHSA-2025:19731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19731.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:02+00:00",
"generator": {
"date": "2026-03-31T03:09:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19731",
"initial_release_date": "2025-11-04T19:52:32+00:00",
"revision_history": [
{
"date": "2025-11-04T19:52:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-04T19:52:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.src",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.src",
"product_id": "podman-4:4.9.4-18.el9_4.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4.4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"product": {
"name": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"product_id": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-18.el9_4.4?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-18.el9_4.4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch"
},
"product_reference": "podman-docker-4:4.9.4-18.el9_4.4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-04T19:52:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19731"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:4434
Vulnerability from csaf_redhat - Published: 2026-03-18 18:31 - Updated: 2026-04-01 21:59A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
A flaw was found in OpenStack keystonemiddleware. The external_oauth2_token middleware fails to properly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id. This can lead to privilege escalation or impersonation of other users within the system.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.26 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.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.26. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:4427\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.19/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:4434",
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22797",
"url": "https://access.redhat.com/security/cve/CVE-2026-22797"
},
{
"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_4434.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.26 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-01T21:59:23+00:00",
"generator": {
"date": "2026-04-01T21:59:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:4434",
"initial_release_date": "2026-03-18T18:31:59+00:00",
"revision_history": [
{
"date": "2026-03-18T18:31:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-18T18:33:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:59:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Afa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Aea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Af0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772477555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ae0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Aedfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ab77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ab91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ab1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Abb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773125843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aa4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772477045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773057061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ae0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ac5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Aae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772716787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773096874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ad940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Aae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ae557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ac84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ab8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ab1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ae35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ab5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Af849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772169582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ace452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Acfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aaba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ac3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ab4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Af98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Af54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aaee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ac5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aa36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ae046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ad51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Abf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Aa5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Afcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Abd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aedee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772185405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ab621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Ab368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Abbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Adbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ab392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Afa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ad0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Af0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772466901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Acd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aaac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aabbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150954"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ae9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ae3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Acaaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772477555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Adb2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ab0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Af4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ac262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773125843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772477045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773057061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ab327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Af144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ad8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ac5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772716787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ab4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ac6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773096874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ae6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Adf266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Afc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ae4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ac12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Adcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aaedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Aecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Aad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ac8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772149306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aaebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772169582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ae2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Aa13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Abf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aaaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aa7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Acb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Acd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ae6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ad1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Afca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Afad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aa22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ac8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ae3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ab6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Abe19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ae0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ab1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772151123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772150802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772185405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ae4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772466901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Aa51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157258"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ac31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Abb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aaca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ad0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ab20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772477555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Aba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ac6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Aaafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Aab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773125843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ac0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ac6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772716787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773096874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ad63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Af65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Af6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ac66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ae761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ac3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ae834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Afe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ab078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772169582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Af2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aefe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ae239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Abd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ab2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ab5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ad235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ab22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ac33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ae1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ad7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Adbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ac0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Acfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Af7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772185405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Af045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Af6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Af54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Af3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772154869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772153399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772466901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157258"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Af3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772477555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Aad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773125843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Aef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772709791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Aaef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Adb9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Afe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772716787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Afac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Abae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773096874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ac78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Acd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ad9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Af16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Acbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aa453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ab21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772169582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ab95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Aac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Afb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Abac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Adcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Afedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ada634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772167204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772758129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ab4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ae5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ab705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772181061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ae29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772686568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772185405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aa52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Afd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Aa7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ade927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Afdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772466901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773184641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Adc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Abe5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772157258"
}
}
}
],
"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:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct 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 Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
}
],
"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.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
},
{
"cve": "CVE-2026-22797",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"discovery_date": "2026-01-19T18:01:09.300375+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430879"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack keystonemiddleware. The external_oauth2_token middleware fails to properly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id. This can lead to privilege escalation or impersonation of other users within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keystonemiddleware: OpenStack keystonemiddleware: Privilege escalation and user impersonation via forged authentication headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT privilege escalation flaw in OpenStack keystonemiddleware. The external_oauth2_token middleware does not correctly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id, to escalate privileges or impersonate other users. All Red Hat OpenStack Platform deployments utilizing the external_oauth2_token middleware 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 Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22797"
},
{
"category": "external",
"summary": "RHBZ#2430879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430879"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22797",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22797"
},
{
"category": "external",
"summary": "https://launchpad.net/bugs/2129018",
"url": "https://launchpad.net/bugs/2129018"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/01/16/9",
"url": "https://www.openwall.com/lists/oss-security/2026/01/16/9"
}
],
"release_date": "2026-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T18:31:59+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\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:64d312cc715ccb58e44b7ed0a7a1a24ad407b72be2cb865512f9bf8ff7578524\n\n (For s390x architecture)\n The image digest is sha256:d597607d81ec8146b6403a37d48605c34c0649cffdd5b9a532936d71e7c02d81\n\n (For ppc64le architecture)\n The image digest is sha256:ce22c81cb59efaad506ed4c0222611d8ed603a597cca876e1ab87f4ff94523da\n\n (For aarch64 architecture)\n The image digest is sha256:d09f3caab920c99068212112676f4a8c2e7f3ee72f69d69ead2ec90e8918213b\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4434"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.9,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:6ee70216b40fb9fa1629f4817d4e93a212501d31ee5339691739d355a02f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac4eaa2f7cf735b89c7b0a23d968d23b99e398fbf7ec2ce8e2cdcc43578869a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c31e5a4e0300d5a9444f73bab9f815f5fc43d23929276fe85c932dcfb6f82e78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e9ff9a3483e6c2c8dd5b06a811642bb690c0be1923c0de4eae673e4795f9c82f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:036bb662ae8841d8f9acc6249419daf627851a5ce8ae77a7c6fca5bd105803de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:635678ec182eb7a020db41f19589a274de803ed784c5dcf97706a544c0c6e0da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7766520aa3449089e4e7d0f0d2f30e3b534554f326110cbf5f7091f166047c36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa71e884c77fac849de0115db4714cb40e2d8ff8761cb08d5be1c0ce66e5471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:17c2481a853506f3bb684449b7a130c5197f03630331acb7b802cc5f4e11dc90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4ebb88ead342a5da74477a57146644b24f506842cd8646fb75e9ef54088047a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:951a527a979735c4f4cd3b1eedf736f674b49fd084d97fb1737284ca8804ed7b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f197822b0f5b6bf90f93c0d33a301539e80db2af758620177355245dcbf41c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1bbd7695543959300a17f41db29a172eede3215e3c08461aad11fccd82fdbe3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2c6352bbfb2656b1d7441171ff85896dfa605187281c54a88a85cd6e01cc2713_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5452dfdc650a21170fb5e05eff1631e49e850f47cbc4afdd226fcc85754b2b0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a453937482c1a6a1b3dd94efc41cd6e2a1a539be09c94c629c635e353029da40_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0e2e02a676f896ab365127eb7431ecee5df387be053e1548b711420c7e98bb3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2d330ca9b15037bdad73a52a9b66ccc93a99f1c7bbdcaec7bdd9c7ce27432599_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a13438f2806152ec0430d13675f3dc6bed876fdc97028718b78967f1d8910eea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ce452a2fd4172799f487422945ca64515b76ab5b94467f4b328ae3c942cf677d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12b30025b8ede14292c24d02fe94aebd86003c15fadb90c775bca866a0ca8650_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4e6db5dc165d5b8a373646dfad510d9a8cf4b102609d342a0be2a9d18e876e80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e432a5d98c81d605288321746caef5c981df09d45e51f2ad8095fa3430762e55_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e8a34ef59a6cf062b031f1a53a6259f10c0cb1d142c73a5f23a936f2d4ad35a4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e665ceb51607bf11d41907d8c896df596042ebab5deef3d64b22d279275a422_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f14a36c4774ca253f055688819449538483e76ab6471b5e60dd6fa4e481095d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3d5d0aa941d40e32550b6e0d3db9109e3e302f970d4877227852756e779950d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b1673d8431d34eaaaee0881ff0dd91f2b393d8ac3e3767d97f8ac40640ba250d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:15b63bf9bc990dfd770048ece2a4ac1f2ebb949d9c169d032de2ae3a449dbd7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:36b049ec60b3431dee6631389be09f8113c798d7d840ae91c0a7f4fb7270f4f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6e44853b234041d8d20d92f176b8e75f13b05c62410aa96ac57decdc5a179ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4a504694ca5d2a17957c8f5318d7ad46d9c2d3019749168265cbb59a4b5bd8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1937bcf04c8c61b30aa28746c9cde0a3aaff71b7d366cbe9beca0728cd859b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:9a28fbfd671ea2908ca2a2e41133de5c53b83de0aa63018debe3be9302c1eaf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d3ed8e3d540e29de8ccc3481a4031cf0ae40fefdfa526ad53735ec1ca179123b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:f54d8ff8d5a23e82b31b039bc6e4fdf4fae5deb1aa892c48f4ccd3ae02820217_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0ed4716d368019a333c19e3710ddf0e25aadcf5b8fcc98d6da8ef382d67a9fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97032b62d67d3a7ba083c488af187b9cc8faee578af6d99694fcd3dce57f8369_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ae75bc2b1646ac8e70aa962c68fd77ee137e027f5a04e5cef0e2217112f3863b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e3d8de992a85be6b07bb0ce76d1c7626edd17168e7fa8db84abb579f78d33ea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0f645e3ac1917201fc4da7cdcaab4f1adcedda25cf5be84582c6a354e787f10b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:44ad2384261115d08b739b681a88d86b9c831ee441857957771a96e18ce1011e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b705a0105ddd1284d7a957114dac83f750652a5ecdd54a30fbdecec76424a52b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ead5398a5afabab40a2432a83948a421388cd4ba046fed26af8a0183a93ae4ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:07754af24ec682c4506849875dd1cc670616fb3198e5baffefb0acb08b22bb79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1980ff7e3d6e370b5c58d9cbcf2df5ef979996f2cd2b6891659cf685f56c948e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6fae105a929859ba794653d7b02d10980f94a140f39c06c2376d5fdb098995aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6951ea30594a14afbd4954b269cd214f5ea15d458c56c644f16cdab20e15c06_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:03178fb073c390109dad8b53a49c7b7e30973c1afdfbe1e1bc1c8104e4772e57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:97a099b6835d0311713fcb0415990a64f00dce83d391ed04c64557099fa325f2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dbd73fc0bc81a7e235fe9a5feb4954448a0f27287609b33292183b6a70b32a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e357242b61cd31717c676e29b26a290c5a0a99eaa955059a38029c31320b6b0f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0057c9d6f289ffb3d2aea3798300a64a567004822ec5e1a8a0b10b27763df84b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:24159db7eb514561c8f0b16e456d7d4de18f71426b80f001c78071e7d06bfea5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2f42d1f7288b867a41127bbc56a0bc65e11621cce945e863a0283c4ab2013312_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3d734c24b351a4710234fff1be8d246d33360bd25ba7cf9a78998db3049503dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0954349c10f74b77dd1b064dfea5ba7f5442cf8f6ef43d7f27187afb1131ccac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d440551623a4a82e0dd62a872b07eff412bfa7e6c2c4974a6aa0e2f1a46dd57_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a0cb9f93fdc7377f48649fb3b7b057d852005a1cdc1b6f64973be901d7944e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7e5459c47af8e80020bacd277bb6b051b30be8507ece6c9cb8c8cd8047c70cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60575aabfa100f731baf825c67673a10e91867c8a297fef061e66b2c55941904_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63d0ea2a16f536f4bd5d5ae0f420865d4154118fda66b4a1813e4c6a471be41e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6abc234e5722411aa1a5848891b07edd958c6ee7da315453320e0f5ad9ce9df1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f0ba6ed3bfe8fe646b925b0ad746d7aab327f3f51d59e46e1272ab61d3f7e9cf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:03c8a4d63e299d5894e59323fdb53d4b36bec4c67c458abc3f1acecfbbfa95db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:231a4dc5f8a72c3a91257742c9e56932271ce526fc66026e1cc4eaec4968b620_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90e7672be33a3a9dd99e3737b649219d8eccd984b4faaac0b97b561bbcd696d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c66b4b5c361885c9fbdd8eb6205f838a0fdff40bc53964eecafd0cb44649bcda_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2270ecb6c5764c22ef26ab44749e5d689be49f2d6fd5f1b02575090049649a98_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e081819f40a97e75dd7735a3ad7fd08f4f8a53f6b006b643c89bcd655a89333_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e2da26637cb19838e0e246ec967308850781e7767afb1965792a4a76641c707_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e761c7efb97995b99faed0c0d0f3eb0776fc0f1113c75ee7e714e63092a6313c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:108a7a51d66e89d3903bf82d1c9f6526cb908c58973fb8c86301fa9b5c8f5ca5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9eda975aef2fbe4fdf941b85644729d64169bea2bc35963350fba55dd3d4299c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b1db3d66fb0a2ee10f306d393d32a6778c9a8f9376d4442f1fe469f4b5dfa993_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c3da2712ca2a2f73a11343f46618feb4209962b9aeccfcc6980a9fd855443377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:24a91d743cfe90f0cbf7cd90a628ff4ec82ae3a969385385e7af3c296aa8a579_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3ab76cbc738564aabadab5189e6946b98ab77136f9ed7bf6e5b1c710c122e0e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5cb3b53180cc08d13f29deecc488e7b585b3a407d5c8bb3f905a82a3c2a4b994_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a377574a5438572cf6b6e42c5d6da2085a340235eaa3f5b883cf3fdd32935187_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d9a89a73c59845e4f7fc7fc084833c678dd74931adbb7d447f1b41a27d77081_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2dc4504d4a998509d70dee64ecabe78dce5551769bd51a39d2618316a6b204c7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8691b2dea09e8a99a3639d5b6bd443d86ecfbd97cdcde0cd23c0011945d89029_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9ba6c23af21007e55a3d032e39bd5388016628f39c42cd72a2c9cbcfde611c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:028494602a8b94d90b098a0e6aeba85f20615938490209378619935a6c8bc447_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0bcafd01d09124bb258db755724f794673c6eebea71f87b4feed53651cb61eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ca58388a6dd7b8c10af4160df26e0cf0b5b0687efb05805aab84ad169837d5c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e834c7bb49853402a1b8809dca769179430e7cf158c7209221df4f05da208ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1ebc6185a7590f880cebcc2bec4b7eaef52570655d5919030881ec6d6a399250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c12dfe83b54e7eb7e66fd0889408c8c7d194f8674a249854913446876a078173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd231157b44ee32cf3de81e21cd52fc62fb8689a2d29545d619409b622d9727_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fe082f3f1199d2f9e405f8a8f907622937b464f99496c6e096839a320c5d35f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:209caac36c32378a2815bbec82454493191d2074713d1a414599fea1755806ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:648d28825b3a3ccbea7966ddf860e16b36daf7373e8a502b3406a83780df55b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:141adfd40d0d2dbe8bd0084b99eeac6355baed6bc8ffc9019a1770e564d48912_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dcb372c4f5345fbc76242113efbdf4f857a82db4f5f9c2335a872608fb40f7a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c785e38ed185db2d4223165d0a3cb7df5668663827ef7838a186291b573f72c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:aedb4250fbcf5d1b55641a2e058a185d24c30069904f633bc265bd379feb28b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7ca8252015112e01f7275f4144e2110143ee30e3cc9ac5fc2c4bb9d98fc83db0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:855422d115627ceb26bd7f988c6221d1b42fdeddcfe63f001d10179ad7de02f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5dad27a17bd4e6ee634e0fb0e00ef9b1f3f448dc68b4fa367c09531e42dc3779_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e35558125d41b67069281ca4861a0c114226208053a04459292b5c736eeb00fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:888a84a4f13c96f918e1c87759f481ede872d097c170f76780888f0c769301b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ecfba0cf78f1497f2b310c39b090b1c69e8842cf077a37f7ff843c21dbe7c59d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9c475eae10a67ed0dcd6b74e0ab0838b68d488b0dd45128a53671bbbe5610e50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ad99c2ac9e77879c30a8222d6866d7149907ef4b2cc80865b5f4018365ee1270_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ca19d85c3292c21204e071e8c0a65e4e03324f89af64a1d779ff4f55770ad8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ea00984357b17b9c0a2818d4ef308eb6f7ee290f38f232e528e2a9ef7886bf0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:aebbd1c3bb14cfd72dc3aeb813bf6d0f8e45f1ceb9abcfe445f38b6b9e890c1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b5d17e7f0b7b4a902c45b97ebb1cfbc96a7ca1c1a959f289af78a849dca831b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:68058bd7cc22e4fc75436d46bbcbd27bbe62628988bff9ed3a96594e165cf3c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c8465593ab64a8f5d375a16e3f56b16ce84d533089954f2b701edda4cbe9e778_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d265d4602d4313a1e1b1af20aae55dcc9d8499aa9c79255ae071450a6594b26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:994e7f510552efd2853a7f8a2fd7219bc9806e0f45f5c2027a471b6ad022fdcc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:38103f7b82c379b1cadbc0ecde3b142fbcb5cedf5c60f3041ec3a119a356d663_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ea23ba720aa96c8bcf28aaa8b7b1958013bd6755c1f9ac45df93ab270cacdb1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:33ac4ebf91f70172b3a42ba22ffd26bfcc2c5def2e7f35b60b94875d2c1a642e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:579ffbef2f9dbc881a763a687d82d071a4d3d35119c39e4c95abe9fa5ed14f8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66af64b48b3591b4f058b8ff0a5e2b2b55ef687fce3de4e99c4f8a5d6ed9ea3b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:70a46c49fc711575d1eb6053a6c0a6af0c4fa8e26909eb909596d41cd64ac995_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:805568e72eab1af76a140342d9df7840b69daac1f2816a07d9bf1dc60c0e3865_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a5c7ae5ed3dc592dccff0a4ed019b558bc0111552287db7cb09c199cc52c74c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2af61461cd2fab862c71a1645a6642a64f71a02964c1586e4d9f04ae74490b75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b078c9fac35d20417a97648b91f6c15c0abf39dcf2cc1574007185744ae6e411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:b21deee9ea821fc595cd31a17515d4cdba75220c93293402560d0936fb712480_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f849db163681065369a4e51b0a7c1ae670418fe6b781610c294d33bbaf435e63_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41e8b4e1dfc0680d1872efc236f73f574744d8a1a2fc0becdca61734de3a50fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5fc301241a6b0ceeaa099028f549f6aa7c7555a7eb106d47bb9ca52b43b9da18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:bb5767c5977383925360350b6bb755326c4465fe9f917264cf11ad99c186a39b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3911f49bbf3df9a83fdc08aef8de0473c90eb96f7c459d3c6750f9a85065150_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1eae65821496beeb91c8e522ac062c576145ccea5418bb80d1ae96cbc60db197_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6547e82e55abd5d0b03fc83b24a4c6fec1e8867374ded8eded375957b2605f92_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b95854d62c45dd3f1c01256529dc28c53c3e643cafc6d7a77480c0ac7cec9e35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e2aef6d7b0687932abe7493b6ccc11d7e1c1461f01c77d68a8f674d849583e3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ca31757aac393a6237ba3143b2b8b1f7573e82364490d0d95553517a5266ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a682aebe8ca09009f1c2c0fdcfce45060bbe06ac22457dd82c6bdefee10fad4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:aca445a3fafbe1c1b1b299a125de506617250152ec9f5d7cd9e0a308a2b532ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b04d62d7f3e27aaec7820d5b8fb848dd54830eab18c01cba3c794a6080def34f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ac1dc6770eae991415640442f5307f23e17e259d7b41f2eb117b654420dbe42b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d3378772c20a3cfa4755ce8070fa9b5e8c83ea245b9da140c22dc8eb5567d5cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d4bf99c7d24e005417edb1f688e5aabe2a432baee4f0df0684f57a79ad86d00e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:f2eef73bfe0bb6a8cb0cef35999c70054ab8e5a06951c18d581059bdd5559624_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2379c467638b9bd6c10a2a1016d199357e3334d2f5f7332209b7cce2021f116b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:84bb6d21f277a76efabb70c8b7833342825d23bd3d9dce787deca6e7209bf5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:b4b9995623ba93eda1dcd2df28c4bf279ea39c667d8c3b3f9aabe4b2beeac834_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bae3fcf5cc46f00ce92214d30233c55e9e3bcb2ce1ac4341b79b76877dccaa57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1df7235d4b5edf7ac49ce0de04a30c37019685820764676b355e1fefc51c8402_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:566eb9bb576c005a22766f53152929c1786a012db129b8ee428b16fbec266869_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed49b055b8c4026257e2f9a16c57f6ee1f383df64768eaf1b9285e42f1e5ba32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:efe4c7c74d1ee0043779a4c8c7c6b12b6b6ce0ffeb359f97082751a10eb90cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:03b54af1bd5109df99257e21bc0ae316b76a5d0bf7c7557104e13e53001606e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2156b13b000cb4438d12e9a1cae800772a1b0242d988f65e22d68e559e48a86a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2a1f7d13f37618a9caaaa4d2fe83cb3ca5e5ca16e48fd169e3a7396f485b9af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e239d0a0e37081b5f9947a41102ccb55db6dadb12e415c5a06b0ea3e929028f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0b7789a24c5acfaa2bc9b40c3ff9a13fd0cd7f105c78236e77b62b7c168c2684_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3b33c868fbf71e96e890c58a682e387f655e9bcf8b446bd96568022fe14f8eb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bf2644e919e27f8bbf6d7f37ad2318e2c1acc2773ba5ee83e8d1875cfc41f84e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cfa751f22fd2587f862b5132cd1d37654eb6450ea13a17e6df85136a941b3ed8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38f60bc997d7613852d4d4ca4113df88bc9d8af543c2a029f7a45c4acae5d7d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3a0f7ab7e9be4d635e2e539ed5b23a7a6a6392a0a0cd0f7915a32c5617f79651_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:95e1c1a4af1beaf0421b715925dcca55edb7ab8c86b8927dece3467e59c47482_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a8951ef8b938032dda4582638fc1d019616eafcbe3146811672110e639845e40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0f253a8df8b68d8576d7ebb7725182be54e6a8e93d0575618bd35d1ba0b88090_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:51f46ad462e327983b8a40cf804dabe41ac41f7d44c3e729c7de5e1a7e8119a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6dd23fb71718008fb5cd17711bf136b80e84a1f7d1faff15c29edf4640f286fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8538898cdb0ad9b599350e8d0dd1e8439ba6586e7128c00edc43e49917a737a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0bfb0c6243ebebf2c7f5640e705ef1db4fc119b3612194e1756703a4ac734e55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:86ba0aef22dd7a19d2ae60ad800a9c80ecbe2193000f3961d64b8d3f17f2f32d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aba2959dbd083a2de8e7986fa8fda4568965a2a1357c6c59328947439284c410_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ec7fd19f5ba158294af4ce4bd956125a662d2c913641ea5cd8dc2e53ea2d02ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:26a5b3a826b7aebd7afc895403af2d15169c245c4ed1b7c4053d914031ad7764_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aaa0de7bb9298c34e50b151ff3f2280eaa06d3a6967f13e279830f0d9c34b4ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c3d445ff49e8d78b81d5a2fb2d444ad5b39302a2e00773d4372dc8ba7b457e14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ff4b5387f41bb8869703d9db6f150ce306d2a22f0cd4892b3c22ef673a117c8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:015d70a26b33e40660cefbf115d8588f3d7d97456611ae63420e40f4f72a889c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:102d9373277989a2d4457686211ca5cf337d873a35c7698403ec7a46c929a16b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:35607243001e96e889af57c45007406efa068ca2bbb300417c2ee84aa285c85c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f9e41da389de215acac50e604dae37027f541628b87593e378819aee86f4a72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4395753492d0be600f4c16ec6c65d330fe10c3b4bf994ba1b34ee1a7f0ac62e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5cb0dbfb2e9d314887215e7207e07925b158c1117ccf33a0ee80fb8d92c81944_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8335aef0b44f806386ce01cbca410c4009b5a334ee964373034a0037ea34b00e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b0ac05c01d12e3f2d0afa422796884c716752429ea04e3085759c44fc501ed14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6a9a64b423a3928c2898f8f9d4bdde78d9bfb50d20d854f40572802f19b44506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a7739412503ee5318d5011bfb662886e987ed1445082835dff3b0734f43fb66a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4a56a92932a1477a668b13d2f77b1de6ccd91f974322b731508438ac1d7f462_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd73d46f84a3ea496f235d6a3a04eb0e7c936c286c5d9c06881db9b576a263b3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0dde7323d040284135c2da997ec564782fa1a9c41c76d2196a742153cfbf6dfd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2d83dd39f7c6c31508391409e6290abdfb53cc26efd7c01678c5db022995eb0d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b2e8dd1387e934463cbf4c348f141858c70006d0f7f36b9fadc072d512655e1b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f98a4e5178320cd7bf73f42137fdd88fcece1a395ab6ca27bbce9e478bf8b8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5fbff987a630969bf324e77c4b85a9713debac6872874d5a6734adbd6988c349_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:782be188def03fe5590481652576af3d4b2ccf07afb07f51854c0c77204f2c7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9429e6950e667d7ea51c54e9f34e336ae3f54ab2bb932e732e648e3dc8830c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b535c59c9313e608e195e94b91f33fcc87ea3b94cadc123e9007c4f33f6c807a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:55913a30ed6223470b14cdbf3203f70fec75582d8f236930d1fd406d53472f79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8fc41566216da9bdf393c62380829a14656e5821fd94d59eb1c6cb6ee15a4942_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cb3e82f0257db4c89cce675031083708f6a84566276c4d501b1eb18029d0a276_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e8e91914e3d5e408c213f258ab8e14ce06fb0458fc96bb3ab09c32be4783c9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:31cfaa2d2f5cc542c20d130fbc5532f0c827082a8d9fe593d96ea2807d6c77fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7019c67c3500d70d2b3dac63a4f506eb0c29f1ad1e614bc0adbdfe66d041ca3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7473403d7d94e20a7f4fba16768971898ba3b0df1e6928557de742208536a605_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac740a172e2c6f55c58f942fdd522278c90508bf76619035e807ba511b148dde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2b7f40319894bcc66b3e5675dd02f9ddfc4c2dc5fd5858ddbcd56b15b184c097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2c1740c3dca337af2f9d0734ea3d659b66e255da4840a8cc60a075a302e5ca44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:85c3ae7b4a757112cc9c858d34050f667f2577672c484372d38d1ef4dbe8d8b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8f93a2a675efd58f3269a6fcd1f9edf26eb5ea796aa766c5fc907dc9ebadc178_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6d81816807cbd928d64458ff35132cdaeb45f6726d26b23105016a4f285c129a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:77b5d6ca8b5fb8626e0ac6c17ce510eed47d275b988d7cce6ef46a6317fadf7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:880f19aed8c91200955d40d1f5af87c44265b0a3e02cfc8f3d7571de3d6d5c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8abbe01f65730c54c1b0081e35f8c27fb722dc2501e07765a4d57f8254bcceb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24d34dc7037970a6df7ff1866b53cfe03ca2caeac9beac5ce2d1343d194c17ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:3ff59cb9215f0ea07475af4f489aff392b178f9408132f25048e9ccb1d965276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8cb9c2ab556483071dc00957f70b2bf59d164874d99ab61da267b17db7e6be19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fb20e14a1313346a5cc602ab5659f1331cc6bee4f88164c90d470eb2e6382aeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ac34e5621d22748313844e748027a28c9eebca94f9e12383720738b92aa30c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1d5711dfcde5afa6724807ab3c4fadf6f1fb4cabd726c917bb375d570d7ffef0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a5e75613eb3fb1ab13a8b18adc132df29f7e91b7d285e36314733442665a1591_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5f50ce5c1e506dc33c3a217d4f76994be25ecf3168ac2806d3a4c0298e12418_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0024a47dd7852503b179e445020ff08061d44833c779a03acb6779757b4e2053_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40df3615b05196db64a457c31c61e8caddaa6a399fcdeaba352fd98b539280c6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4c3aa6d6022e41665a587d952c4962ac9f779582624367bcd6ec4e66dc4ed598_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0f87adcc68af893e93471f6187598956ead4bd6955a53d5c01c01cd90d686fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:161a26d82f38f87f9cf0f621eaf762768bb92dc668536acdb430382a5ce74838_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:570b05a318e17be69ec5856344a06f0762ff00267be9d4ffca12575aaa2145b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5d27dda73a1536056960f24115e5ee1824e91d22a55aa809628e703fb32c4b51_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cd51fad0a2249e299e8536fd5a452ace0244fc13a84ed0cbfdcbf410dee30b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4078eb50f6e22603c29f3050d47ac8a2be4f0a82022c8744ca7d22b01e35b927_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:69e3f753ff5b5afea62f021961c56e65c61240823fcb849d142c4a78b7e40ec2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:aee2bd76fb658fcb2d115a3715b34cf9ec9c9ae6d8fd47500c89c89a8fa3e701_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b36d55cb8342e919abfc0320084ee50e643f5832133f9f56830a79f2b26c72a7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03bb757fa73a99055f5de236b5709305be9cb54794717904481da080629fd86e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:445276782cff34121fede9ff3e4fdcdada8555ffcb073ad5430904bea4718cd4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:97ecc138be45b3144b3cb22066cc6791f52afcdb8ab9494b1ad88b12a3253c36_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e6044735e73cab85661986bec053c0e93e100cfc8f736de5ac760a40d77aec20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4753b9218d2acac4d22c29ccb8b6a2e24cedb76c2646376de968e1267097b02b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b5710b182dca8054cb2a341923f31c8bd2e6d8dc49bfc681ee47c3225599219b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bac707fa58814cbb18aa0e27b99ec64d6cc843cb3397679e6965d2ef6970bcea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d1c8057d3c327b04af438e98c3010cba9f2d9733f9d7ce624127037cdcfea524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4d6e60c8a8d627f8424b80719509ad96baf1b9e9df9983c3c4339e88ddef3329_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7abc07619c59e0b4b894f7acc805c6f533ee50ae4b45e3ed98e6f53bae5e6d27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:caaa2e3b13997448aa327eccce27a4aa7223a80e9d736e20a88c3e960f3c63d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f0dce313be9e393d45d7644b9534086c3fe2bf984ecfa12f356f7922e8e580f0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:19eb52436681a4d060ed99fcd2f8bb6cdc2e1deeeb83bdde5685045aff913fba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2fd239f826d0b7eb2aa54778c229812b784862534260610cb5553152abd0eea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6774ed5897583265c24fcddbab80d9d16ee86a04272f59dc7a6ce59977e47eae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d0a4c07f2ad9db9a4af9a82c207a28157cb6a8a8c16db06f2b3d753ce31babcf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7cd066ff5d4ece08dcfea3200c141c04a7f7d602bdb6eece76997e4a5fd9c93c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8031f3c9cd8fa91b65a687d1255f66489232bf9f420b8e87e2bc2dbbb8282e69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a5054eda995aa48651213159c26295d63a6f45fe6d1fd00df7ff5d801ab1a27f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c64ebdbebc2de833f5e6d71772ddc905d0e2772a82736c8932424c702a7c3b0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6f0e76f4126d20c15e3e715854430726e64fec87ec233d6273eccafd9e7f28b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c5f4ebb33bc37859ed0a560a8e5a6876df986875b81c7ee5ee0430c986fa17da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d235bcb426bfd81f9b0dbf5d3773378654c06dbbedd663f3412ade87463c66bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fca445b0119ae6f0f6c3f8723b8261ec3abd266ef71f372c3a922ed061985ac0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:25173b7ad3635d00eb7e52421d3631509bf54756e692842d974c22684f0a14d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:89ebc4720e5383cdb80a0fc1ee17cee063f9416495ac11a903df339bc649e2e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef92fb70f899c4d0c4ad1f626c7324612d4999c65e43574cabb2b01328f6d23b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fad7232e28457057a7ccc9b9e3d765d9eb05f25a69f8ac1d145814c40dcadf27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1630468aa111999267d7c7234000cffefda42b93373fec50b8bf7017e375dc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:501e7a4a25f2e418f46313d67ada77283f119ce41098787ce640c0149ce980a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c95ed5c32e99605bb0c2019351d7c60b56c6f2b656472fb5ce2f2a1df7ebb07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f33934ed1aec86c78a6c29c54901df48d2421f1d07b6df60a13c8d446caffeb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6262261b50c111050085c06c571ca4be621dda71d39ad8169585214711b55d6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7cdb67f56903a6c4bd29610dc9a93ff24c225bcb0d29ba16c6742e169b15865e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b20299cb4da785844b01a7ca8185786c1de67c53ffcefa712545247e37509e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3ecca0b8c8cf9db064990614250dcd00fca24d6025138ddbf962ed428edad99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:08fd23c414efa817627a3e5da20767a544b805e62b0a30aba021c822efc9ec71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:47ed479a1ca9283217542a20b21785d49458f23e9b2610ad6830c5fbc68f8cda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:52e02ed2dfb39a21615be12446e432762e7068635032cf7b8ba4a975053b51a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7c9c03678b71f26c8fc8f225df48dfd0da7e7cdbb58d9cbf4c42f95f6c81ae08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15dc279ee7d74d79de4017a21dcafef0f59f27485168ac12fe853b4734324f32_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:29c907a523b43eede4d11ee8ae5b4caabd1eaad2c00b2a0045028427e0bac3ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa6750fe3efbc971e74a78fb4151e0c9700c854d6012efb562588dc64989353_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:966ce14dee7d3788880ca7afcb9fc880150f278e224f694f1e4a5343f73f29f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:249698fbfbf2fa9c380cc7cce98a861d2e03d5defadf9a88dc9067fb60ecb221_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2bc0100b6a7f218bab47c60da27ec454027322432197a308a2d5b2ce7be94245_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:423f88d81a80fd330108b9261b6fb20d5bab389347036f09fcb9a3a101fdde01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b22d43aa9574637471ce78eb4bc528c7899d5fb2b1d5f411cd74329fe86ad390_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:155bf61b885d649ee489c4193f6d3c639003cac83f6e52fb9be0b4b95640063a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:77d38e14b96ab370e8c0a8015c3403d7019cb6877ba49a6b67422265db18a947_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:81188efa2e00bc27801f5d59476733c6597d669af5f2bfa7d3d14dbad9b6ad2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:87c2fe41feaef5f847b00f443564e2c556554ec9631720fde9191e5d47a260ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5eb59d55584a260bb80b63de07ced3e1572b3375f98d4461ba6d7fe7b82af2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:46ac9ae912d211b9659388449e14fbef5df147765567704d84ebe435b0f9306b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:778af846f807bc4d7e856f2d2c31b9e9bde7dd3708cd9637088ea41aed48c9f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:968cd28dde80455fee7e31a07e9a4a747614994bdf60d0e868af80ec782db34c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2bc8c950f7082ad51f9042bc52934c4c3cbac741eabb69d32f1384fd1e55f6bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ba21da2e4fb696f282db85cc07f6fc391c37ceebe0e8f5543f685672bd2fcd54_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d63b344881e7257edc09b0144aca041ab088aa28b5967d876070cfad1fba1aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d940a9ba6a692f389adfc599c3e388d0f4d930214406a45c1684e92bf7a5a570_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7ea6182af9b9c531477181992f8ed4b656d3b0f1a5520a04650e0b48c8b6263b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:83d2aa27181ca33c59eb423f81d584ffd061efebf66d4100daf64bb6e040e54d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8820c405f038c5bdd82fe91d16d4e2f2f0d003f38b36685c6f35046fce52858e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c6c6e1670fcba9058227f6da9ba45924824c9ead661fdd1daef7630c1d368c8f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02e7ac2e1760b25524229771a745c55006738b812c7ca03f5b8b4abd7d575c1a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8a1e2a7601de99065dfe4fe2a96dab70c9dee977a96feea949f7d54555da4c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:92d6add41f227e0160c3e1852e8218571e051dfcb84362ce9fdc0b64c4ad4658_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c33a8469e40e6249902ddafd644fcbc23cea4dd2069db216feac4b917be11962_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8fc02ee6a1d95580dff9b132085fc55c054c8efa3bb750ad2a9550e83b071660_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:db2c57547fc20b27a1ec68d62937b3a6859cd544bc8b1cfafbbd821cc152aac2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e0fce5f642d8b8a1dc71b60236baa43880657d1eeb9d1d0bee57dab7ff4330f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f1c8f3a18792933989915e0cd52d339835a9a4de9de5cc82036fe611929a5216_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3fff421574ad4bc7f57e3c8967e3b8f078c1f27f25c9eb922255e20d1eafa450_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:433e96b1ef3c0c8542d910f4599781ef766b979c79368b31743bd21ee2d374a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4bd231d49201b4b521820b93f0cd63c8bb4b7b8a8ed14c5c8864847825509083_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:edfc57e4bcc7cfb48bd6a7ff9b0d50e83a63d35617c5620276a5ce3af20ea52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b77e0b10649bfd5e440636953dc7e4dfab1ab4c7c31f31e524a634dadc154616_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ba0ac498c36b29326e04ae4da80ef05b72cb15426f203a7b0bef13422b473996_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3c35ee525a7e05747ccb267acecc5d1df3d0d745f86d0ac3103683e2e3f57338_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b09386396cff7a4b6fe131a28333ef17b15a42b20b71d36cbc685bb301b5ba6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:76f9906e7eb927bb8fb786670ae46b6fe742f38a806573267890180bd172367b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b0884aac0d8a93c25347ef067fa2c3b2dd9b01529f18e94654c084a1f11593ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:498b1ac6d09e948fcdea92834532df0705a30a579ff7d85bd91673718dd21281_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:672628571dde99ff66e935814da91783f511c418c2f33af1ca7ef3a598d1708b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:95bdfc3923b923b3b5b469268b3eb5df725340ed81e897cb9f42c63b8654fee4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ad6da5879f10b682d32da484645cf3170baf77fc4175cc00f11b87ca7e605e36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83dea650060335b955a4de702c20cb20c24db8d9338080de41e3b933b6b602f5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:915c0c1836cf4ffca5c8dcfb2ac48562703926f2b52ef13ce2b34b7e1eb8c3bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:945445222439a7eba2a6e63cf71b183e66443c2aba69092e10f4deae6f85e66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dcaea4dd3459cdc85eb7213cb8c55e34a18d98f2c629c7ae2f7705d8772d87fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3103f047640ab1921830663a5faab9bc3d51da679f94fef231c707b25470cf6c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33df2e117eda15a29fa24e0847bc962edf4d531eb15eed4cc1e0d1dc01ba3a83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:611f954462b93da66ebf94706e28e65195625f1888ef1f2f51dcabefb2b22859_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ca3bd4b5e0b97736377055299b03140b9ee24bc3470fc6f091a9c873f71dc00_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:23c69de2baf72de9cb4b09e73780232b64cc00cdea98a47ca53d93ebf7dc05d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:409f0f8a715ee24ddb91980de73d338969ebacec44a2a145733752efd3bdb996_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:983cf2a5eeac9d36093b054d5cc74573f1c21f13f04ab4a26f988e0711a9d741_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b9af15f38bc6c35892e0f5e72e2d72a4b3009c78bfdb829155f4655da3913333_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:262d280cf132b59db52cf9a7c271e4cdc61566648171d0927224960ac1cbca12_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:758c6dcba66d80346151ac3a2d167a467501d03860b0106c07015b279045dc3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b91735ca1748e6551f7ad6bff1f2f1197ca91545a40e4e15d8f79cfe330344e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c6a117fe1c51a215e24ed441633a7e9f87ea24e8d3d55241103bd77627f7562e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1365070faeb41dba88adca1941049519df79145e240a09ca24ef84630a473b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a22d4a86ab198662a89901bb2078db64989b9d634f12960aa19f66efb57d3d9a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e1f2d5550da8be00d7ea0f4148d8bd21dce7eccb19aee224dc153e50010ac951_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fedd53c8aac1d21842710c8941e3c8b30db54c33248a2135d6072c9e475c952e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3125ef57df51fa3309fe980564371fecfcf13dc2966fd5b91a5771423541c408_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3173793cb628280a29a8b368fdb0d4d6a6dfe16d30d30509f54fb531898bde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d825ed5caa981998c1d4a9d533e1009816e1394c3ef40d375123d598fb70952_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:69beadde7bc742dcb5ea49a072ec8295cd1900ab911f9f73f64af46892871f24_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0b6e5bd62d314b68d842adfd311c3085f3238c951411ebf921e15cbc0218ed56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:39c3aa981872e7f69be95984d7c22c1d7358cde8e2bc35401930ebbfb5af8603_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9133f2a89597d8a9f07e56ceff3a0bbcd38c1bb3f042979e52718d3d74f10296_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:fac20732bd6a59716f8912e96d1f729b0511070adaa373beb60908db380bdfbb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2d55acb3131fd37697ae03be859d0f649028ad7d125ece2be0c8932368faff8c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:44394262f87d0cb2bba6b614752603b8aab111338c56d7d99cacfd30216db8df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7963c1b10bbffe2652c656d8c393282b23d55a66cc3abd77bd65648bcf7f174b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8debc5ddfbbc719e18bf72d7954de383267196f9e2b4073be0f314aa3057b6e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4571f035bcfb00de600fb63ab5b6dbbf7790fdd4cee1a5d0138f07a6851c708b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:600cf0f44fe5bdd5f9ce0336c9f8be298f776f950e0c299e12a3a0aea99cdf08_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:85749ba415884be3a70b63061f1db8802b1eac7232fd9fe398510da68e575468_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c8fb2862a03154ddc2591eeddd07003dc7c22556592eaae140b0039c70dbe657_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42302a44c18a5a97a5ea181d1a5f9ac68a7328ba25a15b48e751be0d1b1825bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a36a19c91383d81fc35afa7ef730abf8cb88b110bedcb78d46e438c49eef3118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3b8d81a268c289575470fdaac60a7890978e6123531d3661bb3612d2d58e5ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1a58fee2383c16d7f644bad2b45a3d13f42a5fc408be97cd6855dc6898066484_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1f367b5beb2e936c60a92e3f174a4bb14e89088764423d0b4e68472fa0c1cee2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5ea85266baac4473f2e2fed5183f55c39eb996f20dd590f2700ae5a15ec5c83a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:18655da2bef64e072b45519106fa490570d275083ab2b3d942885fa744775f2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:192666ad51ef63ef085cf7dbdffb846854019e632009166bbe8983c4e1d599bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8d64f428c4e1537c27211b4dcdf17c66facec08b6eff53115fc8017de57394a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:055ab6f647568b03346810361b8d713df697ac6dd7884e54531873a4bd93dacc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:636452867202b51784e0b87216bb2d1a376b75e1b2adf9488fbdf99e60efe7da_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e4f3efe8e36a1584800d26fbce8a6996c46a67816109eace3cf9d9390926797c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:058075e9124f26e24cde9437e0826f14fa03a198c6f46da715f250dbdd1b51f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:507a2e7aaee6b57b1563a967431b6613b4d65973daa5698f9e11745ee96aa0dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6c1708e931c8a1de0938b099b327f60db34c55fdd060784354497f2e3ff85bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:98c649891b21acd87f753fdebd3acc1fb4deacd067c5c3903e5254bb40fb54a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1030f11e1376d8485b3b9f6c4775cbf2419d01dc00db0d1b7d34433d4c8b71c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2311119fc6a0005644523c44c78479f696103fe6d57eee15e55297a0684bdd32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:43d203440aa3440ec271140d1a21e91912061c105b14f6a719745fbdd0527b3b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c78b1a08c1ab7d6d02ba2df5395396ace70183c06bcb9a468bab5d980a2d1c12_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:19456db308458c45b2187fc1cf129b62ba72e8b339e089f7056ff10b6f441480_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:220b32566d0ac5b70162cc266d53346578035828e87fcf2c400e401c97bd5a06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:37bedb1198cd8334ff54658f48ec29282c4433fdd431611c338659bc03233a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ae87fb6207007822867ba51800966637e8b97df9c1d9c83b0fd8ce36df2ae385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3ef7bba73aea6a2abe07da5cb7be925788438cea10b557bf4af1f27c917bb3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:642c95d05cca7a1c287c5ded6320560ff53e8c2ffed235a442c0cc1c05db819a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ae87015686b6cdad9f31ccf0b9eeac7b1a97e8a3c7ea59acb3b13990fc79cd2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:bb4d8308a3f5b187eaca7f9838996d7eebff3be5dd78bd27d3b7ea55039ba626_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da634988f5b432ba6b250c0207d6da9a96c2cf7f6254f69b1f549c25ac21a9b8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e046732b70bce9f14333cd69783e318b969a92370418f8267d9196288a20515b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:643ffd8e3648da54c7c87042bd55fb06c6610f4dc23327d917aa17662b1f2585_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b4f655ff62b9e3cf3ec7333cc3f731db3574c77f725979dec2a8382e2c6eb048_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6fd08ba54ba3962e3345741ddb4ffebff46d4689ff6afd0c1466a89d2fc6eb38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c723cdcf7f136bde645de6c253c850023da6793d3d23a2d15c51ee6741071dc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5687afb6793bc88ac7d6870373faae9bac91dc26ddeecb7d3f19b0288cb8b0d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9ebf7deacc5db93b428bdbaf4cea71c3cd3bfa59d95a95c6e9e489839a143850_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d51f4c704543222200b69a56f7a667fc5d6f279a3f5c89f1ab279e463fa097d1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:04d7ce23f448d8ae3c22dc6ea4acce2967ca5211a4203669ae230cf4a99a1284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0cd29686e0331a59e7f9a2002cc49fb58956921f4e715b1c8dc005ac9ba2167d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2e8d6035dd45740df64272ca0757d0fd24277c1791c0649676f115bd5ee386dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:440584d558b1418cf47ea3286f41d4ecf11ddefbb0b7f6a22d38343947ebd050_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2d7b796d23fd25aecfd4bfcdd93cc68a38c8f44b9e99a8bafe3f8859201eddba_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:307afb9420fde8b89ee0d91fcd500561fbfb88ac1132365041605219301b4482_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf010793e988e5f06338974a10984665762bbf6ef3e7a5fb2bd4756b3e9baf69_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e5ac434e29b17e416688b53e670d62314208edd4343a984789e98db486de36e8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2be896deeb66514a2dcbc9f48a8411c71c7174343a459e576b4f44b4becfd0ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:99d12b35ad4f3f9a1d054922bd0acc0c401f836f554a5fde93aee3f62c33273d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9fc74ba156a3a798d30c93c396afcbee46088b5579910aca9dada162746d4373_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d7e7e0be2fb503cc01b0f3abbf5e897ba492ca2ca338b733bf37f69435308a56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0764d9ec36e6f4e24f528037bbc7325e02e25aef8019256c1b5c379b672ff4da_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1fe0ac22216580248479e4198034324d08784c4231ad7554a7758d9f3a8f741c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:370770c6459d3677564b6cd7cfeeb4c2cb1e9b616c44e2680f111b1eb6998da8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:472999616105ee7910f4ba796b9e05186aa328a0fa3c4d9858da410547751f69_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:36226b5e11a3386e043f05181c918d809a6722af408425ffcacf8fc7ef1d4efb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b5957f86d46a10120be39222f746866c61353d67494fb13c0cb3eb3e297f7a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3594f9b932561212f26d239e4ec44e1a78f38aa2a981d3703e71d2bf3b1c2629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a65fae433445b6a745d8396c08fd59249bdb38ba068f94e9f25309db50d3e54b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64f69dda395c7912c23def5367853f2f34ad32581a76785202d864ae99c56219_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a4ec953ef1bcf1608d1d70c5a9bb5476444610e346fd1c509e3bf7ab10096919_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0798636391dfc2d9e2ecfbb3afc683c93ce8ad618bed7d804bb04f52d1079395_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0d8a85542b0aa3087274ae03eac788fcc8db98817007ce925bfb552ab175fbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aea3de51d3469557a699be99a5bd0c454c05df1a78f3d682f8c0e8e0464c4ca_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6259586aa914617e6fd39042d688b42c2c7c4cac95230fb85591e7488b180057_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e557b5735214aecabd6c121ebb901d3c890a5553db1d72eb18d9cf8212483334_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e6178e8e13371f0d10e29f46a24e31a80bc6ee5f10d3c93d2470829ea0109231_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:345529caede76c943000687049e913440f19f042c26f46c36861dd5729f4a121_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b327d3d5d339def4ed071e44fb999ffa93253d856e4932d69c86b8d6817341a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c5f320a1f61b210ae2f62c482b1ae014f62ff696cb11fcc156ac98467e2ed929_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef8ebb3fea262feea3626347b9b3e07fda0e288ffc61f8b2dcfa6851e4e9b141_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0a4365fe5336fb6080a99a1033eed54b8f48a8bb2eb656d599151d7c3d4298bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6d1d481e8750710f0e24141ad667a61c0724f544d4b4b3772e3709f0bf99702c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:73885915ce02431ca07049f3c1d148e648a0a67a3cafdbea46483012d586124e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8b352916605c20d6d41068b37b32c1847761654bab5e624d5c7f69b94b1c0654_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:05d2154e284ca59448f29868375879cf7b06a5e284022cc3c2276c516c252c25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:23cac54b34c5360f23f37d7ed6c2cdc8fbaf93e992effbf184df0177d7b2d7ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ea779443df2314840710f287f4d4b83bc53daef97b6457cf5ecf6a1c7d45ccaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f144b4914950280c359776d8934c1f224eb9fc91bc22b343eb16ff427321ca44_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:124383e4d6b86612c42b37cb83e00dc51ab6d8f610a750c132a71cc0daa9f103_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:48dba9f399a0077e435e8a9874d8d74e491b4805f9b88095a6e397d389843cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5b2d725a553acaedfdffe416e8025e3afe56d612e2e0b7175b3e4d89d0db4d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be19f54de1cceef8c175614ca5d8f60b56d8bed39691b7843572db3e57369228_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:38b5e1f428d475bd6fe7ad16caa610ff78aa7c6d0c2511f547b36cc330fe5395_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3bb225542b2ff28b9a1bed320da5b6f57052fea1321405cce32dee3b09165cdb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5538a0cf8d2b33708d53d1dff80e525e23825434a9554e07c99e95cfbe186b63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0eb4ad399d815333330a0444eb6bea1d7bc1705e7035ba7c9985964dac7ee71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54c0aadb8ae51a23acbc2993123243802609801380762776e108650206f6c822_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6b3bf5b2a628457c055b44707cfb92163956022587e95edf3ff2b694bc91134e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:72bc79b5738719ec2249bec43a1cabbec90460686396ce3b57eab7ca09a3605e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c0cf2fe3f4ea287718c72bfc9604264d66a028e8f58225c70b2f067dccd94dbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:533e6256aabb43e56ceb3bb11de0af0fa52b6ed3b06253364ed13bfe7761e995_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c0b53c3bee4a0447938f6a221f6e78f216d8d911c8179cd5edd9717a73b4557_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:965b6af7b11736bee42095e0544bc12b6a3c196b176ed6263daa247c1215b2be_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bd7c2cf93fc50c672e942edf0fad854847f3a9a937f18e31894b8606b71068b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7449e039cfc651a55e2a1391bd78c582dedecc33ae22478f9e697bd13c44c2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f41c5ea9ceefb8a22f3ae5899c461ef035609b0c5d36aa7e04ba301b53844aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:cfcc8beb3d7c66166b889f6bfe7ae8a396630519d15245113656652be2221613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:10ab5d74080ed46daedcc756bbc6bd8207b8a262c58ef7538ac9c8ed673d67c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16492c8441866e5b0f6b397c0d0d16376c6e5389ae0dffbb57468f2cd3235411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:46df85a61554dc52495444c4cf707d835b33b25dc77bb8f6cbcb5bf549d7efae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8ad90681343bb226cde51c03001b8f01c2050e212df921ff7a450d92ee93fae9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6dc46cd772418b3e588340cc7ad1fc487cd5aec7569b9f26feb281e5f7b2ecc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b1124ab2a7974d3ac3163a87fec5263558b8e7922cb462c13524b825b40dfecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e29d671f6a0ed3928637ff95442922d22674b3face27e508be2fabea179510e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fcbf3dfaa529ed8bcedad44a3d99ad3a0ec87d5699ee0c4be4da0576c1372131_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:054211051050e024bdd440a4683fb4b08a475dbe32bbe79d3a71c142b438fdd9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:1d62054e980aaf203d90fe657d779a56226453df27331fb29488776e843e8495_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2d8851e936f291036718a86addeeb9ddb0896294146b3462f62b1ba667e3650b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7d74aa9c2b4909804f6fdb13414a0f149a179a6946da3b19e6c455b8dec04e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:42e125657d819594e9ab21ca7543b846e4718a62c38a2349001f7243078b02d8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:492e401c1e7781989191f233e118fc6cf5085b9e7cb2f604b018ac909f0e64ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:52dd4e2d4b415225a0f042b8c38a966c1ce23e74dfd12d036d2a06f5f2d40336_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edee2a9e4ecc646dfc20ac95fdefd9ec36b3103bd6992b8665257625dd9f1977_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3cb198c654a610c6b187d4df84f9e89b46a6ce6ca5820dc5c70bd44a06c02c22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4d670fd0dbb015e1d5be09e6c8759baf449a1ffce7ab255c8368b44daeca8fb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:98ce1e21c002a197ceaa0f5cddfd49b4ca33ead56233c13c0d7d0a2e6fb3b786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b6b49846ee674c3a60e16690b55b8d615a314a4acb037083cff146fd589bccf9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3ac5c8871abb006b201f261992db376b9ab524a518ff3d9ecf5934e4198ada36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6f119adff70800e6374ee5e31a3070a5778be302f0fd7fed8adf301d44264184_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9dc3cb851bba94658ef4404973b11f5fec54030f22ad67554b20194f20e53e6a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f045f6d75001bd8164bbbae0e73747d3fc4b8f1ce9ff4943da31001381662ead_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5027a58b2c9512dabc82055f60f4444586ab1ce83a113462004029fb834ba5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f10d90956e0a54c9f1f150840d71a32c0af638d51d501a9505edb5b11d0120c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f4a46e3ae4dad6694c37ada3712ddb478c0fa27617491782661132b27ea2d589_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f90c28c247fdc69521a81b19b77f11d1f32e40cb4886f43400ad4e2d94c9a04d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6237f02db405017d5d6dcb3e4cd315738f27da53742482aec9fe2740e3f3117a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7d994224f0bee6f88222978c1d0400db92a67aa04cd3db7ac83dea4ffbf8caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:998bd521581f1a8fb35a99f4c1b4c4e7f98ed717dda5b16e9958cee7c22dc4f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:aef51b317a2b91ef8adb082910d0d14e022acf25d4ec18478850ca3af231fe7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1fa954305ce13748d3674883214a81731a949c90710e947207d88c3d0518065c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c0674fdf42506f6b9674e7a739f04e21887d47238a49df607cd764697f1ad691_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8311a67723d47b5d051d4c979f5a05d72158fe9646e1889af2ac47eecde7a0a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:db9f1d6925eb0f79fe17e00140b94bd1600b70a7c058ed8d2d72ab62c81f75d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1d481d3669392f082b7bf4bec8e9c1f080348614ee032194e5284cebd8378ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24bfb4f6df940b392d9d5d78230e0b7269e9404b6d4eb6b1058ce9595c07da98_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a52d88356641d43d4593124999dac07a846e1e1659d74a156d1b600bf668c566_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b621455b1028e2876efc0fcb755c068359e766eb67ab40b0976362f114ece1d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0c211d13f7f9c0b024f75425a8244e079e7c824f989956a485b301c36119f59d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e68961ed40eb04109528aec7e1eecbabb5ab03695c0dd567cf732d213ad9a94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d47f19105c8ee9e1491df06f2297c9732d25cc158b678da4517956f04091f286_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff4fccfa8baae8f6fe88893cd309464b8b9c75b4d9333d3e6628329b4acf3d31_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:07340281eed344a72aedb12d5b27556e42d3f3faebfd37a9eee1c999a4176587_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:44effea7f7e4057c553fa8847e96055172b41dace0785868417341252eb89efa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8420ec778642a718d556d7614254daa21efe01d1cd2b9e9090c0893876895853_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4df0face99b038653e9ebf2393f57fcd850239a6f6e7f3d34dde18197778a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bd7c91bcc7b5d7b626bc7a6a8b7fb066691645bdb912e53ef09a0bca8d7aa40_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:40b5d64a732acb1460136bf6c73bd739cb6dd58cc19700981d147fed546743b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:93918c0c0de5ef45fc4e7bdecb97c396bc1decac27835fdc06f1040cd5def1c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fd8d038dbe94462e77083557fa5e248225dfc4830fcd0a98a92c6166b549db65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1c0f624e47549956b6c7a143bec714503a2476785cef20f8fe5284976fabdc30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:38d8dfb5037e93aa25ae03ca61adc933ab110a8aaced90f2e843afa31051099e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6987e052c9f29756307d5df4ea2d15c284e6e1134d0f9c73f8bdd60cdf9c293d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9312fa2334747bf894f86e8f5a222ded21abbabf5f38b9454f2753cd394058e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1d7442c9363c72ed9b3543a738b4f600952a3b894c2c051ccc5e6351077b9133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:309bd4426b93401eda22939b1069b04b5acaf8d6ae93eb1f0302bfb642ad3442_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:80b93356ede6fa89774b92429b03d9fe11d99a880f98f61aa7f1b5d21ec5bb32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe664a2037d75aed4f3d9959b8acd36d08032594cac8a1acbed450e8ab553d45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:59be2e1d16268330964c6597a327dc3998428d8256a7579e774dd8922025d7f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b368cfa913dbe0da22e9c6b10547a84ec3661815079f1817cd28e75e78012398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3e44b9a661ef5e26d00b73530f72e553af21ff1a7c2d3c2d90175d8c9450fb3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:54d824b52ea143d9515853d760c43ad0a0ab7affd2ba23182d2dcdf07bf6b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bbadd0de4af473479ab5fd436b6a73c76077ca267df210ba00d734b669a5f407_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f6bf4f28f5fb069b66238ca6c33a45a552d1340f6e9162876ee6d2efb7c37dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:104695f5af8d078328a7f48d7dc1200319db5fd8e3444406c5161e0aeb8fc10b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:57d5c2e29acfbebf12a6afdd962f349bfe645449498b8cc284c8bc75fab101ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:aafc6afcc4bc33d36c4365fd912619b84c3ba2564d1c1a1c6f20e0eb12e15c00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c262a624c52f994ac8d248dc47c773c891791fb30e334ff24c427cc3b82599bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8563574b91b2a8529ad963d149dd396ae562348b62b29d94797d10334a19d314_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ae0cda05c44fdf20a8436e7942b7e4aa206f56dc2a9603791870a6775e96e58c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c5d0b71229ef57dbd2e765977a69fadc94aa844029963cd14cb0d1e5bdf17940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c6d6e30e60803ff0041f068920ff91675835ac2b80f733cb9f873407efec740d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0a658c1e539ec758bae4d54f4fc1639e08663a8a7714c6a87c14642b87a65fb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2e0ef6a81c6961c8ad9fa1c37bb388b66da1210cd3fe5254f2e9c64f377dd9bb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a7dd479837f26ec093d91ee73a11949ac089565a1d0d599ead113ab3855ead16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dbfb0eddc9cc9d3016267bb21295a31f352cf137f0e8674c02689e9a8bca85e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09d0acec96100a91fdf1c0423d40d9504284ba822d1aa13c821cc140356c5763_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1e8f20520ddc3601dbbc92d11fda13b795456ed5f4467786b9501d112390081d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29b980fcc47a7dd12d9d22099d038d2ec802fca14c526c4222c031780ddbc7e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:715031e80a3ba46924b76bb369a5592bbb66b8c474153e85e7c6d5a8c8b6936a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:08bbb27815f95cea0212bc6df7883862cda42bd55583cb9d317e43c80363c10c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42a46a5140aa0766f8f80786fe2b7094c5bee05f03a6d2dcff7e67dc98f6086d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b392e5a83ca4a3f3aad1170d763541f4852af55fa2379b17800c704b9c9ea0e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f54d9f7becdb620b28a7a504354786f1e4a065f70f32a84f060d866b10efee4b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1a4113be9b397043d16313b767fffe13aacf8f4ac7648916ee15224a76cf2fec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5795f1bd35062fdb700c2e0933596277ea5c230ff6bea57332ecf0211c9c81cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83f14c423fbe7d999f792cf5d244813e451791fdb6b62d4fe4d559d4e2025325_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca75992d2c6c97f1a75ff5117090d5a9e3a0d6ca469c5f11b49d076b4775cb60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:41ba696863429a1843c84584bb89c79949bddd3904281ce1d3ca3decae39739f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b8d676242c7b60fd34c388905423b107d3de9d1921e536c4843181cd934b7aaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd0971e0b8f240270af8d7a48c1dbda4e15e5a5e71b5af3877fcd00fbe7f4a80_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f6c6f6f5fd2388049b6cc9e0f184c33f0a54d4d205668aa5a27147ff6e591f30_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bb727d2e5e9e94dd062f9dcc9133be63eae6778752b8df32e3e3fb276cf46eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:71a621e4c5618dfc7aac0cfdd53d34fe9967023f5fda851a46245f2c45868236_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9c1ab3e7a6eaf1df082f68e95efb7f33c5381626cc63eef972802c32c71cd464_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:de927725f70ae7916108b16c5954c96c04798df55879973fdc2b07f70039b216_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:14b66b3a1f23d657ea2309390588a4e6f6557325c7d6aff3f51c73cea71fd201_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4722b86de25d9270629ca3a8ab6defe198eaab9a162fe95c16d34618fabc860d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78249ad8dc3d6909acb6ff4d581a7421e671314a2af56c69f4fa4d7798363451_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9d77e5c88759305bd2467e3333b5e169ef124e94df6624d52ba996ac62321ebd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1987d9d58f7de0034cb415ee78f358ed69ef9612cddd9d12644efab8d4bf9c42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:484c9909e76bbb62d7438cbbf48aa60f776caa069501b4b73e3cedb3be2bc39c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:872e6cec8504ba73eba50341612ce10a14fdddf7e5e4dcd57401bcff1410da1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:97188b7988e62fbe0ff0a4694499cdfb2389752b5907da337189ef2605fd9443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c1a8fec8920b951b58bdd2febce8328ecb61ee439bd15e04f62b3e33b0743b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476a3b6e48f387eb2d4e5c2f308205fd9c492db0d280b4533c4ff0a0aeb17746_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58e2be9b362eeb088d6366ebe762e1753fb5d8aa47e0bda2f7526e11a79b8cee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6b92d4d5c453a6366c3b1b7bb88c797fd7b11600839da6176343d8cff5cb0e94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:104bd65e1fdebe2fe4f96b45fc8504e915f01546faa593d0479c57de1ee4e39d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:1a2412575d403dd2248396620b5de7cb1407038e1ab0951be27f64cab0c9c207_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2bf5300455430c09e1d51b6efe3ab1c765d204eebbdf6d978173ac8d4fecbbaf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49cda765eae1c8fb6253baf223e34d3a71cc025eff453ae6dd4e4bc9b332c725_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:04cc5669db15fe975d4efcac5f5b5de7e82643b64fed1d30853a7e4190859f90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:20822f9fcda2abb4a5f52a3a63f2be873c0f36e68487a05aca33ed0573e56a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d9bc4b6653a4c775f9d1f8d9b0ed54a962bf6a9496a5e3a7cd923f68158a221e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4a7b62415a27923486134990109d62b24ab70f946b6e334b11c33fee4cd2134_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0cc7c59785bbac7fb74f4bf928c9d4857e14f9807e67f05e9c66a961de66ce51_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1b700769194234ab2921fdaefc8a41e3ba8066f4b91a5953e3d5f8120211fe90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1c74ad74b543ba0fedf33b02b15d3b7d5aca3d827b4db9e3cc4f189b333a9fc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fe384f2ec2bed50479b970274a5161fdebe114d8b7bc3c6dc262d9d0015e97a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3274fbe0c8c902e0293a4b4ea07e6a39c35b0845b487797dc8fbda5a50c92ea0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3aff296b25e2cb5e62a554972c0d8f9dc3fc80d91a7235d37cbbe8fdfa2e8d10_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:50a5e02ec64acaf1dd68b29f334968e792661075440173452dd56293b227294d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f16f1ecff46f82f91b7d490279b540f632de1eca0b2e78929cbd994a0c2fc4a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2812377567de1510888e626a3da8c15adb585f033401cf58d59dc89af894006a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:35c93957d5352d7ec0f4003bfab9c55054174f86bef4af7a794d0fff008dc8f9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4285ac5c4ff3841766ac127fa44bf30ead4e87b2d7896e61cc0bd90c98f82e0a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d503cfb08bd139acc6270efdaca1aacda7647df82f4f819cd228eff6b0e0c46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:55857490101ca75a59411d484f41463b2cc74d2898a6462ec28741219757bb16_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63925ec99039b94552a77819e8d3c5d4f9cd21f222199f96b61c375f712140ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9b947026e2193a678a7cd4bf87803dcd3ab5115d42c55851afc0d7bf5c8bbcae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e6bfef60bff5002e1ef5d8de49aba8bd23af0ee1b51d1acb303006265938d8b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d8a01e5261cbfa7445bda3f0c0e0835dfb24f408c365909fb3af4098ddb3f52_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c84da3fa4a09ea88d1900b718cb6bc834e6da0ab51bc94173d7db05eb5f45fd9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:df266ebb684f3fa5ff0ab66c31e0c4d3689f6cb63adab7ca076c107e66846735_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f65e540f7fd584addfb2a7ca003bc681353592b601c07d8d0ca388a602a62ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5ab3ec49626a92fe231033a247c066f93190b9867d39cc38791d90b179a72d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d0b58e06f26951e33f2da45c00467df59212284c0b403eed3a43f6033e1f7170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:73e71e52e82334bb3360e993db9f23650e42e30eb934d0c289afde412ccb7671_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fa1d2cd834ee71f448bed083cbde35f3b505b06a53b218def870c00e8ba0d203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:970680e87a4f795c54ca089873a3b7e705babe3edd0ea103987d23da1fd09d83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f3633e00ebc485a42b14e061711574a78d44ca89c5e3fbb246d835a3ca6fbe32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:01879483ef422673460ca24aefc4d6ea5735a4d225066a295a924a5fe41caff5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8b5c97333dd8c721fc3aad2ef0860fff3a9cb67d2094d6a82ea3c6430b8474e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6e27a8adbaac5437b2db407cdc265fe778750aa2787cc5d62b48e304e2939e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f1f01b4c7e2a6cf3b5557fcdcaa481df5cab56886f092ede5c0dc7f7dde6359_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a34a3263b3b3e9a37bc1a6e8dce47f12abc471e30172260f76bc81b67369861_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dc0bc6821f0a975d2fb4088628873a9c82ff2bbf732e2c6b7e869590333da842_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2021d8ea66f1fc53cbed563af58eb82e65f34ef8ccdc6c6da95f47bf834e23b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6cad20e045346e7c5bcfa743dfd1783f4fb111aa12092b4f976d6276b0a17981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8b80d21d25f1f263b6742ae0526949fbbb05e2d9e082a7cd194d0af7c179a670_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ab5f145f0a939800b4871f0b1d85e58df78d4e588a12c2f78434aafc5f06714c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2dc11f2547568bfeb4ad700d95a3f195e3357cdd22e565217592a4843cb91cef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:35109aa9d72d25b269121d416a7b7537b1c08bfcd2c6aeed2e11fae81154f87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6eb3f7aa663f0a558fb228fbe633d795c527c17b86fe2d469271c0f9ef9755_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:aac62e9376953e34a641c2d5706a03a83d658012a01aad2ababec409a06ac8b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:24aa7c8332e759da38a9ad65278abf94bc901cede93513b4bc5237497c857dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:29390d73ac7d0a53652e069cca4357444622048cf63f904415a7fac2adbe66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ed7f02b6b1142186b00d5609efd9b2a50cf835e00cd273fa4c7daf5030b54ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae8d29ff44779646e076b2d6624f7e3b83a1014f491363610767c2256a1215df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0629cbde068503e69b17ddb4b6e019b0ccf3aaf1df6d421aafac4ca34ef8066f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2ada292c97cb892c5c51bd36929cdf8cb3b976b1fda7f6ffce9c87450f3fa77e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2b264fec528ee10b5ec1c7500b83ed18995132103ab6560d10f34af942035c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:953d27a225357936648594993538dd3e3d952c4dabfd8f47790a903481551681_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f4de71f4def6b187b8ad2e453746f91d64f723bb4388ac433a77edea4def99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5843825ad0d41eae5f78771160996d88678585328ecc899035b9d52a5291d541_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fbda30c325edb545ba067de63f40db6ec8e3dc3975ad5f4e824b8c475b27cff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a51254065d160a3cdbd083047e13f5589883436a8584c31c4aa45680d00954bf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:02c332adf9d78c5c1a6e899a489b22053687d1c611e3bc99704ab44aa60f7807_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05598ca1aa80f364a20bee4b913532920a67e02d459c318ccbbae55ca455fd48_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:61fba03f27985801e79b06985eabfab2dd4a7d8edc1437df4f5e4a0813681346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ff077f30f86d53118a09144efec02eb323d1b2949daa0d1464738236b3308a8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:39a95ed79d7a5f28262338963d7588a4ef4fcba6d4b46e85d0b5139ecbe78b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:98bb7c54796d95984ff5d1ad3dfdda6f525dc014eb2f0187e54d4dd298a786c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cd61303c366b91010d2371b0e41f056441e0622413ab22db48c48847f49869f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e0613a9ed8b263544b7adfbd5fb39a3d3a45783905bf8889d0dda30edddd0122_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:29c1183398554484d9c01ffee15be4b4cdde6ba1df50e57e71f22eca82c40711_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4d170097e4562404ead258de76cfbdbe29b05768665400925c1f61e34a29b97a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:583f053cd7e1a9f157d34b426662449b2335b9b1f2424cf76e23f6ddb22a4542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:be5f90f14047bc18722b2a998365396863b9ea726e07bbc8ae1a5d2e284d3b13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2f5b97b5363d88869448f250e6171856f466fbbbfb61b1b4031438a948761501_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:42958d8af42d8db757ec3106eb3955a8fac4d2e1b2bff034e572bc520bd87451_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5c8ff67e263de2336cf0d886f337833afe99ff4ebd07c82e59bb6b9b2ecc085f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fc79580806ad840d8c340ebbe42e91d43dcbd4458e6807c32d6b1f64dfb2ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4191702d4aa59520bc7255560d0cc05938a61862397852853383bbf17632a967_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d46e79da8ffd5a6bc9153f356ccee7860f3ed4c26bdecb5916bcce8ff9b2bf8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:85b501c1b0567530343f6f31d8991e980088fc0f435d132d4ce2aa59a2e7ced8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:abbef0ee4894f0ca1b8e5897dedfcb716cbc2702c728ad7ed27a1395776119aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:10f085ab6c93230fbdcffa680821233e8c6c0e1fca98ac93bccb3cca6f57216c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5535ea632630aaeceab31b5df3ef1f279cab7b71a2d3e6aa2dbc22a5f1238f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:80f4299ba1db24ae9f4b4b957b6e16077b6750e12bbdd601a7cddc8911096348_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:89eda303ead84ae119cc1a25ff11140068c8d18d9154e6a4e3eff26392235578_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:82ed142fd438d1b7edfd94568a21d547ad2c875a1e61cfa383537d046025c4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3dec3cd2684454252fafbf586887260e6bdade69108adfb7e51fbb18b4113bb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3d82aa72e18f8e0be1f05cf15c3443537d130d3906bdb5e22f44947287249d50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:06d8d0acf4402fc4e78b12308975e249c730f348a2b4014961d15d48d3fa4ccc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0cea9ba28352ddc05f97f6811c04e0f320e870ce99f6a88b8a635cc62ba67f4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:45f40bdf8441572e245c4294195a8d4c10821583ec1665bef42dbc86fb5822c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:00ee4c19691a1e6e49791b233de1e92527bdcbe51a9d08f6d3737b3858321867_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:17647f06b33fb02ae9113eb70dcbb1cab475452e571e1b487d337e96572aea1d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48607b086eaa9167c9b4e96c30d4cd3359e8aeb130b885e2dfd137f09110a600_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:48cfc7bed718a05feee0c1bac2a7c2df52614a57d4e0e2333c86d1344ceba189_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0f92f097b3ad52a35a5c3b574f86b9ad3fb10843063baa914de97f13d898055c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:235086cd1034325959bcbff1897a07ca358d6e6fb93fdd545becca2e476ee569_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8a3ee19c4721ed7b16bc182c12ce35e02e41232e09b787a4ded59f69b32be5b2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fdd088feedad712da3cb0ecd43f4dfbc886b50420cbb1f3d88f360a5601c73f5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keystonemiddleware: OpenStack keystonemiddleware: Privilege escalation and user impersonation via forged authentication headers"
}
]
}
RHSA-2026:5107
Vulnerability from csaf_redhat - Published: 2026-03-26 06:43 - Updated: 2026-04-01 13:35A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.14.63 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.14.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.14.63. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:5086\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.14/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:5107",
"url": "https://access.redhat.com/errata/RHSA-2026:5107"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5107.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.63 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-01T13:35:48+00:00",
"generator": {
"date": "2026-04-01T13:35:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:5107",
"initial_release_date": "2026-03-26T06:43:02+00:00",
"revision_history": [
{
"date": "2026-03-26T06:43:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-26T06:44:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:35:48+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.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3A9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel8@sha256%3A4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773336201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3Ae1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3A86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3A4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3Af0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3A9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3A413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3Ab89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3Afe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3Ab58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns@sha256%3A6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8@sha256%3A1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3A7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773338018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel8@sha256%3Aedb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Acc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Acc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3Ad2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3Abff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3Ab8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3Ae2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3Aa13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3A0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773804140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Aeaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773804193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773804421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3A77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3Ad9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3Abd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-cni-rhel8@sha256%3A3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-controller-rhel8@sha256%3A307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3A1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3Ac6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3Ae0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3A71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3A1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3Aaa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3Af0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-operator@sha256%3Aefb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Afa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3Af7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod@sha256%3Aefef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry@sha256%3Aa98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3Abbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773351089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3Adc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3A0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry@sha256%3Aa36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3Affd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772164360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773334986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel8@sha256%3A027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3Ab5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel8@sha256%3Acd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel8@sha256%3A1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8@sha256%3A6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel8@sha256%3Aca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel8@sha256%3Aa29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel8@sha256%3A55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel8@sha256%3Aea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8@sha256%3A3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel8@sha256%3A2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3A2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3A1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3A5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3A4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3Aaa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3Ae8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3A3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Afded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Ac1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Ac1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3Ae41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3Ab1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3Ac5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3Aaa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3A3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3A02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3Adcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3Aa7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3A530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Ae534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3A3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3A46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3Af0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3A8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Ac64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ad612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3Ace98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3A3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3Ac4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel8@sha256%3A2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Ae24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773336221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Afdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel8@sha256%3A90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3A36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3Ab36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3Ad92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3A7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3Ae5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3A0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel8@sha256%3A9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel8@sha256%3Aa3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3A54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3A4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3A1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3A42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3Af9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3Ae8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Af61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3Af310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3Aaca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3Aa89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773716649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel8@sha256%3Acf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel8@sha256%3A7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3Aba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3A3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3Abf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3A76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3Abbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3Af15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3A067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3Aabfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Aec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Aec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel8@sha256%3A3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773336904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773338014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel8@sha256%3A2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel8@sha256%3A812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3A966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3A4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3A77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel8@sha256%3Afd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773334998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3A91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3A9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ae36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter@sha256%3A32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel8@sha256%3A4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335032"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3A68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel8@sha256%3Ad9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773336201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3Ac16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3A41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3Aac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3A0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3A673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3A6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3A7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3A320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3Acc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns@sha256%3A363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Ac1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Ac1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Aa6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Aa6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3Af1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3Aa2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3A093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3A3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Afc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773804140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773804193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Af34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773804421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3Ab40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3A7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3A0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3A1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3A6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3A8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3Ae9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3A9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3Ac21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3Ac238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-operator@sha256%3A2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3Adcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3Af4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3Ad473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod@sha256%3A196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry@sha256%3A7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773351089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3Affdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry@sha256%3A103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3A6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772164360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3A6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel8@sha256%3Af2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel8@sha256%3A26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8@sha256%3Ae1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel8@sha256%3Aa78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel8@sha256%3A1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel8@sha256%3A97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel8@sha256%3A351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8@sha256%3Ae486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Ad89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel8@sha256%3A6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3Ae9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3A330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3Aac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3A2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3A5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3A4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3Acddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Abeac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Ac8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Ac8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3Ad9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Aa82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3A7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3A3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3A2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3Ae3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3A8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3A64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3Aee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3A7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3Afb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3A411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3Aafec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3A9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Af80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ae06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3Acd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3Acd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3A3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3A4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3A233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Ac9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3A4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3Aacf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3A8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3Ada733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Abc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3Acf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3Acff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel8@sha256%3A07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel8@sha256%3Aae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3Aa821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3Ab5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3Ac8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3Afca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3A8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3Ae57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3A527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3A84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3Af171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773716649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3A4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3A1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3A592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3Adff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3Aa8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3Ab9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Af3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3A8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3A33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3Ab1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3A775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3A775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3Ac8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3Aed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3A19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3Aec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3A5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3A9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter@sha256%3Aace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344569"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3Ad49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3A8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3A33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3A27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3A26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3A2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3Ae9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3A226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3A85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3A347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns@sha256%3A2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3Afa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3Afa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ac47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Af2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3A05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3A2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3Acd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3A1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel8@sha256%3Ab296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3A3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3A6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3Ad41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3Ad55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3Acac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3Ad2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3Ab4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3A4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3Acec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3A4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-operator@sha256%3Af1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3Abc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3Aea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3A2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod@sha256%3A52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry@sha256%3A36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3Aa751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773351089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3Ae9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry@sha256%3A3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3A27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3Afddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772164360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3Ab78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3A876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3A505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3A0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3Af6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3Ac02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3A1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3Ac42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Aaea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Aa179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Aa179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Aa93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3A724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Aab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3Ace05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3Ad0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3A8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3A1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3Ae88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3Aaa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Af380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3Acf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3A9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3Ae9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel8@sha256%3A20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773336221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Afa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel8@sha256%3Aab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3Aaec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3A4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3Abc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3A8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Af4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3Ac68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3Afd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3A7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3Aec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3Abc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3A6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3Aed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3Ab944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3Aeeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3Af1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773716649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3A4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3A9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3Ac23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3Adf4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3Aa8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3Ad7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3A223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3Ada98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3A9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3A9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3A573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3Aae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3A8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3Af312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3Af713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3Ab7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3A4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter@sha256%3A7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344569"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3A12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3A63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3A8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3Abb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3A3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3A56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3Ae9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3A498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3Ad0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3A0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns@sha256%3Aab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3Aec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3Aec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8@sha256%3A0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3A9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773338018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel8@sha256%3Aade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Ae813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Ae813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Aa3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Aa3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3A4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3A27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3A04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3A206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3Aef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3A08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-cni-rhel8@sha256%3A3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-controller-rhel8@sha256%3A6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3A17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3A0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3Adc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3A4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3A1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3Afd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-operator@sha256%3A902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Aef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3A9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod@sha256%3A481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry@sha256%3A8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773351089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3A95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry@sha256%3A148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3Acc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772165233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3Ae4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Acf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772164360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3A6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3A450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3Ad192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3Ac98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3A32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3Ae507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3A69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3A03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3Aa4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Aab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3A7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3A7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3A864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Aa9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3Ae691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3Abb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3Afdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3Af8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3Ac3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3Ab43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3Aa11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Aefa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3Af16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3Addb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3Ae82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3Aaade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3Aaade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3Af2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3Af2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772163356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3Abc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3A3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3A1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Afab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773337076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3A2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3A600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773346692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3A24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3Ad00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3A26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3A30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3A9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773335660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3A38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3Af89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3Adb02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3A0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Ac39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3A860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3Ac26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3Aca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773716649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3Ad20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3A852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3A8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773341572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3Aa2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3Aac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3A8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773368924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Afa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773342056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3Af036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3Aca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3A12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Ac7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Ac7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel8@sha256%3A172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773336904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773338014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel8@sha256%3Add00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel8@sha256%3Ae6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773715250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3Af11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773340975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3A83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3A850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3Afe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773332352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3Af45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3A15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773345238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ac8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773343834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter@sha256%3A4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773339555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3Acb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773344569"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-26T06:43:02+00:00",
"details": "For OpenShift Container Platform 4.14 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.14/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:d41fd6ac8eae1c7512722550c3848c389b2a307d3f45db63d4237e24c4bfed49\n\n (For s390x architecture)\n The image digest is sha256:6807ce129f530731f1d5e8102cc3b4ac60e150ec5448dfc4d63fea2c9a2fd13b\n\n (For ppc64le architecture)\n The image digest is sha256:f2d930fb3d83d010f9eb0e3408eb5a223517a041040a0d44e612abb090208c28\n\n (For aarch64 architecture)\n The image digest is sha256:dd65304f2a52194a0ee6f0f05e6f65c2f0a36175d3e5f0e582a968de2bfbd86a\n\nAll OpenShift Container Platform 4.14 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.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5107"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-26T06:43:02+00:00",
"details": "For OpenShift Container Platform 4.14 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.14/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:d41fd6ac8eae1c7512722550c3848c389b2a307d3f45db63d4237e24c4bfed49\n\n (For s390x architecture)\n The image digest is sha256:6807ce129f530731f1d5e8102cc3b4ac60e150ec5448dfc4d63fea2c9a2fd13b\n\n (For ppc64le architecture)\n The image digest is sha256:f2d930fb3d83d010f9eb0e3408eb5a223517a041040a0d44e612abb090208c28\n\n (For aarch64 architecture)\n The image digest is sha256:dd65304f2a52194a0ee6f0f05e6f65c2f0a36175d3e5f0e582a968de2bfbd86a\n\nAll OpenShift Container Platform 4.14 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.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5107"
},
{
"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.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-26T06:43:02+00:00",
"details": "For OpenShift Container Platform 4.14 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.14/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:d41fd6ac8eae1c7512722550c3848c389b2a307d3f45db63d4237e24c4bfed49\n\n (For s390x architecture)\n The image digest is sha256:6807ce129f530731f1d5e8102cc3b4ac60e150ec5448dfc4d63fea2c9a2fd13b\n\n (For ppc64le architecture)\n The image digest is sha256:f2d930fb3d83d010f9eb0e3408eb5a223517a041040a0d44e612abb090208c28\n\n (For aarch64 architecture)\n The image digest is sha256:dd65304f2a52194a0ee6f0f05e6f65c2f0a36175d3e5f0e582a968de2bfbd86a\n\nAll OpenShift Container Platform 4.14 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.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5107"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:0d851b87057ce9d97e22a5ce8f1882bf9725559d90ce8abc03cf5c7e87eeffc8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:32fcc04d439cea68026c8c5733329dd72e684c74c61fd2e93c324f372c5fb764_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:5132d41a1c8695302713f845091fed76f86330a3b16a17d135fb75ec117facdd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ac531f2a7530dddcb50efe1a421b0fdd7894eba4588a4ce0342044fedc34a902_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:56243cb5d17e31eed408e575f7e40521a163787def6884be063fc3e80f07bf77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7232b2210ef20f1eefa4207a78a1f8d395ff89f1df4be0225b6e6d7223108d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b398807f887ef2f4e823c24bbf46e79f872b390f3a8765e89e98d89d58c0270_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f2ebee0f33ba52de65b31d2b157b548736c41073b5e625e28bef7ce9c7f229fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:244f3f2e06a65a58423175f50075630db2314cc7d2a0da0132784ced93cfeb76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:51143689abb20cfd5b8bddcfcef776626b307b563cbddae037c3f1862ea454ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d2a80fae30b6b37a702532991445a72995b8941ecc65cc64cc692cecd437de55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f1284e3bc937c446ecb94da3d3b38be5ed0d384f5af8865e6ee18c275830199a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2feaa23080542d356591c8c58e47acf85fc7abd0334a83b338db8fb84f596909_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:64461686a5064389326121018b2d219559434aa12d708c5d810a69e05aa88866_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c68f06da9d4b35858a0ce5c38d6a2bcfdb45cdb7fe9a12050efab662b8f2f26a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d00c400d6582aaa84bfcae94521d46637a3af2f6ec76f0f1235a0e90d859e297_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:05aa061acaf2cf26c24b66ce22a295a60cdc447396426f57c9bb6c1000b9cdd2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:087b5ef2c1867e732a3e0894ee381314d47fd67735271aedb1e777c76d7a2dff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f171f5841a84fb8a79478ee709a5015f2b4e4ebc79affe14064309997c3340a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f1b0dbcc2d458d9961e68395c8364c78b2b741a162bc0377ad42c96141b46157_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1227175cdda9d83e3545121a94cb191ba6340edf1e1b22b46eae51191ae4dcd0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:1cc8c76dc9a1c77b2d5f0880951acc8a07233aed0ba11213df63d39aeb38d28b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9e9a8e392960ccadd86fd9d7e00ebdd80be989e0904217573c39ff0d9f3d052a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cec2bec8d540b5a2812051082731fe8d4decdbf014de73d3ebf585529fad1d01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:4b4705cf89e7606046e8a2ee7d2db19ba2c2afc21c4bb619ccbe312a0b6ed89e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:83976af29b501a1d630839ec7d794c0b66b794c5f7bdd79e1e9b0e241339ae90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ae45309bedda46cca83093eb0a35ea4690f7c9336f69431ebb81b5366410f676_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ed135c275173104cd6a628ee3d23c5883fd5da83c588da83089e514186734d4a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:27068457036b7afa2a9764e872dd7f96603c25d9b54b9dae8116e688b4e353ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:6b9d8d45ca861f385805a573c13bf68aa61a5d5703133544498ea170c343922b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cc4f57c0f3c4aa32fd29db2cc05fdb1cde2a19180a965fa5fb07919ee09f3be9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ffd3555e6525b920db941f3994a2b8cd5a6fab48ee2a1934c552a60406f268ef_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2ec35903b96654d8eb359f13bce2c4d15edf74a9810ff4250ac24b0efb6cf334_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3873aa2b32a7a7452b85b86d958d67463e37bbf82a291465ef47a08f300c913f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8b7e9d5f36d343dc134b91bc7a7cfd82c2d09d714073ae64fdf16bb79fa9bfda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:fddbea8d8f836215203a6eb2ac3ef8ed2cef7e5ff3cc60ee8bd7e7ccb05e837e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d28b9cf343189a8ab058d7da4cc720ab25b187a0146f75843a94b3477809a51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2d362aca7466aace452dcdd779e701777c90b78d1bc56ca1cc4edd5b4cb7f993_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2eebddbec951b8667319f241d96ed0023aceea1aa6a6ba31e54b7d4410bc05b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a8cc17f326b287230879abd14dedc8726823c01756afd441837ee233ead4a88a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15242d9b2437c6238d20ae8ddac774a2f36a97c91578823758e693fb82472ae5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1723377f82795b31ff170195ca537ea57622f39dbdaf6f3f83d1b735925e7e19_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:53b43ef41464f0e71434cb899b39794f0c5d94d99a4133d9ba959d78bd66fd3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e4f09fc4f5de470bba9815843deafa6ea9ea8c74ea60dba8843d8a9d585b4412_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:221fed01aa11bf24e432dc6e3ec7a31c2992aada349795b5ab27dba0b3e28f98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2b05f6535c94e523e3c7816d1776e565c9de3973b352f6b96b6ee4a6333f315d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ad8e3fe3628a4a00f362194d07704686a210cbebab8464b2ff81ecf8c6b234e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cf0160794e16216c9fdbed1252238d9e0763c545f52ac024568eeca5e57c1008_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:7d89eb2a86898f8eec809f464cf0540c9e4305ed916c3fdb767a9e56a55af73a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:324b5f07010c588c058685162b3e267a0f778c82d0952daef7371647fe963eb3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:30ddb8032bae12dc0b1cb5e1adebb4500d80b79431c08cdf1bcf9091b1d66681_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:027b05521de9ba64f22f0df710ee82b233c29baf2dd8faf3996798befcf63175_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6973c99019bcd9e011791851b5d005923f584c8b406dcdec4a056c3976165feb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:6f82e2e06451afe1bf61f06d1dc002402a3ade2b4c18fb809aa6cb14ccf034f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b5d4e45176a0f35c4dcb199705b3c6a71ee079f9d4a97ed13cf7f74d52fd72a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b78eee779b950366dabbabcc327417151561995312424c2d6df1f07c86aad035_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:cd69f587ff2b3619f3d5440f5852a45d5605aced5d43aac9c0bd34bb8496625c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:f2ca90ae67e987ebdb5469c9091885ea4ed811267da3d2473f4d27d2aeca491f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:1beff54e8b747528a40b76cd02377ae178ff4e25560f30ee30cb2feff52adc4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:26c2cb7f92bc2c545ab63a6a0915436e351b78632ab37934b887ab633d231c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:67aef2f0fa347b5b7751e72d30ed7380464d260810eb3fe642e5821bf59ea16e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:89d0e6b687e440871f491e8e5c3cde9706dfb7a672ac4075e9adb50e032c8693_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6ad5fa9dcec7e9d236fd8fffb810bab1fb7bc759817647d4c31ce4ef982bc0b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:e1c5b52d88bd4441b58ac5c754d9c5cf507a0d0bc0a15ba0261c1bc58189eb01_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:a78273247560fa8cdf1b90fd06f1f85a5810198721526672fa3ca8b57fd02b5c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca00bb51ec5c10679a41f63c34215efafb977c3a51f1e4e01bc71c29ca5b9a51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:1d817084161a06b61475cb5329aedfa00e5e79bd2e7944c7cc2dc5f9b7c42fd3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:a29433535664b3fc8691f77d969da8e9017b231723676e8b9ef742a4f4d0c44a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:55ab1c4f2476db758273bd55a8664674f51b1b93f6e76d5aec09c383da91c124_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:97805192a571adb7ad3da0670987e3c082cd75de10cabf3410552846262bca73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:351f1c94df91f161c65b3dc6dcdb6e5fa66284465ae11dafaae0e8a4be4520b3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ea336657be378c8e5f94ecfefa16b25532dc95bc54a4b767d8eb0475b9628028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:866c00e8de546091545d7ee942c86acfff95906626d1a72d33acc97344a0c08d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d89ecc3105373c7a50d99f738c26224a9a4f48a63ff59cee96aadc2fee9b107a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3c9a5a8d40f960c0dd0552090bf7140e67590ea784881c64c71dccc4b25d95a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:e486d490f65e2563108b41bf35b1629fd2bf89c5548f1ace40644219d833b2db_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1110dc4acbae0616dbe6f30a4af94b7978ae7a16fff0c61ca4024904a05cd689_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:7fd855c38da993046b08254020ab5f34388e0cd78a9cf342b67eb1f4b3f3bbc9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4b5e32f2bd09f2d0f2bef1e15378aae37aef58d091a483cb7a86629c2acc2eff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d9d0d7a0bfc9a7f5a40f18c87415f53a31d6fcad4fe1e5e23a20d1f139dddef9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2d40858fa28d42c1eb367689c55792dc8870400941248df94a70f5279cde9984_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:6017541b61daca0ef8904cf33f571aab73a498f475f402d8a13280d3df3deb0a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:0a850d59bf3a0de5296a5ecb089f928c7dd2c419d82ab7173ddb7bacfb759411_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:212b0fa9b8be197bc7c32c1aae4da0dd0a8df8ecd915cdef27bac6a1dcab536a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:53194dbe9ae8b4eb587cf65487c2f10af49659645022cafe6c241d62620050fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6328c177c08481918a7e439cc666859237ee1d4f1810491253e18e3c3545c3f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:63d91fe90feb11e6862c7ba4f9a37514d45bd4c2f5f8209ac8681a9a7811c215_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b3d8fb1e4f9ec21b887d9782af67df1b0e848f7c29286b91d4cbf7e31995046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c16ffccc55728223305648e0d8ca8dbfcfee7ab3d5aa88d513366aca056ccae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1159891e467d2485087cd63f8866f3c60d5a76ab319605676d503c6c3f3f9b9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2ce9fa92b4cb4965395de854e4b394d375228924f206ad3277535a545409859a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:450e76ce7576f7bdd44427f478f113c8ad00786d853b130685b8e08f55ef2f61_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:876d43f3f2a8c34fc68cf0f80fe8b22eaff0edbd81a5dd827dec2671381e62ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:e9c96c7dcb77365e701c90b9800017b34bb0e7522f7fc5f30220c82e3e9ea473_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:33befab80c8ada3b5329e8975c919e2d394206bd1f01c7c2057f4e4d9bbe6cce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:41a7d2bdbc0c824de83776110427f37dfd90ad61d2891b1791bcbd78acfc038e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8325d91009f226fad8c3876bb187f25478aa1c5e5bd3bb2af7fda4827f0d9375_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:86a5c59eb9592735ea4b20f36e751de00a801826cc4333183a26d03886f58846_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:56443f9d80b1086a61daa2025f3910a579074bb72da95e8eb1d9db0f3d3157c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6de9f70c9fe219c64290717ae5e0ffc552e9b02ef2a2902f91b71abf8067c4f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:9e93424823c456b627c5f0f615d29a30dfa44477d6e0d49f04e8d360a6189743_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d192d84c13ce6a4bf921cb59abc412d3ca32b26708dbc55bb10a3353dfe179b4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:0725995a41071b2b4b4505241e3de836c6e5ab4250c83ef23293079f3be09fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2b21608bbfd493aa60372d0683b8afcd9c2c5ae98494d6e8a4c6dae647be7d27_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4f4e0eec291373cc5fb9c8fd3435739aa8afef4c756bedf7b2d0972b59a96b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:c21c30b92564efb93a070547ab7bc16c5d8122bc8970c87efecd20335efa7cec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1d4fb027fd005500e7b95754e317d6f336168459ee076d3bd26072e978372ca6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:330de2f7bb978486e24be0b5ec47808ea47ce518636628001c31e3ddc985c0c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:505eb565225af6c980c06d996c3db275466e74a3109dbca6fef47c576fa185d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:c98275a7c65faaf6e1a7c033a3eb0fdf1b86d84374901756ba429c98e7dc0272_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2b025ff953fe7731c36891b3e4bb402c3cdb515646a30d42ce54c2d51fad0f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4ff1f06dd92b3892ac65bb3db505fe39695ee666b6af54955dcff0975a13cf62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e507358eba12feeefd2c91b3b4859cdfba84ffff91452e7874da5732f7e9d4a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f6305e4721aa376e26caa164a01b6912472169707699b5b584715fdafdbc5d4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:5885de1712c8ad8c9d8e0e98fc595327b426a83acdec1172a97961448866e1ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:69c3c59fe18c205c4b8bc804f2371756ba90ce691e879eac6c11560d503a2d28_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:aa57182568f2b99012d1d904077f6f3cd91d9c50d1b8d6fdea483f7695809aa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c02c881e731f29fe25250e9f36a22bf1b82d5b8cdc65bdd9426d52797dcc3a5c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:03b319d191359b288d5ddbb6cecb7739e706c0430dcecfe7216f7a4d3448aef2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:1e4c9b5c76256532182dd90740e0b1cda476603560de7e2538a2037756fa8cd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:4681ef2195f4ee2f2ad3ca52886b7514063afae381f0107ebf3f81f14064a026_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e8904449cf343a215caed0ce86066919c093a2a7507bcfed316e372e26fa1cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:12cc1e314578efaad428cf4d3c897b1ce49ddfa9a98231ad8385d4f7c8de3e84_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:68d1d1583b51c297bf74acc7d9cff5fa102b9613d21d7e8153c8e71501a99988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:9220ca51b4fc6ac36df058ec19468fbb41cc2bfaf20ecc8f6fe2f90deba23009_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:d49409d8b25d83d991de57ccde295e68533ab0edc122e2f8b9e25427c2e6a430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:3663b1634b4c83db306f536eca1ef10ab307263c072c71822e6d87d8f9f2211a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a4c282fb5867cd9d7464b17f25a053ee849bda5a8fb37a0e95f9c9f474d8e98b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c42d43ed05f4706f35239fcb7c067620f5be66c50764999fb3eb724f4634df65_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cddb925564d2fd419a8d6fa2c62dabaa86dae1be61fce58d4c47843c84d1ae80_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ab2f17e7d03b00dcfbc22a61d706a9e5ead234e3918fe2b506474590e1f867f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:aea99f92d6eac442db3e2f495b2e9f4d42701e66fb8ab26d465bdd13b9b1e83e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:beac680dea6fa350c3344c9ec8770a2087d2438113e62edd4d7effcf4041de6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:fded90aa01b2cdb862d4800c1fd090dbd14142b4934b71ed7ed4306d218edf85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:7f36051a654d41d76a36a5236e3f74036cd9313c2ebb7466d8611a200ffe204d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a179a2b5def6ffcdc4200bdb3480a8247376d811327c5640a672c68ecd9381fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c1c0269cb1a2e524ad88cf48e38f0433d17f027fb8e18ef06945bf97d3d69e37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:c8dd2e782e786b0131ed160d623e28cbd2766d3eef4d680cb8519e376631ddd0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:06a9e666d7b9a3b18f3ebe50248707cdf6849828c201ab0101aaa3c08335a9a7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:7752590d4f6ae7f355ebd9938e03f0a6bf441d43321bc583b874b0dba222c9b7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9ae110556ae8d6f3a834813d194d7b0cfb406c469f9c0d44328d687cbc47f563_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a93e044eca3d514d09484d853ed3246c832bb4fdc6d0db8b66bbc0355fb30a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:724a36247a9eb813bf84dd2543ccfcc74e9e37dc8b42e06799264185df6d4edd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:864b7e0061b400b03e68d61c19528f21dbfb18fc01a678e3af0311765ad5fa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:d9c6e96a1aab51894bf9ac3391947b8d8c5e08269639f5cbb7e9c3bd3553dfd1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:e41413e0ef5e71eeccbec5f039c0df1ed24d4431c9525f58eec2b997c2cc2e45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:4f13bcd3e1af7b3bc525261a35bfb54448bfccbfadf35acfcf10949b5522fb96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a82532eeb9c17186b10502756f3007e0fe97249bd88b1199e3deb6ade9ebeced_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a9adf120293e1fddd5806a04e7a18708a460287be1c29dad8951c5604449dd17_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ab1c644cbf1b434e2d22100af543ece8563bbed5bc91dc359a8f9dd91d1615a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:04c9917817a69fe8e9bb64dc9d40ba6ea5af1cc5e0e6eea8e26b0a1504b89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0963fd7f81ee97f157602413b88765a3a3892044f48716017acc4d754eaa962f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:320179758eece95bc88ce709872d1bcc14b1a3b52f8a6ea75b2cb35de1b9f3d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6f6be9b16bdd6cbb24d0f949285174ce9983504cb59a4f1739d769a9f6b9dd3e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7ef499f5023031cab4d376b741c6c524f18965f1d16792377be4dd9183cbaf7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:b1f71b868b6da39ab59af3609b00b6ce979ee049ef271305a9746eb0b57a7b62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:ce05d2f7ff3127861de36e39ae3730d6a4be3ba592e6594492ae3a4ec119f600_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e691aecbeaf4e4c2d26d54488869e489cddf22f4da4f2728e131677437e93fce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:27d124c3897790d189c7cccb4f87111aae1812d45cb14ac4c7c7f16bb1d56449_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:4d8d0d5c84c06cc00fe3924773b03b935988e53afa087de1d9d2c5687818ad0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac19bdbc652aa1fe99a01ba682eedb95fe43050a19920656842c7ef8489428a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:bb7bf7dcb003d2f0c693ce7e757869391f5bf7896eba2aa976e708cdd127f9d0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:3b121bc71b14ab2696d205622482bb7e2d421ab024c23f74e40dcdac42b0901d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:bb57f55670f382ef863ee0cbaf1752bb2fb0c49e4cc312152419b3699347369c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:c5cbaa0ed2e5473666e8b9704553c402bc495068df473a38db2f5480a17ae941_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d0ca73c4b6649e533373805fd4d5af2f54a83c5817b14bcb8416ce654853d231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0cbbd23893f57a3e76d9d5a95cb99342283872f6b0f3d47ab445383ac8715001_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7aaff1653213ee5e212762523dc804cd4a4697b87b8c165ffd30faffca15cd4b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:907b91a5206928eb292d1eaac867e52c965c08515c0d90217ba77b39d6a2e47e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:95d72d83a0f3a3b97236674cec4ccf7f5398aa6fe370997b608c0e544f0ca349_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2918b3c61b0e2169b7de6b2eec7807732214717d0cabdf51cdf2f0e799d52680_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2ec3cd2e3f037b5120d9473153b234eecca3bbd254e0fc1e548300eeb06333b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5df3aca3643e0905f165866c036ed6eb3f52e017370a60373b0a73c432d8d11d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:776865f02d93befc8ab89bc7ced3c21ce98963a9d18ac48990ab0baa78a4d406_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0121efa5406f74d7c79c31c89514b16303dce58f267e89b794bdcbcea21ea6cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09999a65ccce9bfdc8caf1fb60e8f4471f8c1be3fcfb4da714dae748d818805a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:62004cb8f6082bd2d3859d115da780bb95b26a3b148469a016a8876bddb6852e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:931badb14dddcb0c60ac88b8d271b0ab19b0844deed6f9e3761beff63c488490_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fbe4416bd5bb22d322c62584f043fd9c41371552d62f41b0d595877d3bcc08a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3517effe24c106d00ea0d502adc7096a9873d3ccd705edc713c35e1fa2cf1ca0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:37c3c1d62ea046700a706fd162ed3e268ae87baa48a442796946c63d78c56db6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:aa758a791caaa8e403bea96dadd8688f8765a3c091b27253fd0295b39542d637_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:2ba4c2e9570470b3f6ff5b9400a5428c63ecaafa6e99ab9e8abc9739d2057f0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:3aa36d41b0cd770aee57b3c12b671c388cef2dac4146c62c34f31d83bd403607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:8bbc0f97c574e20f75e46cc81bc081917fb69c4bbe6b4e870f92b6d9bcaca40c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdd8290114ae5c4af70f5d274e2f42b998ccb69fd589bc351fab0b0e8c0c9999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d7294f1a813e4b345147b55909217811072373bf10de5d7dbad659fa4de097d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:915f6b61401d974e5312e0e4bd6a304132d073383fc50520319b6b125277c13d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e3b1d5e15f5e16ae1f9e8ab61c5dbe528912de128ef79737c9e41e10d4b1c19f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:f8f5c054e50340287a613314b0f6576232d5c95c34ac027b77c5c55f31bfb123_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:02305e6db6ada9bd619d794ee4106a717a13f6682346da9d3fde29eb2896213c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f1c832b04b8ae033d7c1cf97f04facda99aaf994104c74510c9826297ed9c72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:8514de3ce5dec6fe1c79b68ae943ae7f113014f37844cc97a714ad74cfe3919d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:c3e731156d3213e5fd8ec8e37d948593d1da53b9516303c8e8d6aa2a6ef0f391_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0fa70330697641854c22b8f0f11f78fdd77967a782a22407716818cd13419394_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26d1b143689ecbc5b1c5a499b669a8e3488cf3be42f035d15f1e40514374f1cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:3e852e2a623112f8b8b577f5dad0ab86d376177fb4656a0c6f36d7244bb4fef7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f0b67cde560ae30137f8f892387d7719f5a477559f82b4706b0be5143d044511_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:2aad4077f2ea01131f900905176cdcf34683e09cd3771c9820b034be31d5f90e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:56b8cfd1b40e041e5dce5b93a4b31b4257e90ca9073c971901d4740c40fece5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:673f3f0ae6b6acbaabe3a5ffbf0b6ad1dac5250af9170818a6daaa07d96251da_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:9ae48d845525489fdfe78d17c3b84728209605f106b2f52347bdcac4b30a2ab0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4994161a3bd79b1698e34295f0d53d02f1fc3f65198ce79bae59387dba6d3279_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6f74a6d5d9c234cded66004b2a37b5836461cab919b7865ba739f2373c4758cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7b5ef69d71f45c010e865df822a05d06ca13edb17145e7a2a46e9a9b9c764c73_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:805953fabe3c4305f58d99378197939a909220740d0ec649631f71f4cd92b737_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25c9d5243ddd73e872995230fea15ed0d30005c669523c76778d07cf7e5f0b7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:77fbc6ff75126982d94230e9e67b6b1f5ba5e47f5f810d53873a7b5c422ee3e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:82430b3e98026f8462c8516e664a1d40b624dc257082ed7e59c9fccef3278957_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:dcde4e26b9696a2707e396ce3bd392d1e8261120564d22e1458b27d8a775e67e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:64c2477a1a4f30eae21ca51072504ea572557db35e36b5a15c0add2bab72e3fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:a7586ba578eca098b4692971850126916913229933dc86c88a2e55495c3a0d85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b43e4d1323a18662d26881f104aa424b3234145ce7ca1d75a7a0ac27a21fcc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:e88613f93dcac45c16200476a6ae73b84fd6ee64c46a94bc4bfef81be3d4c9ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:530c1f156c798b440fdc98356101f89b81d22b8abe00ffff64ffff2775fc04f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a11c88020010aced8ea0fd7cf254ce6dd89f851012616d7e19e948d400e1c31b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa88a290ccba1c4136c4998911a4162856562a8fcf1c5b0e55c41fd24a78208e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ee722e805cf6384535ca72fde3a5f4a3d446655c65bec150806b419b01d50e37_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:057fe7b36de130721d747056b2303f2b79c999611366140f6c1023df0e0110ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:49644d7d12be0d7b325a1c2a4a39769613da2bf7a94e1626be64865342474552_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64177f2d6ffa64ebafc9e2cc6202b611457611899964c5bc7b3f29e4217b0b42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:974711863bbf9f67874c5b2c0124eab84c1717eaeeace5a2a5efbd12adc9fbe5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:413654c9d17c152e3d2cab4b81ddb647fde967ba499a54723df25bbffd2e5c7d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:6df21fe2a5b37ec430da205026099a69ee13fd1ef470bea95b4de88f80d09886_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9830bddbe08fdbb8ed07a636cfa561fd2fb07d6622e95cfee6da77bd5b48b7d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e9afbd2fd9118652a77db250dfa3162904ea36f478513be7510ce8c00e821911_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:3475f184fd35066c85dd57832ede989decc5bf9a8f6b84dfa291b0cd4ce0d24d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:cf240c8b2acecf3f5e0a081f8aac207c5cf065f61cf3b4e8a6029b891e83c7f4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f16e39a7db9b89f7fef69c859f1ea4f1b9fe0a9f153dd5961c4f5b117e8ebaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fb2011fab698b724a3dc8b656780bf0b00351a68455dd160f603363e1e2a2296_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226a9a01bf27db3bba7f04513e8a777ec5c6e22a0f7c9eb3cd4087873b2c8bd9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:498b79ae119df26ed2b37e4ab7b1484386919d3495f474405b2630a47f35a4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:7a2eda330e61a45bbf078f62e947d0e0de0a98da5bd7137f9fe38deb7065748b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b89240982417617b39935044acd172dd047b6ce103b9f1d9d80195aeedb74583_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:411761c6454b930f3fdeba85ff1a31ed7a55f1b83878927c30ed866fe977d4e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:46d32b7f4350c6c0723c2a74354aa5827edeca7ccabd4b1cfeb73670ab571fa5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:9a9005aeec8e974e9c8a8b04783e9b2660497c163524bd739b6ba8a0b132dd1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:ddb23f8f48dbc3e53aa2cb670cd99a840b2d76aee37c57f718627ae5843de280_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:320ea663cf0b5c85bf6845c456a0f1eb13747d4bca0ceefef55af37bd70b7019_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:85a5290a5e8e6a32b0b0bc0eda6ce8ccd5e03e95ad124860b5bdf4b0f46489c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0d694f6c756b15562363d4d4bd806fbdb64577c970115323770361edf6f72bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:fe7ee4bd655a7e52a5310460f4343a72c9925f115ba22198664b543834b6d66e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:0ea821788f798b8751c721b470db6486e3948a839158270eb9b16e560202b4b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:347ddfd761987399b890cbb9792b894bd6fed2eed2d140400d669f3dea0d1bc6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:b58126ada027b206ad5c8ddbfad403551353c1c181bd3ab8cb457516bc0a4475_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:cc624d8a0beb4bfdb541230ed1c037c8b719f43107241c33659472d757477dfb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:2f5043194e1effe37da873e594044349ea5155d87026cb3b4136bf168ff56ba9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:902059b277ee0543a48447f94109b83e4a940bf3ebf5deb89179712f89f698ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:efb52edeb730ebc8e884532026714186fdaeea1cf9c605d30b10f09a3b3f68fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:f1ef48b3c26dfd2ecfa3215d2b32307c161e69e4b7e5714b35c6b79ca8385ffe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4bee3f75be60ccbe7a6dc949a2388651e79ade593b3af89d9f985a154b246251_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:c238357449c1a75e647a4c7884b5e87ca6c0bd92cd4845c6a85049a9c7eae4f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:f0b1841ee828b1fbdfbbd551c090475251a8a39d8a87806b9eda880c81ddbe7c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:fd34eb476a9e0b9baec451b1441ab6d3856f4b8a4257b91cb5d3e93f8f911a10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:189f30bee2b036e67856fa416953f7100c741d3838bba77624761fd1693c28a2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5eb8c619c6efdc82b75e236474f8c21f37bdccfdb45e76831734df9937110f81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:afec6981ab82f253018a7f46fff103780bdf923a2106f5a131573a6f286b982c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f0390c3cfc1b891e8d6c663b9d5f827ba0d8c249ca651a235eeafe96605d0ac2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:2871c6f967aac1b34a485728be8fc577f3f59b53e9fbbdc249e1c680ac26a21a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:363203712ac8f4994358b4d394e0862943655a13665fcab285c88e38696ff97a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6459749865b292df43453e37ac5aad98f73987f41c1432c6c2b859b31b4c3f46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:ab3f14c3fac073b40866f82b3e4a1b57b60a326723ad82c2eb2efec5d0821945_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:7ade4ab30d70daf6307c7019962c1e0c2fdc22be4007f5889bd96202c6bad6e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9c3d110189f904dfd1e588ec477677d8b8c961dba32726f56cf5885351d29aff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0ddf08e336c57f8a9cf56bd04ea8465b2810e5b5d842edca5fa5900b973ef34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1b15afc6fbd0e6c4da42e3aad73f559587de53f02549d652f388f349cd06651c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ade355e8c4a9d5d6e2ad415051d3744174d9e2c43d4ef61dca520a4b4fc34006_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:edb296e52e76aafdbebd18f00dd47c74ee74593d9d25a698a1b23a22c4dbd01a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:067d3f8c840908336c27f7e5db5403e1827e8b6fa846a8ba5b1b0161437891bb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9931047ba64a78be8c34bfa41a205a16ab3871a7ef2197b06297ab1e6e9d54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c64dd960343e242a1a778956329260cc4574bc7db45c4562bb9452036c1ef84f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:f80c5030f65cdcda89638e190db4c33720c8dd976af71b9ae5194b362ffef094_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8c81e21a9793db15a01e93b0eeafeec350cd108fd508d495a55300cb96463fa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9d4cf8267b933314ffe1db9c764f49cc928ee25ef7e9a9236f15a82ad0967fc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e82b6b44c36675825cd4185063a2c789ad5ad342d26cde47137250e1877343fa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:e9fb3d20676195ad2b029d00617b22e3672205283b7b20e3dd15df8264b72fc5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1b1a844b53c971656a4ec3a88a87db0ba6a0a9e87e4b779b84c9fb7746a0ca67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:90ee7db7c56406c8aa795708e4fcf62e4350f5ef65cbe422f125fdb781ddd43e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d612c7570b884017c8d20573edaaef4286792dfbf76a1a08c0a060c797f1e5c2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e06d233dddc3bbbc79a746c1e96fb468ef94aab22585da57de429244709d83ca_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:35e74db2a6522cc73e20179339774f98610d28d4ab6e157d9dc90a4bd6406389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5c931af11a85bf9786a2b0cbb8c330f87acf6a118d9aec3a3c4f0669e8a9829a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:ec713270a7a950b3172f5fec88974e0e156c87ab4cf9a9a4d1ba4d9b81551d66_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:fa8298ca0262b17e1026c1359f97f482cd840eb1bced6f514f9bd10e7da6293a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5a14fefa7bd5b21a1a1f63098997af539ab3ddb77b5c6cc4007e3871031091a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a3ef3d4c6d0242c01421dc0a5b113a6d888a9b99c4716be8864f3d856a7941d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a6a8df15b9423e05c794a2cabddd48304299a08864c770960ecd35bbcf858030_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:cc367d4ff41a2abe172c9efa28dfeaac940242d0816f4ad037037e738407123d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:716c53dc8fee7c29f5c456bb343ab9dbe1a4d75b6bba0c655939a128f9db7b1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7ac3cd578d167c784d849025bdfbf07f292f5d4988b5c5c2d5e6849728e107d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7d0892dc0f18f3761455e056d78f422409400ead46c2cc2b4dc8287672798146_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:817ea04d3ab76e90ab3fb75c5a42977fd4538ab1ff680b86f0b48a077bfbe086_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1e17b0b6fd803b0d154ae1e611046654c6f2dc32501e72233fb21d45ab5b2770_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:237a10385de62d7c91f56193536672d8cd8b432d9be8d12b4f5c8248595a515e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:aade0a8b2a81c863bc59890438b66380df793d3e5992646faa2f078528551818_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:cd73e83b2f1dfb8347805da181246df49b1cfeaa340c39c1e2b61788d98b67fd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:137c671f18f3165f1b30e3dcc7011171c975efc781e4f5036778d1caac4e3329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2eedef21242da3708a8525304728c5dd247b804dc81cccf870887a87d4905952_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:40feeaefbb752a8fad4884d52efeeaefe1efacb4f0716a4114d59a840d7a1f5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5c27720320ad48160b33a42d7815a35783bf2d462c902bf0c8888522b3f71c64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:2cd3fa5243815195cbece025c02fbd5d8b8cd0af6a93a6014455d2d0fa99166d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:537428eb6582ff78e1461689d58bded21010f77cff951e26b8974f18fd2092a1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:c1d77d82f36cb5113a4dd93b374d5e057d90939053eda130d2db7d59b74b41a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e813f83f7ea5eaf66310b69058f677095d74647a02e21ddce87591a7b3cff600_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:6e6d355cd13e4fc20fe3f6caa65ece3e1d961b06ab0dd6005963aac3649a9525_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:883cc740550d1fd17585b9008747165aa4dd19793a8474817fc1e6164ef20368_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:892aa5f9bcfaaad5319898d6ac31dbba630c42587644474ff27533b110b68f79_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f2eb8da1b27b57c424aa47c4053f572900d7466167a5c637bb9550f7fac93619_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1138fb768279e3401a15ec07ff1991383e54573f2a4aecbcd7514b5ecfb6b28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3a576b12d91aa3273423bf1e6d5efc9c476a7cd46a2b40ae31ee7438296d5bee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:93879797fe9e77855f112c8c3ab949bfd13623e218d76205013904762393a7e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c47413c3daded9d14e45b77973bae7d45dfa93f2fb751af122d1e8785f6d93d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:55c4e3a5e39b091ed222bd7c39da833afac30ade5665bd98661ed4cb65dea1be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:944e0ad3bb578268e7595634ef898edc43af0636cffbce3f7484c3702aa55655_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:bc9049a9c8aa8d9cf76d1a554bae6025ae4602e9cd4208cba95f03b1d0186e76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:dcb231883d96edb43816b899db6817db9b6905e80f1e665283d5350763b738ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:1192d77a8ea01fcc394db548808fce91b9d813b77d64b2c9addc5b781a576785_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:40e215dce20913a3188332a51536266edd32eb848740161b438087d61fe1f93f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:97054080a9defdbb7f50899dc85b4441b883d4bfe006ae709347dfd4de87379d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:aa2ae53ccefbaddd4723a77cda4159874b093aeb57f23e860b370eab9879be94_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:36a25e4425c31e71cce41ffd26845691ebf6ffc637201677e6560490df9d9329_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:7137d4c8912b0a396f2f9f54ff0036ee89897316d0d452c86e47d293a0f1ff51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:8eefb680150e7849e92fe22d5c9e09fa58047ded611669d00cdf353dfa069737_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a98459125ec0b82329aa350f77ea2769f9bca17d40096fe4439bf4b9ff649463_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1263f56daa0d12a5b16a87d97a98ff5384e10abe5a0ed78b79f755084bbe24d1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:280266f1959fd59f04f46d6a44a31f4b72e2377c394323a251c2e3432e83d897_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:71a117a4f98aafab46bbbd2d9b97e3a2dbb991e6cf0ec20a963a970dda9fa85e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7fa1e915d459d670ac8348cec37479a693ed2067d4494547f38f384f25c87adc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3a8ccd3550f221f139e9c140bec8c34b064aae7903f7c74f8da003f63254c263_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bc9406b10a90369233a710f2da934531c593640aff51af8546c69d06fe3c7fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ce98b4c2356d9204bc5bd3076942916a0ebb49534c68cc5f0ef269420168fb2e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3945526ebd0013b752daa35359df9447590ba202282278dae38648d2dffe621c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3f2248ca24c7bc9e625b33057a9a1d4b46023de11dd5912cbf5a3ca0c9bfecd7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4fb6755815d3365e5d37693e7eb25544a8cc0c8b583793c8937251ff2606ca6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:169bda0156246f27ef6116bacc5a56666048e516bc14bb7f6cd658955179be8f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c9f1b86a335a7599366441628e1fb390c556e1ae47c86599fa20cb744c71cedf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fab2b46a950dda9814c5b80e23f81e4bf06fc856d8ffba7b0abaf90f0fa4a352_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1dfb1028ed03c3f06ba2cb26cb4b62fb8c34be2e476d349a266ffb5760721306_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:233706f80e7389f9a36ec45124216ee4625124e601009d3c760e69a4d099b583_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c4d82ab743831b51aa73cff441c73f312f2fe6303ea35b718eff527173fcc8e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0ee5e19374921e33368814fabbbe734c35c6500edde0b0b29e698b2b819d8855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:8e8531062ec7b1495c2b0434f4509dafeb4e156495b1f988b533f7332cc26c96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:ea235762bf8d6a582badb070c7ec9df4271841876b07f04a76ae3ed14009e681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f4c1875464c908bdf67eb48e34687c5ba40a35b5567a6231fdbb355d673f5076_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2173284d2bcbcdb05959aad4f2171d938a44f8217769567d80cf7d7123a31094_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9798041dcac3b018bbb9aee4e9dec21944300441352074d24b8785c001b5bca9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef470dabffe03763074e5f37d55e5e693bd11aa252bae0c7546142a98ed06a65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa9c3d7af46cf432c32f00da82ef78eb0fa9eded9ff0dd63d922c74b148a7718_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:04fb81d3a505ec0003051027e0720af15543873fe50b000b48ac536eda86891e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:0fac23b80267928d8ffb111749f758ffd842556fa0d0a3a94f35c8828b92145b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:1b7a54f49c5b5405355ec6ad0f3b9cf4b3b794dfb6f0f759a5c68d5376dae07c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3a2b8d29bbc7446ab11474df00d78912ca25dbe00ec563711792fa06b3ed56e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:20f6fe88be40b6d015fa87ca2618e7ba5be04cefb7596e4f89e6a3109486d395_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2d7dd2941de635af90fed8732e352c29d401c6d56d692720f5be0da82f8658c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8dba8dc2edcbc5afeb71ddbac5f6a1b057541c911ad02de0a45384624fc4b299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fa5c0d2b33de7dd422b5b0c55ba4ef73fe5ac2a4cc0e4278c4203f5ff537569e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:20fa9128bdfa41f8457fa00a99c0393ada46d1ab0d5304befddc88959199e6b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:e24e375c34debd77505f015185fb94f88764c010ef5f784a1fb896d6495b525d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:4141f184c4dea2f9cfc70e7b77a2c57f1f1f258bc819c571dedf684d06e33fb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b296d94db1b52f2e5a706155a4c29d7798217d70d0af2128c511bc3f66e39f13_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:64eb4bba4cda21645e14a05d353319a718c7619d0aaa0ea8eb5ba85ea841156c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9541e7ef6d12e7eb0afa2092f74e6a219ad3bb186bdc620a6aa6d592ca6523d7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:fdd963dec014173b96318f1008d8502d0d15abf80b21e3d145f55e6653bace1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:90fae6292a2d00c789fc12498c590a0ef81ee1591ba7eaf34e4bac19eec7eba3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ab5c55e71d7c9ac1bef5dd4c21aafc591e3cb84b02298ce3a2b0ccf0784921da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:36468acfb867694ab788e5dfecb6aa74ad53be0d1d3efe9dbf4c69c0569d4747_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4b3c9e327c3cb26bc9ea507b6ae5933b6aadbf8a76f7f856c94ef7581c821b6b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2d2bd80e90cc7774a7dbd994a0ea0e76dd219f01de3f82d9878d63779722bb26_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:acf16663cf1346285f8e8e7d3cc70e8a1973cb859293aa24cf02db1ffd071ed6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:aec80562471e934bb803e103a90f8b2a80d88c1c82bd9083db26ee69fce569cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:b36d0466e5899105ea35e4c78b786cd09a4e7990e8dc377aff7e9035bbaf1d32_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0045f6b23c2682f88f8d84dd4991614c66654edacada16af9df1e749fab82a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2938c373506073c2566a1d04bbe6d664a55fd5a221e9f66e4838f50642713dde_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6d9a3b9f357a3505bfa1bcd9afc832f140ff5cd9d7a8ccc1ee80e81ed9a621fd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bc4a40a95f929df0ac0ecb527be81c336b622587442f06014ee22412f439dc72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:4dda71fcebbf8fafccaaea0816df6df7d43753851d6dfd26ee1d55f845dfa097_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:600a116d03e41d4db2eb5a933ff38ce58d69b386c5eac2fa043f10d9a609e453_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:8c581f8fa8628e3cd9a532724ec9988b15f4542337ef50bf6d019fae187b44b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:d92add3919826940c2270d1413ea3e4022a9aecb658d1922d659873b2c9b5b9b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:481b85bd4e7180c72d98a87ceb70053c64b640129964d3a63dd2f534fd5a21a5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:eaff7abf02ff734dced2e02935643201792c678b86ec4d63627bbe06929e14ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:124ef4748c6a9113cda18151f7abebf39a639a6f0ff11a3fa9eab0d2269690f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:f34e796b3582480c8c57fdff5f2f3eef69ed4bf660ecde0d67f8b92ab52c2aed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:05e45d665b04b81ed4c443e709cf860513dbf88b09f0fc401a5ebabedd10c797_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fc4a20a3d08551f7fa51ce374cebd067ee29373082a1afb50a74da4c9f9b03b8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540623ea86fd89b85e2b50881eec35517bc1e82ca6c4bc3d874d9b3b411553dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7d0b8aac2d39a34be1d7cd6f5c1a4d0e92f75d0a36af4000242c3522ef9f486a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:573e5702e807c834549c915926a0730f54dd3dfafacd62cf5829fc28fd738bc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:966e3b9e778ee03a701930e6d73cba10904dcecb6ecac89558a90b399d28f993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:c8022c67cb33be0079e040c44668c19360fd21e811f7fd667dd1534282548ea8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f11e3aff7333698759005a1050f76b81347019c0a913580dd72c286b931e960a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2bb42dfe268a020470e46de6b3989ef1f9c489e206fb41f7b06fc9744ea326e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:9b7a985f0146822bb9ef60a5e6be588c91d43ae8c2f62cabe6e88a72e3f4303d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:d473d88d29b90144fbe10740aec705d673d6c10423f13e9071e93ecfbc14db16_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:f7842a1ae12fd0bef6a0f15ed58d98f875729b24fb8d0d7d0f71e4749ef9ccca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:206c5c55b13a69a7f31e9c80292e108f0ab04d0d0f8dc3766140a3d63ca8dd8e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:3b2de32fe8e19523b30857474d9c05c9f80626e8896b8655409da4d69c033684_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:77f9f7aad5dc614a3ca5e108a67edfdd11cb2aea1dfa2b78f426f4198fb80ce1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:b40f2e810b472234fe5c182b5a79ac17482b3925e9b5357e1986f6b2049b7d6c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6ffc9af930e845246b822496aa7e46589ee7d4a5ced9abea695b678253547439_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7be2657f36ad6868ee67ebee39a201957af21c8e79e0bafd119ec579c2f9dda2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d9198020b835dff4838aff140e85baa6d672b8ad439baae6d0e12ba86b8ae239_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:ef11f1484cf943137caebd1c5bc286e0eac227ded7fffd50f9b3b33fd8c6e74c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:08f24cb50d6ee17815fcb721157df377621bad17f88ddc099bb123843658f824_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0fdf4f1011b7c4023116088e2df939035f4c59f4c7fcfa2f1f956d0bffa7b71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bd031efc7712e977133f3a59f8af070c1a45c4d7dddccb4663e9a2d442eb0323_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:d41dfb5b0a6e47f8ed121e6f4ce182178d54e58f38790d520e3ef06598014a4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:24af68db4b57b613657aa69da9bbba22511db6e1b98e608e30c64566abcd15b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7d9e95172aff085228308b0ea4c71a40ae4bcafe8fcdefe8b96f5ce09caf080c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8561216b639193f6f72f7b08b3d18ff9a560954f9f5873fd4e71d660ff436ea6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:da733d93c6fd08525be4f3c8e9d5ef07c74f8223f33f0da386ba5ea380e71786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:1b1c78e708cbce1341e197a6139390d0c4730ce82286a24887e0066f9f0fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:71eb9970c48dbf78633951623d4537110803843534c4ff8cb777f19c3b270c1c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bc95b50918cf4de1b43b5a644e09bd9ed2789c5093e4aca9ac9d2165df3a11e2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f4f306d1fc0dd616fa75085c2fdcff7254519a8b3c4544946f8138f066789867_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1c425dd785e70b0d78a1546fd568ade0e5a7a0b6cc981ba91887ad97697e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3b3ad5e6795b595ef330bcc6bdcdfe8d34eed71c1af367d18502c5eaba5c4a8c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:307d9be62ece74afc8a46769ef39fd1842b6bbcd8d9efb40723c3cf9dc4a2dfa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:6e29a500526cf6d4690ddfa9d4fccb45a914314c91111a9f8d3a495037bc4495_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:26d943fdac72ba76a5b1527b5b090a813ff01ac1a5438a2dd6a0a49a531e1a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:cf01ca1c58a88928a0651014adcc7071fece4fc89f357fd8d6a830e23dc7e261_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:e5afd2f31885e6a42d618e3173943a64f168f3401339785bb3ff7bed858a3ab4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fd1045f75cc2694204f6f5874a3079fbb4c47b44ba8ee4d66a830c15ec2f5793_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0f15142fb22d9867448ab0dcdc083d808bba3885545427fcfaa6e72a12992a98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:30684e6038cb6f5ebc304e17cace824d6cdf166e9ab68d9fe406898ec7403eac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:7a338b78e403c034b0869ae0866943411120f1a69160af306d8aa96e377c463d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:cff89f7315761437e35e8ab194795f102bce5e893ae9e0fc79b94f0688dfffa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:07f8ca83ee1363fea8aa88bdda9408e1c6cda1720da968205a70d1af615f61c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9d8e30b423c31931e404f1e37a4e266021c9d2d31b76dc0a04b5dfecbf356b8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:a3c20b27b93b9c1d378e9356c2e9516cecae0a7e1b268276f0f22418199adb34_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ae619d6540bf02bf6e315d55c3eb1dd6e88241dc52b5cc767c3b4677b1237f8c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:54f6571330a91129373808592de935f148c5d2ece48dac468b3e439c2b41b1c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9c2233138441e513eae0bec8728564e6741c4fc1051999c463c6767899949f07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a821c31da67989bbb67f752af5c6baf10784c61118bb381639e616c82e1ee1bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:38951213d57351f44bb57d17df965d44de7aea55b3a1e28fafdd383a80d14558_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4b540ff17b447ac85df9a882b9c288b1c63cab6983d328c43ee380bd94512d52_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b5b349402a87b300f49e467f80aebcd5bbe124aaf5db98ee22dccfd5c03609ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ec1ad0224dc5c66e1d8d7cbfd03467bc6d2b7ab0ce9aa7f211580455c18ae5e5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1a07a2f68ac5adeb46e318412696010c5eb60074a09daf3e3951b809df0d883f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:bc5f6154ce0aa2551e9b93cc8560feb2b2539ae81f2b65e91a7b51fdefd49355_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:c8812adc804d743a231ec08b39f7a35834e3803d3a437c8fac38c35bd20887f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f89b101eb73253d0680917c4adb0b89f5fed80cbb4e79e80147a32c8c0f45a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:42c5af2d36d77c14f8207f7343c8e3bd6b6fa4c5994aa003d89a3fac2fe8bb56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:db02df0b71b097d6aab62d0367b39bcc2f893fa5207935854fc2454254e544de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fca34c09bee593325803d00b019613055058b7a972d8bd9dc7cd649a9a25901b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1258aaf9eb8d05cb225122da10d932aa0973564c2ef2c8e177872e9badcc66a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:17d1a582a3ac065e0b5f43ad76764aad1673a50db1a300fcc316c89ad41d5028_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1c0cc06fd48708bdc4a6cb2986ea01d43c67574bef6eba98362d6e3fef71fb96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cac395e90e74bd65af6f0a8b0af1d6b6d07f521c380f5f4525a78c542444d4b5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:0bcebecb4e20b1b246a01b1db0d0b0c728f9c587d9e05f95bb9501a1080408fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6aac588b7c8fdf9d2371462bdfc14faa1dab28752a2ca8bb30608405db01bb2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:8fae26ee63444e6caac666c8c7a26610297cf9dd2e7d650f3e51ddaeacbc4168_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:f9b813a0a7776be6645cd653261b49bd8807a380b07afaef70fb4757116ff447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:0be8b4d2bee56eddf4488016a7ee71c0d465e319efbc69f88563eb68e633c98d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:6f82e2ecffab5d7ff6389faa467d9da0d83d68cafa931960605e72ed4bec114c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c6019cc92734eb2896bc3c00602778803c96a61fd22392cd377596c2257fc8e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d2097ec59b10de3c652881088dd4167a8290e556d43f2df52af25e47d88e7307_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8719164ad8ef4f5005042fbeace9cde9fdbb53093be72c3e25880994e45339e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:b4bf69bc6cf55e629c1e0e838faeb2dc3e4a501db9a2ce3f7b306b118218726f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:dc6eb676b241124ef622c09565319f68cacbf974282ae92a60359f1127e2698b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e0fd3a41a1a54d8ac35429337dbb6c11cec4e4e947452b43ee5465b812b49f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:5367fbc4c02fce01041ceec8db8a279d56a7258256f351243933770c70a0774b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e57e2ad4fc985ef80d0bb26392adac5c94724b428406940929be4e478ba27af7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e8127eb491d9b832945646add559fb3fc6dd9d29ef6d11db49e53bbc44acc73e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ed1a6d61ee79d05d9f7fcce20b2e118870beb5759cb2dd98ae4e3ad3ee34c584_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:85f9f4d8e8ca9a2c7b1a51113d6bb98b165a8e577bdadc245e84798d18ee0782_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:892e6dba78b03f2e95ef117baf8b455c71a54c24b5b1a737764654971fa9dbfb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:c39a9c0c77510efdeb2d59933d3e8fbc6979a205c266a2cb78c32a3aa0474ac5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f61279985eec99b7d7f4d7c7ea7384ddfaabf9b3423524134a26d7ba29e6d7b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:527b62d316b343402f01c2d923a83369a4e488de58934d481bb6719cdc3ae6fa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:860fd6560f18a6649d4536a27976886e85ad2fcda6a0ca7851748b06520b9a44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b944eb8dbca17f05b08d204c35318cc3b52880527b92ecc7d768c7dd00680118_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:f310f8cfe86c91c567c8a92fa5fb0c5d07e2b50f0ab027477c00d83323d0d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2056f44275ed24ae58efc36a5b55dd9fc33f2c744bed9e3f8f6e4ebb42cedc49_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:91fb02e5c55758af641ad69306b3087f66aa8c0e8e6abf2e6c50bad1a0f8f10c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:aca0cf9d6a8dd010f31990038c24bf4e2e9fda93711f631298437279cccd772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:c26e493aa4c70fd493502694b83c70705042c0b168a9f3f3f2d60e7e7d210ebc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:84058ddefde408025032394a269a364f7f360160b6e2ca52dde5a0e74d628eb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:a89f663370a73d62aedb5e5e14b38fca27975a3fe904f5f0bfd49bece595d6c3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ca998dcb79ec42c863e89050ee4901e13aa51decce71cf6708c3b4299085af9b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:eeacb78e4fa640a88eb12b3ba7bc15993e97b2891413916d7f282379a7ff4b82_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:cf00db04654c76a30b2472aee7ccd698a4cb1c39324a7925107b6ee13fd7a41e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7bad749453c08b44632037bbc73249f3777588f879aa2b1c0287b61d92bc4a99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4910957caf061ed3432cdfe5e9aeff48cf722bffbac686bd2cf9499e592073f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4f68b3f57a680616e18e57b6c9c75ce77794c7f8d7cc5e3d927d5fe2babe26e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ba3d0ac67008788b2786a8c00374963a1c4fde2d1e8ca01ee688996c7e234d74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:d20394f90d5e397bc6985d2428a3dfb64dc108c8440f626c02d03f936f9468f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:05951904e629ec290cdabf1ad71984f715357e1a144ce2fdf80d2fea57de4bee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4fd551be93bf676a237e62c9b40e1818f32115ec581fac663b151662116c6cfa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a2c1cc4b5fa594b1188b2177c8edf40f856df23b4c0a84f2c52ed404b5b36f25_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:bff1326159e0394e169c10575f33025590f5781cb2f1e16dfd5d204b7f7fb4bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4bb794e21f10fcb9cbb3e4f0a0a7a6d95889a850cdfbc06b6bcae8dd762a8c26_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4cc9b9e34b54d8ddb3102d3e923bd95efda036ddc234802b27309ce0c26404a0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:71efc7e6f307afa34f9be53db26d561b9d8d10aad72953f70b8e14979878a045_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e9f7bd72c472e614f63cd3d746d8354fff3aebe0bda4dc68b8b943ac5977f366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:1ea1f308cb858e2b7d23424773a8dbb2ffc77f10599f9fcc95815b2e40dafce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:3eec71a63c5da2d470997861664762a65a025a4e1821bf065ff09a0ebfd740e5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:852aa40fc8fef1ccaa9d7e75b9f096c1b3ffde85fc8f4208fcb6ade372a94c94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9133a273e22c493e61377a67ee15a865a0934754548f34e3f51c9f04b5df199b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:592ebb053c00102fd1eade0345061f0c863d2cbe5e4d805226faeab554b3ff0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8a0c1ae1722ad9e833d8b0b4ca9ec4c9dee295784c13bf61b1ace11c7c6aca9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bf7e17b09f52caf0f97300f466b4a9c482a87bb61873d2a7fae8d9a903198782_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:c23c141e9be3c13e0b3f3787c90401734767abdb75a111ad4cfc4fea21d6693d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4de58949f35639b8efd854575e9dc3752052d0529bae0f4faaeba293e19e4a3b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8f754188fbe2d6262b408467d16ac43d3b7b5369d476ded82669ce9d93c6c809_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:a2773844bb1623836551d97387f29270f99f77114797a37d9467ed90a694efa8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:dff5635073a123aa1b761b746a9ff21c87cea6b1f50b3292446866e4a870b1b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:76982a34508f5f798bb896503594138876dc06c347e6a4bcc2393998c8a3fb15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a8003cc3e43f3e8601c6f465ac0542eeaa19b82979fcc857b29db536ab34afa3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac7d93f46da1f1e82e44763ba333c6d0a0fc23a40e012601a5fc373709fbc75f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:df4480733d191106f9db1172a2c3e081911014448e356b04380cd23d0837a0e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:8778c18dff782a5d59ceab5559f6e60788c81855cdc47207b633ffe6b5a2f6f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:a8eff7c76c31e566be6e063852a6590368f734c52536e81f6f0f4793363900b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b9558394d46b505a38b2144ec254250ee57e92e723c1ba32f93c733a27c62b0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbb3b5ab2b0435782c2245ab78ad476bdcf14cedc998d2f973fffecd538262e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1ebe44813dcf682ac7f22a38f5a0aafd1c8cd3146946ea02f2611ffd4a8151a9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2940793241970c1b5f915c7e1410d42ecfd7e9b5525714cbaa9edbded833e629_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:29730ee3858c635b25f306f9353c4b14c837b7f53cb8c473d8f87953243c6dd4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:dc6dcd3dfc3126bf9d0c99716af12e637ba2beea70ebe21e774d338d3217d2c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:07617a792d08111b2dd228e3b029d0dea47a5345f575b4af466e52de0536a91c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9f1f157a0d2260ec2b032be551221cf897f66a2e76a4c178075c7017eb2ffea5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f3489250b959a7d52140edc52de6d0f423cc4f8fb4aa99f65380c6540660a935_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:fa9463c0072be6c894c9e84519249ada2e236db515ad6ba112c049001868922a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0843267804de168aad129b51e07b1efd7fb24f00f77c18add4caa389337fc09b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:565abd5c3f2b98922e1b8089367c8230b3f9e0a7e3e8ff500d62bf5cfacc476a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:574d5f53c2dc75b84403927c282f97b7117b634e72165553656f92735270c2eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:88371e9698d4f6008d6e31087bfa13501cdf6e5ae52706f54f74aa44dc87b022_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8fd18fcc202d275ddaf308fc7540b0a5e6b213d9bd05fd3385d6e51b4d8892fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d7b5a414ba40b0deb75deb99196d6a03da80c39b766aab4f92d69d9d7c8534df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f036f96516e2db24819764ac888212fe56980c181c2c5341ffa6d9711e13bc52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f15c2dc5dd8460ebf6e3f5ed998c220c235fdfe60784274787d288ce727e5d3f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0ff104e3555dcf4fea02636c1fc66a0e214c7a9c1b472631b2f0109265d974ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:95fcbfff9b0b316b9eddcb981e050f997d1757a862f42d71d429e37ef3c8a208_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e9c34dee1dcc2f43c5d05f15f235351e2e049303eb1e5bf4e306a626024741e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ffdffd0e28ef64c6bd074ba6855d1123a3ca0676b2573ce5efec9e00c964115c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0d48c50300e8ca88e6e8cd45085994e8d0478c7ab7cbb58f23e6408704f83676_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4cb8fab44959834c8bbdeecf18c7f5fc06e256e70ed3a24c690806bf9fbf1dce_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9b4cba572da829c384d710d467470522363fd34cffa5398313470885abff772c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d55f94fe41ed04c65f49851a75ed2756f690a9e1ffd6f206a9f04c60b7156a96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:103ca1ff62e55e28e446261b335e55c5d4e28a14c2dd7a3aa63ac3af61d95f73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:148e7f082465a0a8fe081316c4505a2a8927af8df5117b62ccc4080dc9f21bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:3fc2b3ef5e34154f6161afa97ac33ac0ba6fc4085188717e524406110be04746_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:a36b092cf6e0d46884df0c232322ca95814bf87ba33603c62a57ded17c7dc063_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:12a5a2e76780843de906519ad3d62f64f91798ff9caafbfaee2bad1a6587118e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:abfac2aa059d0834c915086282b3d0678e9583e3c7404639b4011c3c9f9e7ca4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:b1e7988e2d19b08cc1b4d5e7a7259718c0a56a4aee3fee992d3ea43836e64af9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:da98935134ac639e83eaff3b68a84c52eb33627bae568111b82712558f46a8b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2e1f6a63e741b089e9ea15335d7244b329a28346943b4bf02c6d97165810e4e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:306ef4113988d7031d3484758330dc1eeb8dec44f4bf28dc3c2065d8977e2e20_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3eae33499248797f2ff4d4f266d43ae22d3c38223fac2c7737da24972918e815_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c56cf0014536ca778204022ad75f05cb6bf78fcde56e8563cd6cdd5d13f9766a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:775ef5500f3d698579116d60baad3b5acf149d1131e251117767648399a6fe9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:9a25ccf7569fb482d26ac7246cf60b8c709af3cafc6d9f0ed39ca5b3cd58919d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c7ffde38f4d7d072f665a3ffdb96e934f5a4c12f2f7481a7e62cbaac380c3d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ec528a81c0fe7205b4a8120acf1a6b39c616a4cd7ec2c8ee365ef0dcf041469f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:196c672536570dd07e3d3942fff542cc54df57edf2a87c90fd50315d8c686ddc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:481c77a0ffbdf086bba9df7fbc81e4ca02bb75f95d01051572ee1b846ce3e625_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:52d52baafffaf37f6b06cd545ceae858c271524745347c14f2a6b895b78c38a7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:efef80feab4e08d6783f6af013680643afe0c28534f290a52aaf67870da227e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:273e24c64284bb0d6fed66ac3191f2e1506199969e899d0c55c30a4d701dc186_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6712e8b430b54c632b4cba84b79f6684988f6db7a81e5b766edd655c99f3671c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:172de761f9e924065da128fbcfe8ca8197a24f1ae5a010bf6ec5c4766b80cab9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3d2bd13769d67e838fe462150f15912e8cf85dcf8be88c810fe4840e81366081_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:2698b1ea35be97e2360e006b0ca4be1a2b2aecaa2a3cf82097ecf5378e89e242_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dd00b63d46bad1a889c1efdafa37c1d8049f5695103d6bfa76f3b1aa414e1305_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:812925afb0e11dd08e18b35d0603430f48965ca7b8421d2540d41a66fbe16133_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e6aa02355e3047ed7a0e0db27734da819a37b04933085b9c24ed8df11c2bc17f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:02e1931011789dc53966a6fc8fc0c60087bc141dc0389edd90e43d4202f5af2a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:5c7530666ea84c9bf60b74fba8b17e30732747d9ee95d190557ca645c47b1729_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f713bee7ccd829e7e18f2e4a239ea30c8ac1da121d0741a18d0ebd6a04149c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:fe39478a737088c05025ed09af7615661c5ac677ebead7cef135f81ed5742c79_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:093b4a739a5edb9306392338639d624af42f976be488d97b1346e7206e0b8ad0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:27e6fad57a265cd8de39189e0f2bc7b850521006157940569bef54ed688d50ed_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:2fcee0b75d6a3671ba668a4ed34fa35cc1403ce5901a2c4c592bd4be84031b92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b8531e4d6c67891154a7378b26b11bb5dc602fb5e86acaad1834ca6baddb3f98_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:5aeddf823090ec862f74a1be3728027d117f454c38f5fef2f4a3c78d0fe2de33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:91fa667b1ffe8293230ce6bef0d986730e1e41cf72dd9c696996db1ac66421fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b7bbced28d32385176643714e1744c66ebff0d50320a658d8589a5df167ff422_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f45676fbdd8bc3181e7e2d0b50e394665bd8a7fcc1e556b9bebe5fdc0a86b1a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:567eb24bb7240a637a195670789f9018aa4eefed45673d90d16026651674ef5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:66160d504b5bb0480fa2913bd8da0e07f70bfb06a3882cbf3ccabb0a2003ac07_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:cd33188174fa0d4976df9fb2712e9ef0ba8c61a230282a18373f69c1e2cd36e1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:e2b08577f26212c032063b587177584245c34316b0cd8590809d7f754b3c5ea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:44d080ffd02243b224b91fa0fb969f4bbf6c11f753e6f8adbf7c0998162a3dcc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4b7572c1845ca3a7c60cd42be5ef0f07e065db3d92f7a2b2946b0077f2d7872e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c8e9ac83ea97ded67f5f72bb2bef56ee8c538eccfc24dbdfc83d5a5abc7ae99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e36fe616f20682c3493f27911027768eeccb54a9885b519a844503a68d8bf03f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:15a3a3c606618eba8b35760c7e2dd38959ca080b31e4b25980955c2e22550164_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4589eaff482a8a04c2d53358489e472bfd0249d251a59bd81c320a29399f03a8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9784819c3beba0df58c74aee73e756a0596db1b8d485943397e308592c948a79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:9b29b7cedb461ca4e819d4a31a01387b485f076862ea1e845bd2e63ecac5ebf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:12303899a38e6ee626a321b5f436c6c602a7b24fe06d2490e439872038feaf02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:41874147c35174cb045d14f024af7cc8a3a35875fb423b9b097f10dc870f6e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:89cc42d68705eb92494ec0ac40d458a0acdd384a84f1d9e9aab3b18273013d1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:a13299a9630bfb692534dcd0e92574b2687201ebdb1081542edd709ce80a2aab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:19c442a2754c1a21c257c681a580c604be13e6e7588e3888ea75220d08b717de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:77be4418d162e9488ef59814d01007c2de91e60659b09f5b38dcfa9ca1a4892d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:850482448be0709af2e29d1d09d92d2ad0789eb26ed0e96bc5331d59def4df43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b56862a8ae6dd00b1224454d6abe10d7f51f5d7b536be79bdc952cdd5964418_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2639d82fe812f0593027ef579b34579010bb9bb8f512b426b830d24fe1e8b1a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:48125ba50cbe2979e260e7263892ca4117e6f79209e30ac4de9484a0b806f36c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:66ae4dd79292fb8697878aeb28bf91fc8d82679da1dd2e230c27881167a0703d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f312fbc64adf74c0db2956cb9d468ea28834e21c5b5ff862a96a68b1de49b16b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:32b740e45e0e76d9df831aa2f2e6ea179e9803bc49f561b43fb01ef220fd9417_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:4093fd0057988b36911a15209d01455b17ed1c6d70708f83b8f25d218e339223_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:7df6b15856a715c8b1ab30942a9b9118e1eea36f0db6f49488e009100c08a319_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ace61fac7fb6bd0df655cc1f60ec03baf2a17b3aae79138aa7b02b2c1b2dc28c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:4bdf3cf5394a57c3d5525581550453b82fed6813155bb1bdfd614d6f38dd3fb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:893158e31ee1d07087e84ee621a2980dff969114a2d2c5b837e72914cfe7a37a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:a751e6605ec6d2f57a5c22405c95b37b1f214d2943eed164ef5df709cba62e3f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:bbbaa09c5e22e046863e25be19a3c9178ccdfe8b73afe843239aad78f239fa8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2ad65307ba3590ea2d1a4205fbf0144b079e49da24aaa3481c645d3914fae33a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:34461ebd15b08ad12e1d543ca7c25f3d8eef01b5f39abf7f058e131728f84f0d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:860fea5c60974db295bb9b07e53d057b5b792b71c5f535ca7036f618ea6318e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:cb62bf4efb4ae4ec57ab5a93d38ddd0be9bb626e19bc922421c409f9a90f717e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:16f9790fbed2f83af0765680473b257739cb0f5fe0173df8ff5f0267a159066a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:334cc297693898f798e6604f674bc218bb51848b54c4ac7b67f1873872f292d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:680877821aa44f837d6b808e6e3278f517b9b69793f827c4c9c8c6495732ae71_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ec50d78cdf0279bd102e58e1c041537cb798b3373e9caf2bb3089971578c8221_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:fd0ad7287728588085d0328908c955f6f1fdd370b639bc47f41ff3e1cb41edde_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:13e713dc23edab4ac8b771d37b4f87a919f48d013a7aa3da511797f0f858b95b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8211dd382056ea3b31e64316c5a86171389c2229d4d86ba3f1fdca9470b011ed_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9c7b53b3da333a31eb882f9c6b479b5f7c36f52f739c5d16464427ff0e8c7f0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4cccd51f5f0a8b1fe82947a3df59eb62dcf590b94ca7683165c64d9f73cff8ae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:4d1f0046cb54e173fbedd1b187d4006323be3ad01e9420728340bc7776b02a8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7851f92ad23a8d35c98bef03a0263d5f05fa530f8c264a7c38d2d8b10e90b1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:e534e040c98c15df18cbfec76a38a8ab89838c40c927144c93b6aa9f76472271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:efa410052e17b34bc324d538b67b722f53c91c23866bcc29332e08581e64c7b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f380516fe33141c0f8906fbc0a8d48034c7be93681042008e3922cb436f2fdab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:067b0c91cb4fe2b842138fb0eadea4d92e0906099f851731609a83fda47973e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:223612817da0eca66d5e1be062efc645773ce19072e2167c88c265eecef2dabf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:33cbce6a2b16b85d05d8aa1917c4b701ef138c6aba34df527409acb3dcece6d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:ca63136c0c3840df2e38b91711ae85a344724987885016bd69ac10ec429d774d_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2025:23248
Vulnerability from csaf_redhat - Published: 2025-12-16 08:28 - Updated: 2026-03-31 15:00A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
A denial of service flaw has been discovered in CivetWeb. The mg_handle_form_request function allows attackers to trigger a denial of service (DoS) condition by sending a specially crafted HTTP POST request containing a null byte in the payload. The server enters an infinite loop during form data parsing as a result. Multiple malicious requests will result in complete CPU exhaustion and render the service unresponsive to further requests.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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-2025:23248",
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9648",
"url": "https://access.redhat.com/security/cve/CVE-2025-9648"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.7/html-single/release_notes/index#about-this-release-479_release-notes-47",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.7/html-single/release_notes/index#about-this-release-479_release-notes-47"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23248.json"
}
],
"title": "Red Hat Security Advisory: RHSA 4.7.9 security and bug fix update",
"tracking": {
"current_release_date": "2026-03-31T15:00:47+00:00",
"generator": {
"date": "2026-03-31T15:00:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:23248",
"initial_release_date": "2025-12-16T08:28:09+00:00",
"revision_history": [
{
"date": "2025-12-16T08:28:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-16T08:28:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T15:00:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security 4.7",
"product": {
"name": "Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3Ae7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Aaf2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ae33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Acd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Af1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Ac019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ac623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Ae81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Ac2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ae68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Ae3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ab3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Abe1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Acec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Ab3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Aff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Ac16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Af9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ab3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64 as a component of Red Hat Advanced Cluster Security 4.7",
"product_id": "Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"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 Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-16T08:28:09+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"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 Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-16T08:28:09+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
},
{
"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 Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"cve": "CVE-2025-9648",
"cwe": {
"id": "CWE-158",
"name": "Improper Neutralization of Null Byte or NUL Character"
},
"discovery_date": "2025-09-29T12:00:57.819834+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400107"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in CivetWeb. The mg_handle_form_request function allows attackers to trigger a denial of service (DoS) condition by sending a specially crafted HTTP POST request containing a null byte in the payload. The server enters an infinite loop during form data parsing as a result. Multiple malicious requests will result in complete CPU exhaustion and render the service unresponsive to further requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "civetweb: Denial of Service in CivetWeb",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat systems a denial of service in the CivetWeb application does not pose a broader availability risk to the host.",
"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 Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9648"
},
{
"category": "external",
"summary": "RHBZ#2400107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9648"
},
{
"category": "external",
"summary": "https://cert.pl/en/posts/2025/09/CVE-2025-9648",
"url": "https://cert.pl/en/posts/2025/09/CVE-2025-9648"
},
{
"category": "external",
"summary": "https://github.com/civetweb/civetweb",
"url": "https://github.com/civetweb/civetweb"
},
{
"category": "external",
"summary": "https://github.com/civetweb/civetweb/commit/782e18903515f43bafbf2e668994e82bdfa51133",
"url": "https://github.com/civetweb/civetweb/commit/782e18903515f43bafbf2e668994e82bdfa51133"
},
{
"category": "external",
"summary": "https://github.com/civetweb/civetweb/issues/1348",
"url": "https://github.com/civetweb/civetweb/issues/1348"
}
],
"release_date": "2025-09-29T11:47:56.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-16T08:28:09+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
},
{
"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 Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "civetweb: Denial of Service in CivetWeb"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-16T08:28:09+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-16T08:28:09+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:18357de02f0f56d741dd4e184465157b0035550c151c29c4a0387d58cf269106_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6ec722f4a9558cd2c409811b2da56a0af971a7f586a8d3c7a1ae1f47e25c7fb5_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d1e602d5f01328cfd56e84a29a997483ee882a437e10003bbec959156305ebc_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:b3d0ab6ed732624f6cc3b942d4bfcbcd372d61ce6b60b901a74361ba57874069_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0ba8b652771a517a5c724bc91bbca265a8e86efdd2e83b504c8fb309715a3758_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:271dd3bfa99f1043d3ee885764fda7d3ba89c232025c1d3ad7fe45324f47473d_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:488e7716dc50df623f9088ee36120266d4db2637e2d2ce89810f1fdd8f2161f0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:e3444345f04c1569ec97530ddd6b6e4ccd38a2887d500054ac93f76f54c07aa8_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1b131d4fcd2b6b608ea9467195df55e796e2b26a889651f6d294038910dbf795_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:31788e355827257ff14af5a9ed16a627fd203f8897a6c3ce0793fd5dac8e25e8_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8f4bf042e7b4e0d240e6d78d450d7fb985482393154d9c6e505c42d6c6121f98_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c019cadfc51234635a8e7858ee74107395a238c950ec91c27f07a1dea0a17ce6_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e7106f927313f2e0a08c85cf1ecfd1338d222f02dcac6c40846858a7e0c9c32b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:56202276aaeb96ecaf5f2729d0644811dd64096aeed1a407735091d0b1086b06_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9acef94305c74d27d6a047ed051adf7efbe855bf406bf8fc583c32451a4a79c6_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9f4f55e287380e5c8ec9b7bb55846b878475877ff0802681817801f87ccc5238_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c623e12a1c28e70cbd6a350c784f07fe785db424b6b0a9cd4100edda52426c54_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5a7d70dc0c30c94329937d7ef2a8b6ac6344da79bf6f153fdcf828ed5bdf148d_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:82b148211af601cfba5b588653ab2f5cfae938b56268436d7dd6a8055a895e6e_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:af2cbab59c3cdc12e60a3e1c94f913005633ff6566f424b947ec0b15cd5e7a9f_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e81aa3e198d77dd7e8ad5eacf8cc8419a1f9b01f30cb81c18f7a658fde49e8d3_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02a33bc81310601ebbe26391b472da8f558cbbd0c7ea1400f9cd7c3f44abb0ac_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4db4e3398f343ef9efecdc1e47ac65d80989add642963869ce754985b75c9bfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be1449ccf241763457d965759214924646ff9d9a4046fe42ccaf1770775afc6c_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c16ba9bda38878fc3822b7ac128b04a072fdb8b066e8ad76bf435ebc0ec527d9_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:16f3506332224b30b82a3112e1dd9972cd15f1e6431c22ab3f584424aede986f_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:6c1672816133d254132da81c88c3f96135911b76dc77d1b12ca0181c54d2937e_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:761c59870f11a3760d1d00b7810c5732b69a1ee57629b6b1dadf312b16695647_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cec17c9d59f66b09a840df62b12b42c42e339e1baab53f1032f8c9bf3b1bee24_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:98efc2b0719aac6bc15bf353cc36cd61604df052335280c2217a37c4259d47c4_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b3c527cd1aec5dfc408caef8886e16ae5dc8dd2c8dd517eaca003d5e7e1677ed_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e33609218a2ef967d292eb9755b430f02b429b6f3f5fe6b6ea4401fee1e11415_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:ff025f0e3b312b76daa3f94e0c245d720ba77c63b11c0fa26a8db2523df6998c_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:7c0a23278a9180c3f586004986fea37fdaa29905997368290ec5633fd14d6107_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c2b1c6b73d6d7383bb52afaab41846cc4341eaf8e4e8f269823a0f5c33693dfc_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cd557b81bf7c91f7cb3248ac61e2076a746495bfed8b8e5c4bf13c0ec467c62b_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f9418586394e756e201ded1c51ff6190d8a19991f70c693b2e4e77782a18a695_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:0a19b35ba9bd1825a66789dc02807a257f92e310831770242b4b86723174681a_arm64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4efe0e4ff5aab9dfd0d31eb6c8e3a1a112dc2b00ff073e8b7029b79cdb452809_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b3667bea7d50bfc3229ca7fb408c13119f2df02edd9ed2140700358a9a0c3b23_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f1dae4ee0a6f66807752b9b8a11e1691a7bf59709b43bf4ac03b653e8bc61af0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:486112e20446446c639f4ba1d350886766977e89c4431cb363468cfadeec4364_s390x",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5f15cd67c8492a9fa4a27d1cb26e5ace8ff531ecb060ebfe392083e4d3128c20_ppc64le",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8ca51b143ae25a80f8df65b20d9a1a975567bd400c3d2646ef14a1d3b8f4eeb0_amd64",
"Red Hat Advanced Cluster Security 4.7:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e68e0a88255675f8e68ab8f179cc93aa53cc6c0798210bf312112c6a8a531242_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
}
]
}
RHSA-2026:2737
Vulnerability from csaf_redhat - Published: 2026-02-16 12:56 - Updated: 2026-04-01 13:35taffydb npm module, vulnerable in all versions up to and including 2.7.3, allows attackers to forge adding additional properties into user-input processed by taffy which can allow access to any data items in the DB. taffy sets an internal index for each data item in its DB. However, it is found that the internal index can be forged by adding additional properties into user-input. If index is found in the query, taffyDB will ignore other query conditions and directly return the indexed data item. Moreover, the internal index is in an easily-guessable format (e.g., T000002R000001). As such, attackers can use this vulnerability to access any data items in the DB.
A flaw was found in nodejs-underscore. Arbitrary code execution via the template function is possible, particularly when a variable property is passed as an argument as it is not sanitized. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
A regular expression denial of service (ReDoS) flaw was found in the asteris emphasis regular expression implementation in Mistune. By sending specially-crafted regex input, a remote attacker could invoke a catastrophic backtrack, resulting in a denial of service.
A flaw was found in Ceph. An attacker can allow Ceph to accept any certificate because no certificate context is passed via Pybind to the constructors imaplib.IMAP4_SSL or smtplib.SMTP_SSL. As a result, pybind pybind does not check the server's X.509 certificate, instead accepting any certificate. This enables an attacker to commit a Man In the Middle (MITM) attack, compromising mail server credentials or mail contents
A flaw was found in the golang-jwt package. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they can miss the embedded `jwt.ErrTokenSignatureInvalid`, and thus, potentially accept invalid tokens.
CWE-755 - Improper Handling of Exceptional ConditionsA flaw was found in nanoid. Affected versions of nanoid mishandles non-integer values. When nanoid is called with a fractional value, there were a number of undesirable effects: - In browser and non-secure, the code infinite loops on while (size--) - In node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled: when i is initialized to poolOffset, pool[i] & 63 -> undefined & 63 -> 0 - If the first call in node is a fractional argument, the initial buffer allocation fails with an error The highest impact of this issue system availability.
Scrapy are vulnerable to a denial of service (DoS) attack due to a flaw in its brotli decompression implementation. The protection mechanism against decompression bombs fails to mitigate the brotli variant, allowing remote servers to crash clients with less than 80GB of available memory. This occurs because brotli can achieve extremely high compression ratios for zero-filled data, leading to excessive memory consumption during decompression.
A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data. This presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
A flaw was found in util-linux. This vulnerability allows a heap buffer overread when processing 256-byte usernames, specifically within the `setpwnam()` function, affecting SUID (Set User ID) login-utils utilities writing to the password database.
A flaw was found in DOMPurify. This vulnerability allows attackers to execute mutation-based Cross-site scripting (mXSS) via an incorrect template literal regular expression.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
A flaw was found in Storybook, a tool for building user interface components. This vulnerability can lead to the unintended exposure of sensitive information. When Storybook is built in a directory containing a `.env` file and then published online, environment variables from that file may be included in the publicly accessible build artifacts. This allows anyone with access to the published Storybook to view these potentially confidential variables.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A new version of Red Hat build of Ceph Storage has been released",
"title": "Topic"
},
{
"category": "general",
"text": "The Red Hat Storage Ceph container images are based on the latest ubi9 base image and Ceph 8.1.\nThis release updates to the latest version.",
"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:2737",
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2019-10790",
"url": "https://access.redhat.com/security/cve/CVE-2019-10790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2021-23358",
"url": "https://access.redhat.com/security/cve/CVE-2021-23358"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2022-34749",
"url": "https://access.redhat.com/security/cve/CVE-2022-34749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-31884",
"url": "https://access.redhat.com/security/cve/CVE-2024-31884"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-51744",
"url": "https://access.redhat.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-55565",
"url": "https://access.redhat.com/security/cve/CVE-2024-55565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14104",
"url": "https://access.redhat.com/security/cve/CVE-2025-14104"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-26791",
"url": "https://access.redhat.com/security/cve/CVE-2025-26791"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6176",
"url": "https://access.redhat.com/security/cve/CVE-2025-6176"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68429",
"url": "https://access.redhat.com/security/cve/CVE-2025-68429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7783",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ceph_storage/",
"url": "https://docs.redhat.com/en/documentation/red_hat_ceph_storage/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2737.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ceph Storage",
"tracking": {
"current_release_date": "2026-04-01T13:35:34+00:00",
"generator": {
"date": "2026-04-01T13:35:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:2737",
"initial_release_date": "2026-02-16T12:56:05+00:00",
"revision_history": [
{
"date": "2026-02-16T12:56:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-16T12:56:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:35:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ceph Storage 8",
"product": {
"name": "Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:8::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ceph Storage"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"product": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"product_id": "registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256%3Ab219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396?arch=amd64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"product_id": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256%3A9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7?arch=amd64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"product": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"product_id": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256%3Af00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb?arch=amd64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"product_id": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256%3A224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746?arch=amd64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"product_id": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256%3Abf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2?arch=amd64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"product": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"product_id": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256%3A064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4?arch=amd64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632233"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"product": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"product_id": "registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256%3A25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62?arch=arm64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"product_id": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256%3Ae856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920?arch=arm64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"product": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"product_id": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256%3A5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb?arch=arm64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"product_id": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256%3Afe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98?arch=arm64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"product_id": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256%3A2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503?arch=arm64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64",
"product": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64",
"product_id": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256%3Af31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11?arch=arm64\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632233"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"product": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"product_id": "registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256%3A1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e?arch=s390x\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"product_id": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256%3Aedb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f?arch=s390x\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"product": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"product_id": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256%3Aad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79?arch=s390x\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"product_id": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256%3A91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c?arch=s390x\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"product_id": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256%3Ac571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e?arch=s390x\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"product": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"product_id": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256%3A3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6?arch=s390x\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632233"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"product": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"product_id": "registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256%3Aeca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"product_id": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256%3A60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"product": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"product_id": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256%3A72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"product_id": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256%3Ad287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770631941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"product": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"product_id": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256%3Aecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770630907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"product": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"product_id": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256%3Ad19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph\u0026tag=1770632233"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x"
},
"product_reference": "registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64"
},
"product_reference": "registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64"
},
"product_reference": "registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
},
"product_reference": "registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64"
},
"product_reference": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le"
},
"product_reference": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x"
},
"product_reference": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64"
},
"product_reference": "registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64"
},
"product_reference": "registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64"
},
"product_reference": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x"
},
"product_reference": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le"
},
"product_reference": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 as a component of Red Hat Ceph Storage 8",
"product_id": "Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
},
"product_reference": "registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64",
"relates_to_product_reference": "Red Hat Ceph Storage 8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-10790",
"discovery_date": "2025-08-20T22:37:38.151000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389970"
}
],
"notes": [
{
"category": "description",
"text": "taffydb npm module, vulnerable in all versions up to and including 2.7.3, allows attackers to forge adding additional properties into user-input processed by taffy which can allow access to any data items in the DB. taffy sets an internal index for each data item in its DB. However, it is found that the internal index can be forged by adding additional properties into user-input. If index is found in the query, taffyDB will ignore other query conditions and directly return the indexed data item. Moreover, the internal index is in an easily-guessable format (e.g., T000002R000001). As such, attackers can use this vulnerability to access any data items in the DB.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "taffy: taffydb: Internal Property Tampering",
"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 Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-10790"
},
{
"category": "external",
"summary": "RHBZ#2389970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-10790",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10790"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-TAFFYDB-2992450",
"url": "https://security.snyk.io/vuln/SNYK-JS-TAFFYDB-2992450"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-JS-TAFFY-546521",
"url": "https://snyk.io/vuln/SNYK-JS-TAFFY-546521"
},
{
"category": "external",
"summary": "https://www.usenix.org/system/files/sec21-xiao.pdf",
"url": "https://www.usenix.org/system/files/sec21-xiao.pdf"
}
],
"release_date": "2020-02-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "taffy: taffydb: Internal Property Tampering"
},
{
"cve": "CVE-2021-23358",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2021-03-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1944286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nodejs-underscore. Arbitrary code execution via the template function is possible, particularly when a variable property is passed as an argument as it is not sanitized. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-underscore: Arbitrary code execution via the template function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Whilst the OpenShift Container Platform (OCP) openshift4/ose-grafana and openshift3/grafana as well as console, grc-ui and search-ui containers for Red Hat Advanced Management for Kubernetes (RHACM) include the vulnerable underscore library, the access to it is protected by OpenShift OAuth. Additionally this library is used in openshift4/ose-grafana container only in Grafana End-to-End Test package. Therefore the impact by this flaw is reduced to Low and the affected OCP components are marked as \"will not fix\" at this time and to Moderate for the affected RHACM components. This might be fixed in a future release.\n\nRed Hat Enterprise Virtualization includes the vulnerable underscore library, however it is not parsing any untrusted data, therefore impact is reduced to Low.\n\nBelow Red Hat products include the underscore dependency, but it is not used by the product and hence this issue has been rated as having a security impact of Low.\n\n* Red Hat Quay\n* Red Hat Gluster Storage 3\n* Red Hat OpenShift Container Storage 4\n* Red Hat Ceph Storage 3 and 4",
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23358"
},
{
"category": "external",
"summary": "RHBZ#1944286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23358",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23358"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23358",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23358"
}
],
"release_date": "2021-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs-underscore: Arbitrary code execution via the template function"
},
{
"cve": "CVE-2022-34749",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-07-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2112230"
}
],
"notes": [
{
"category": "description",
"text": "A regular expression denial of service (ReDoS) flaw was found in the asteris emphasis regular expression implementation in Mistune. By sending specially-crafted regex input, a remote attacker could invoke a catastrophic backtrack, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mistune: catastrophic backtracking",
"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 Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-34749"
},
{
"category": "external",
"summary": "RHBZ#2112230",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112230"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-34749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-34749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34749"
},
{
"category": "external",
"summary": "https://github.com/lepture/mistune/commit/a6d43215132fe4f3d93f8d7e90ba83b16a0838b2",
"url": "https://github.com/lepture/mistune/commit/a6d43215132fe4f3d93f8d7e90ba83b16a0838b2"
}
],
"release_date": "2022-07-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mistune: catastrophic backtracking"
},
{
"acknowledgments": [
{
"names": [
"Martin Schobert"
]
}
],
"cve": "CVE-2024-31884",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-08-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ceph. An attacker can allow Ceph to accept any certificate because no certificate context is passed via Pybind to the constructors imaplib.IMAP4_SSL or smtplib.SMTP_SSL. As a result, pybind pybind does not check the server\u0027s X.509\n\ncertificate, instead accepting any certificate. This enables an attacker to commit a Man In the Middle (MITM) attack, compromising mail server credentials or mail contents",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pybind: Improper use of Pybind",
"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 Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-31884"
},
{
"category": "external",
"summary": "RHBZ#2389907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31884",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31884"
}
],
"release_date": "2026-01-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pybind: Improper use of Pybind"
},
{
"cve": "CVE-2024-51744",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"discovery_date": "2024-11-04T22:01:08.655905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2323735"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt package. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they can miss the embedded `jwt.ErrTokenSignatureInvalid`, and thus, potentially accept invalid tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt: Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations in golang-jwt",
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "RHBZ#2323735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-51744",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-51744"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c",
"url": "https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r"
}
],
"release_date": "2024-11-04T21:47:12.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang-jwt: Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations in golang-jwt"
},
{
"cve": "CVE-2024-55565",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-12-09T02:00:45.255738+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331063"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid. Affected versions of nanoid mishandles non-integer values. When nanoid is called with a fractional value, there were a number of undesirable effects:\n\n- In browser and non-secure, the code infinite loops on while (size--)\n- In node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled: when i is initialized to poolOffset, pool[i] \u0026 63 -\u003e undefined \u0026 63 -\u003e 0\n- If the first call in node is a fractional argument, the initial buffer allocation fails with an error\n\nThe highest impact of this issue system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid mishandles non-integer values",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-55565"
},
{
"category": "external",
"summary": "RHBZ#2331063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8",
"url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/pull/510",
"url": "https://github.com/ai/nanoid/pull/510"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.0.9",
"url": "https://github.com/ai/nanoid/releases/tag/5.0.9"
}
],
"release_date": "2024-12-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nanoid: nanoid mishandles non-integer values"
},
{
"cve": "CVE-2025-6176",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-31T01:00:56.408048+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2408762"
}
],
"notes": [
{
"category": "description",
"text": "Scrapy are vulnerable to a denial of service (DoS) attack due to a flaw in its brotli decompression implementation. The protection mechanism against decompression bombs fails to mitigate the brotli variant, allowing remote servers to crash clients with less than 80GB of available memory. This occurs because brotli can achieve extremely high compression ratios for zero-filled data, leading to excessive memory consumption during decompression.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Scrapy: python-scrapy: brotli: Python brotli decompression bomb DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in Scrapy\u0027s brotli decompression implementation allows remote attackers to trigger a denial of service by sending specially crafted brotli-compressed data. This can lead to excessive memory consumption and system instability.",
"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 Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6176"
},
{
"category": "external",
"summary": "RHBZ#2408762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6176"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/2c26a886-5984-47ee-a421-0d5fe1344eb0",
"url": "https://huntr.com/bounties/2c26a886-5984-47ee-a421-0d5fe1344eb0"
}
],
"release_date": "2025-10-31T00:00:21.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Scrapy: python-scrapy: brotli: Python brotli decompression bomb DoS"
},
{
"cve": "CVE-2025-7783",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-07-18T17:00:43.396637+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2381959"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data.\n\nThis presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: Unsafe random function in form-data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw does not affect host systems. The impact of this vulnerability is limited to specific applications which integrate the `form-data` library. As a result the impact of this CVE is limited on RedHat systems.",
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "RHBZ#2381959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2381959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0",
"url": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4"
}
],
"release_date": "2025-07-18T16:34:44.889000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "form-data: Unsafe random function in form-data"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-14104",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-05T14:16:36.004000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419369"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in util-linux. This vulnerability allows a heap buffer overread when processing 256-byte usernames, specifically within the `setpwnam()` function, affecting SUID (Set User ID) login-utils utilities writing to the password database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "util-linux: util-linux: Heap buffer overread in setpwnam() when processing 256-byte usernames",
"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 Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14104"
},
{
"category": "external",
"summary": "RHBZ#2419369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419369"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14104"
}
],
"release_date": "2025-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "util-linux: util-linux: Heap buffer overread in setpwnam() when processing 256-byte usernames"
},
{
"cve": "CVE-2025-26791",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2025-02-14T09:00:45.578144+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2345695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify. This vulnerability allows attackers to execute mutation-based Cross-site scripting (mXSS) via an incorrect template literal regular expression.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: Mutation XSS in DOMPurify Due to Improper Template Literal Handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-26791"
},
{
"category": "external",
"summary": "RHBZ#2345695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-26791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26791"
},
{
"category": "external",
"summary": "https://ensy.zip/posts/dompurify-323-bypass/",
"url": "https://ensy.zip/posts/dompurify-323-bypass/"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02",
"url": "https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4"
},
{
"category": "external",
"summary": "https://nsysean.github.io/posts/dompurify-323-bypass/",
"url": "https://nsysean.github.io/posts/dompurify-323-bypass/"
}
],
"release_date": "2025-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dompurify: Mutation XSS in DOMPurify Due to Improper Template Literal Handling"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
},
{
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-68429",
"cwe": {
"id": "CWE-538",
"name": "Insertion of Sensitive Information into Externally-Accessible File or Directory"
},
"discovery_date": "2025-12-17T23:03:29.948214+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423460"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Storybook, a tool for building user interface components. This vulnerability can lead to the unintended exposure of sensitive information. When Storybook is built in a directory containing a `.env` file and then published online, environment variables from that file may be included in the publicly accessible build artifacts. This allows anyone with access to the published Storybook to view these potentially confidential variables.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Storybook: Storybook: Information disclosure via unexpected bundling of environment variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as it can lead to the unintended exposure of sensitive environment variables. This occurs when a Storybook project is built using the `storybook build` command in a directory containing a `.env` file, and the resulting bundle is subsequently published to a web-accessible location. Storybook instances built without `.env` files or run in development mode (`storybook dev`) are not 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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"known_not_affected": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68429"
},
{
"category": "external",
"summary": "RHBZ#2423460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68429"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68429",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68429"
},
{
"category": "external",
"summary": "https://github.com/storybookjs/storybook/security/advisories/GHSA-8452-54wp-rmv6",
"url": "https://github.com/storybookjs/storybook/security/advisories/GHSA-8452-54wp-rmv6"
},
{
"category": "external",
"summary": "https://storybook.js.org/blog/security-advisory",
"url": "https://storybook.js.org/blog/security-advisory"
}
],
"release_date": "2025-12-17T22:26:55.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T12:56:05+00:00",
"details": "The container images provided by this update can be downloaded from the\nRed Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"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 Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le",
"Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Storybook: Storybook: Information disclosure via unexpected bundling of environment variables"
}
]
}
RHSA-2025:22759
Vulnerability from csaf_redhat - Published: 2025-12-04 13:06 - Updated: 2026-04-01 18:59A code injection flaw has been discovered in the Keras python module. One can create a specially crafted .h5/.hdf5 model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed. This is achieved by crafting a special .h5 archive file that uses the Lambda layer feature of keras which allows arbitrary Python code in the form of pickled code. The vulnerability comes from the fact that the safe_mode=True option is not honored when reading .h5 archives.
A path traversal flaw has been discovered in the keras Python library. when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python's tarfile.extractall function without the filter="data" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A request smuggling flaw was found in the aiohttp python library. If a pure Python version of aiohttp is installed, without the usual C extensions, for example, or if AIOHTTP_NO_EXTENSIONS is enabled, an attacker can execute a request smuggling attack to bypass certain firewalls or proxy protections.
CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
A zip slip flaw has been discovered in the Argo Workflows container engine. During artifact extraction the unpack/untar logic (workflow/executor/executor.go) uses filepath.Join(dest, filepath.Clean(header.Name)) without validating that header.Name stays within the intended extraction directory. A malicious archive entry can supply a traversal or absolute path that, after cleaning, overrides the destination directory and causes files to be written outside the /work/tmp extraction path and into system directories such as /etc inside the container. The vulnerability enables arbitrary file creation or overwrite in system configuration locations (for example /etc/passwd, /etc/hosts, /etc/crontab), which can lead to privilege escalation or persistence within the affected container.
A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette's FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial‑of‑service for endpoints serving files.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.22.3 provides these changes:",
"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-2025:22759",
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12060",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53643",
"url": "https://access.redhat.com/security/cve/CVE-2025-53643"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62156",
"url": "https://access.redhat.com/security/cve/CVE-2025-62156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62727",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9905",
"url": "https://access.redhat.com/security/cve/CVE-2025-9905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22759.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.22.3 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-04-01T18:59:23+00:00",
"generator": {
"date": "2026-04-01T18:59:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:22759",
"initial_release_date": "2025-12-04T13:06:08+00:00",
"revision_history": [
{
"date": "2025-12-04T13:06:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-04T13:06:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T18:59:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.22",
"product": {
"name": "Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764593039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764181290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ac7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764181290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Af27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1763051808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ad5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1763565765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Ab7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3Af092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764293130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Abfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Ae0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3A1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3A4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3Aa3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764594760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ae940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764609614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3Abd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Aa54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764595822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1763639678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764596318"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Abbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Af43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Afe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764637896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764665999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ab8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.22.3-1764669148"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64 as a component of Red Hat OpenShift AI 2.22",
"product_id": "Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9905",
"cwe": {
"id": "CWE-913",
"name": "Improper Control of Dynamically-Managed Code Resources"
},
"discovery_date": "2025-09-19T09:00:54.801987+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396645"
}
],
"notes": [
{
"category": "description",
"text": "A code injection flaw has been discovered in the Keras python module. One can create a specially crafted .h5/.hdf5\u00a0model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed. This is achieved by crafting a special .h5\u00a0archive file that uses the Lambda\u00a0layer feature of keras which allows arbitrary Python code in the form of pickled code. The vulnerability comes from the fact that the safe_mode=True\u00a0option is not honored when reading .h5\u00a0archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Arbitary Code execution in Keras load_model()",
"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 AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9905"
},
{
"category": "external",
"summary": "RHBZ#2396645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9905"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21602",
"url": "https://github.com/keras-team/keras/pull/21602"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/security/advisories/GHSA-36rr-ww3j-vrjv",
"url": "https://github.com/keras-team/keras/security/advisories/GHSA-36rr-ww3j-vrjv"
}
],
"release_date": "2025-09-19T08:16:44.772000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Arbitary Code execution in Keras load_model()"
},
{
"cve": "CVE-2025-12060",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-10-30T18:01:32.193676+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407443"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the keras Python library. when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python\u0027s tarfile.extractall function without the filter=\"data\" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Keras Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "RHBZ#2407443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21760",
"url": "https://github.com/keras-team/keras/pull/21760"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9",
"url": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9"
}
],
"release_date": "2025-10-30T17:10:43.868000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Keras Path Traversal Vulnerability"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53643",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-07-14T21:00:57.122280+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380000"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the aiohttp python library. If a pure Python version of aiohttp is installed, without the usual C extensions, for example, or if AIOHTTP_NO_EXTENSIONS is enabled, an attacker can execute a request smuggling attack to bypass certain firewalls or proxy protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP HTTP Request/Response Smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53643"
},
{
"category": "external",
"summary": "RHBZ#2380000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53643"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/e8d774f635dc6d1cd3174d0e38891da5de0e2b6a",
"url": "https://github.com/aio-libs/aiohttp/commit/e8d774f635dc6d1cd3174d0e38891da5de0e2b6a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-9548-qrrj-x5pj",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-9548-qrrj-x5pj"
}
],
"release_date": "2025-07-14T20:17:18.247000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "aiohttp: AIOHTTP HTTP Request/Response Smuggling"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-62156",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-10-14T15:02:10.015356+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403800"
}
],
"notes": [
{
"category": "description",
"text": "A zip slip flaw has been discovered in the Argo Workflows container engine. During artifact extraction the unpack/untar logic (workflow/executor/executor.go) uses filepath.Join(dest, filepath.Clean(header.Name)) without validating that header.Name stays within the intended extraction directory. A malicious archive entry can supply a traversal or absolute path that, after cleaning, overrides the destination directory and causes files to be written outside the /work/tmp extraction path and into system directories such as /etc inside the container. The vulnerability enables arbitrary file creation or overwrite in system configuration locations (for example /etc/passwd, /etc/hosts, /etc/crontab), which can lead to privilege escalation or persistence within the affected container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: Argo Workflows Zip Slip",
"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 AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62156"
},
{
"category": "external",
"summary": "RHBZ#2403800",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403800"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62156"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/946a2d6b9ac3309371fe47f49ae94c33ca7d488d/workflow/executor/executor.go#L993",
"url": "https://github.com/argoproj/argo-workflows/blob/946a2d6b9ac3309371fe47f49ae94c33ca7d488d/workflow/executor/executor.go#L993"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/5659ad9b641fcf52c04ed594cd6493f9170f6011",
"url": "https://github.com/argoproj/argo-workflows/commit/5659ad9b641fcf52c04ed594cd6493f9170f6011"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/9f6bc5d236cd1b24d607943384511d71ad17a4c3",
"url": "https://github.com/argoproj/argo-workflows/commit/9f6bc5d236cd1b24d607943384511d71ad17a4c3"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-p84v-gxvw-73pf"
}
],
"release_date": "2025-10-14T14:52:44.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: Argo Workflows Zip Slip"
},
{
"cve": "CVE-2025-62727",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-10-28T21:01:03.833849+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406929"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette\u0027s FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial\u2011of\u2011service for endpoints serving files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette DoS via Range header merging",
"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 AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "RHBZ#2406929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5",
"url": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8"
}
],
"release_date": "2025-10-28T20:14:53.655000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-04T13:06:08+00:00",
"details": "For Red Hat OpenShift AI 2.22.3 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_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 AI 2.22:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:8b3e0152680063828a54187feec06600de866db91ab219911b1c3ab50d8b1b7c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3f8491f3004efaaf8a508cc7ad139dafae667a3c2f3e31736ade9997e4eb789b_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7908a416df1a7a29de0fc89b788c7fb8a3fba85a2e80cd93a52efcf20d0c2fdd_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:bbb139905574a6d29e855a0a6df56f71e036f3e425ee3393a70e384610939259_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:fe5d3cdb7fb4658dc46111d20ee03b890b438458ee7d20a55871d59a35a3b926_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:86ac0f8f1d05b6fb02523108448414ec494d630544b3eb6de2f1ad593e67f704_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c7456669d7f87f0194f4dd38559c73d75c441027c25cd487a24b25d7539f917d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:f27180fd3c4c24fdc014bf09554a16a598a4215d7e9d1106015d7b5e976167fe_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:3fa33fb9fd238dda3dd0dbc5243d0ec3e82083fb9ecf557a5f8a5b67afc77ba8_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d5d52b368050d505183452f1d8b5170c86f7473fd869a886777d3bf7e48aad76_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:687875287e4317041637f6b47741e484df49e3b2d55ef871021e4ac9f0d99886_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2d796962cc7622fcc7eb0456eb70439cbb04a5e679f7de8826416a99a9851c62_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:b7de90247a93ad5b39c83be7cea5ba4a36d1cb55a37179157433edce2d2a9c63_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:854eb235c46dc89cbd324d4b632ff0d07840d3e60744c66e9be8298d3d3d4631_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:f092ae49cdb78c33c051718472448bfd16d4d50918116b3fe988dec267abd2bb_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:46a17b6f764f05a7f81ce3d9c01dd24f11049bfc9f625a4953fd68f7935fe2a4_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:3cbc5336af0b8c06c641d864d7b45ce04576e38dbc8636573abb94c37eedeb18_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:65a5dbc53f8f89bf05f4eac1081c022d3d7459917025c8e99a684f6be679eb98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:8c97392bb11def5cf310f7992d19d22b4f015e0040faf0fe59044ac63c186d2f_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:bfa7bfad599fed7e758dcd892f6a207144070daf288339b25186f94e8b763a1b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:974ebc1a016a1ccac1683fee653afedd2628e2315cf2cc726b40fb5135aaca93_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0bd79a7eecc255d6d69acd0002c517652638cdf31a0014aa534bf8e3b233b667_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0f03bb40db834eb444df20dd54473d082ccc6816df6efa0e6166dcaf8c86e3ab_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:65953d54df30fcba632c78d2bdabce81796413baeee6a826d0815df45b99d527_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:f43e263fe3aafc8db04394c9132ec7d7cc2b836fc690cd37b1a8892137ea8773_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:901efe4e9867390a89d61d5c945b72b5e2db87202c919a43579f0ca7cfa4cf96_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e0a67c5465369eae8e98ccee093dd09f5ccdb445903e2aaec30c978b2b7f10f3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:a3c3c17e6092e760923a8b68c98c6d26c30f81da2f04f0d2e9727461254c7c1a_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:1dd295d8062d8846ffb2534b2597e2791bd67387904b3d4ccf58cf3424d3250b_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fb05694fa67a519e11f331e3f1ccf42b1432db2f31b2a857d1f2b3e4e1bd0a3_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e940d2ce5f41edfbf07e5ae895fa3caa446c013abd41c7cd6d2758ee7336881c_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-operator-bundle@sha256:bd589f792b321203c6ffe2bf92e47f1e3951fbd29a8be65529cc5766bff94c98_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:67e8ec35eb13e8a46a46955f33bbc8eeb18d757a5f40935219218ebb750d5eda_ppc64le",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:8b76cfe4556e2b4a8f5207304c06d7ea83992e223926b8802ddd7b2ee413431d_s390x",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:a54f8bf1f15cd0ab0a13dbb0b0d4295748e8a5ae8b938a38417d9ea5b1d78396_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b8d56e4d1a79cf0840284ad245a86e16db33a2239fd429e38752bf4d27a7dd9e_arm64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:251d85ebf9721e704561b6e6a5822106887f24b0602ce50e9d70e2db1817ee7d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:3038dad86bc403803c630511c3808ec35ddaa3260cc1280f8f4afbf538eb507d_amd64",
"Red Hat OpenShift AI 2.22:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:51d96b6945dee9049b7728f4612a01a46dd8b533bf76cced602d032ccd03f4da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette DoS via Range header merging"
}
]
}
RHSA-2025:19397
Vulnerability from csaf_redhat - Published: 2025-11-03 01:42 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19397",
"url": "https://access.redhat.com/errata/RHSA-2025:19397"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19397.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:01+00:00",
"generator": {
"date": "2026-03-31T03:09:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19397",
"initial_release_date": "2025-11-03T01:42:52+00:00",
"revision_history": [
{
"date": "2025-11-03T01:42:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-03T01:42:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"product_id": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.aarch64",
"product": {
"name": "golang-0:1.21.13-11.el9_4.aarch64",
"product_id": "golang-0:1.21.13-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"product_id": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"product_id": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.ppc64le",
"product": {
"name": "golang-0:1.21.13-11.el9_4.ppc64le",
"product_id": "golang-0:1.21.13-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"product_id": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"product_id": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.x86_64",
"product": {
"name": "golang-0:1.21.13-11.el9_4.x86_64",
"product_id": "golang-0:1.21.13-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"product_id": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-11.el9_4.s390x",
"product": {
"name": "go-toolset-0:1.21.13-11.el9_4.s390x",
"product_id": "go-toolset-0:1.21.13-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.s390x",
"product": {
"name": "golang-0:1.21.13-11.el9_4.s390x",
"product_id": "golang-0:1.21.13-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-11.el9_4.s390x",
"product": {
"name": "golang-bin-0:1.21.13-11.el9_4.s390x",
"product_id": "golang-bin-0:1.21.13-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-11.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.21.13-11.el9_4.src",
"product": {
"name": "golang-0:1.21.13-11.el9_4.src",
"product_id": "golang-0:1.21.13-11.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-11.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-docs-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-docs-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.21.13-11.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-misc-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-misc-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.21.13-11.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-src-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-src-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.21.13-11.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.21.13-11.el9_4.noarch",
"product": {
"name": "golang-tests-0:1.21.13-11.el9_4.noarch",
"product_id": "golang-tests-0:1.21.13-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.21.13-11.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64"
},
"product_reference": "go-toolset-0:1.21.13-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64"
},
"product_reference": "golang-0:1.21.13-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le"
},
"product_reference": "golang-0:1.21.13-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x"
},
"product_reference": "golang-0:1.21.13-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src"
},
"product_reference": "golang-0:1.21.13-11.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64"
},
"product_reference": "golang-0:1.21.13-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64"
},
"product_reference": "golang-bin-0:1.21.13-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-docs-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-misc-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-src-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.21.13-11.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
},
"product_reference": "golang-tests-0:1.21.13-11.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-03T01:42:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19397"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-11.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-11.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:17730
Vulnerability from csaf_redhat - Published: 2025-10-09 18:47 - Updated: 2026-03-31 03:08A flaw was found in Go's crypto/x509 package. This vulnerability allows improper certificate validation, bypassing policy constraints via using ExtKeyUsageAny in VerifyOptions.KeyUsages.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A race condition has been discovered in the Argo CD GitOps tool. This race condition is located in the repository credentials handler that can cause the Argo CD server to panic and crash when concurrent operations are performed on the same repository URL. A valid API token with repositories resource permissions (create, update, or delete actions) is required to trigger the race condition.
A denial of service vulnerability was identified in the Argo CD continuous delivery tool, which is distributed as part of Red Hat GitOps product. An unauthenticated attacker can exploit this flaw by sending a specially crafted request to the Application Programming Interface (API) webhook endpoint. This action causes the API server to crash, preventing it from restarting properly. By repeatedly targeting the server, an attacker can cause a complete service outage, making the Argo CD interface unavailable to all users. This vulnerability is only exposed in configurations where a specific webhook secret has not been set.
A denial of service flaw has been discovered in Argo-CD. With the default configuration, no `webhook.gogs.secret` set, Argo CD’s /api/webhook endpoint will crash the entire argocd-server process when it receives a Gogs push event whose JSON field `commits[].repo` is not set or is null.
A denial of service flaw has been discovered in Argo-CD. In the default configuration, `webhook.azuredevops.username` and `webhook.azuredevops.password` are not set, Argo CD’s `/api/webhook` endpoint crashes the entire argocd-server process when it receives an Azure DevOps Push event whose JSON array resource.refUpdates is empty. The slice index [0] is accessed without a length check, causing an index-out-of-range panic.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Important: Red Hat OpenShift GitOps v1.16.4 security update",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat OpenShift GitOps.\nBug Fix(es) and Enhancement(s):\n* GITOPS-6703 (After Upgrade to v.1.16 not able to add --metrics-application-labels in spec.controller.extraCommandArgs with multiple values)\n* GITOPS-7180 (Redis HA Proxy pod fails to start with Security Context error)\n* GITOPS-7461 (Redis container fails with \"runAsNonRoot and image will run as root\" after upgrade to argocd-operator 0.14.1)",
"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-2025:17730",
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59531",
"url": "https://access.redhat.com/security/cve/CVE-2025-59531"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59537",
"url": "https://access.redhat.com/security/cve/CVE-2025-59537"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59538",
"url": "https://access.redhat.com/security/cve/CVE-2025-59538"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55191",
"url": "https://access.redhat.com/security/cve/CVE-2025-55191"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22874",
"url": "https://access.redhat.com/security/cve/CVE-2025-22874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.16/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.16/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17730.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift GitOps v1.16.4 security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:51+00:00",
"generator": {
"date": "2026-03-31T03:08:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:17730",
"initial_release_date": "2025-10-09T18:47:06+00:00",
"revision_history": [
{
"date": "2025-10-09T18:47:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T03:58:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.16",
"product": {
"name": "Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.16::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Ac5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3Ac9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ac2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256%3A78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3Aaf6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ab867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3Ad1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3Abc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Aefd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Af505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Abdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Af1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Ade943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Af1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Ac7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22874",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-06-11T17:00:48.521459+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 package. This vulnerability allows improper certificate validation, bypassing policy constraints via using ExtKeyUsageAny in VerifyOptions.KeyUsages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Usage of ExtKeyUsageAny disables policy validation in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as an Important severity because the vulnerability was found in the certificate validation logic of the Verify function. When VerifyOptions.KeyUsages includes ExtKeyUsageAny, certificate chains containing policy graphs may bypass certificate policy validation. This flaw allows an attacker to trick the system into accepting an invalid certificate, potentially enabling spoofing attacks, the issue weakens trust decisions in affected cases and impacts system integrity. Confidentiality and availability are not affected.\n\nRed Hat Openshift Container Platform openshift-golang-builder-container ships golang 1.23 and does not ship the affected code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22874"
},
{
"category": "external",
"summary": "RHBZ#2372320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22874"
},
{
"category": "external",
"summary": "https://go.dev/cl/670375",
"url": "https://go.dev/cl/670375"
},
{
"category": "external",
"summary": "https://go.dev/issue/73612",
"url": "https://go.dev/issue/73612"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A",
"url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3749",
"url": "https://pkg.go.dev/vuln/GO-2025-3749"
}
],
"release_date": "2025-06-11T16:42:52.856000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:47:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
}
],
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Usage of ExtKeyUsageAny disables policy validation in crypto/x509"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:47:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-55191",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-09-30T23:00:51.184899+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400562"
}
],
"notes": [
{
"category": "description",
"text": "A race condition has been discovered in the Argo CD GitOps tool. This race condition is located in the repository credentials handler that can cause the Argo CD server to panic and crash when concurrent operations are performed on the same repository URL. A valid API token with repositories resource permissions (create, update, or delete actions) is required to trigger the race condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd/v2: github.com/argoproj/argo-cd/v3: Argo CD race condition leading to crash",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk of this vulnerability is limited to the Argo CD server itself. The host system running Argo CD is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55191"
},
{
"category": "external",
"summary": "RHBZ#2400562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55191"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/701bc50d01c752cad96185f848088d287a97c7b7",
"url": "https://github.com/argoproj/argo-cd/commit/701bc50d01c752cad96185f848088d287a97c7b7"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/pull/6103",
"url": "https://github.com/argoproj/argo-cd/pull/6103"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-g88p-r42r-ppp9",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-g88p-r42r-ppp9"
}
],
"release_date": "2025-09-30T22:52:19.838000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:47:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
},
{
"category": "workaround",
"details": "Systems may be configured to automatically restart a service upon crash and doing so may partially mitigate the availability impact of this vulnerability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/argoproj/argo-cd/v2: github.com/argoproj/argo-cd/v3: Argo CD race condition leading to crash"
},
{
"cve": "CVE-2025-59531",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2025-10-01T21:03:46.509567+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400935"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was identified in the Argo CD continuous delivery tool, which is distributed as part of Red Hat GitOps product. An unauthenticated attacker can exploit this flaw by sending a specially crafted request to the Application Programming Interface (API) webhook endpoint. This action causes the API server to crash, preventing it from restarting properly. By repeatedly targeting the server, an attacker can cause a complete service outage, making the Argo CD interface unavailable to all users. This vulnerability is only exposed in configurations where a specific webhook secret has not been set.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "argocd: argocd-server: gitops: Unauthenticated argocd-server panic via a malicious Bitbucket-Server webhook payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was rated as Important by the Red Hat Product Security team, this happens because an unauthenticated attacker is able to cause a denial of service from the whole GitOps cluster. This vulnerability affects only clusters without a configured \u0027webhook.bitbucket.secret\u0027 configuration key, thus clusters that have this option configured are not exposed to this flaw.\n\nThis vulnerability lies in a unsafe cast when trying to retrieve the `repository.links.clone`JSON field from BitBucket-Server push request. When the unsafe cast is triggered, the goroutine created by the worker to process the request will fail within an assertion panic and, as it lacks a recovery routine, the whole argocd-server binary will be terminated. If an attacker manages to force all the argocd-server replica nodes to reach this assertion failure, a Denial of Service of the whole cluster will happen.",
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59531"
},
{
"category": "external",
"summary": "RHBZ#2400935",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400935"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59531"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59531",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59531"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/5c466a4e39802e059e75c0008ae7b7b8e842538f",
"url": "https://github.com/argoproj/argo-cd/commit/5c466a4e39802e059e75c0008ae7b7b8e842538f"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-f9gq-prrc-hrhc",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-f9gq-prrc-hrhc"
}
],
"release_date": "2025-10-01T20:49:35.428000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:47:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
},
{
"category": "workaround",
"details": "If a BitBucket repository is being used by GitOps it\u0027s possible to mitigate this vulnerability by setting up a BitBucket webhook secret to ensure only trusted parties can access the webhook endpoint.\n\nIn case BitBucket is not being used, the user can set the webhook secret to a long random value to prevent the webhook from being called:\n\n~~~\napiVersion: v1\nkind: Secret\nmetadata:\n name: argocd-secret\ntype: Opaque\ndata:\n+ webhook.bitbucketserver.secret: \u003cyour base64-encoded secret here\u003e\n~~~",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "argocd: argocd-server: gitops: Unauthenticated argocd-server panic via a malicious Bitbucket-Server webhook payload"
},
{
"cve": "CVE-2025-59537",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-01T22:00:51.264122+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400938"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in Argo-CD. With the default configuration, no `webhook.gogs.secret` set, Argo CD\u2019s /api/webhook endpoint will crash the entire argocd-server process when it receives a Gogs push event whose JSON field `commits[].repo` is not set or is null.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd: Argo CD unauthenticated Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk of this vulnerability is limited to the Argo-CD application. General host availability is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59537"
},
{
"category": "external",
"summary": "RHBZ#2400938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59537",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59537"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/761fc27068d2d4cd24e1f784eb2a9033b5ee7f43",
"url": "https://github.com/argoproj/argo-cd/commit/761fc27068d2d4cd24e1f784eb2a9033b5ee7f43"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-wp4p-9pxh-cgx2",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-wp4p-9pxh-cgx2"
}
],
"release_date": "2025-10-01T21:01:36.519000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:47:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
},
{
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/argoproj/argo-cd: Argo CD unauthenticated Denial of Service"
},
{
"cve": "CVE-2025-59538",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2025-10-01T22:00:57.544949+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400940"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in Argo-CD. In the default configuration, `webhook.azuredevops.username` and `webhook.azuredevops.password` are not set, Argo CD\u2019s `/api/webhook` endpoint crashes the entire argocd-server process when it receives an Azure DevOps Push event whose JSON array resource.refUpdates is empty. The slice index [0] is accessed without a length check, causing an index-out-of-range panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd: Argo CD unauthenticated Remote Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk of this vulnerability is limited to the Argo-CD application. General host availability is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59538"
},
{
"category": "external",
"summary": "RHBZ#2400940",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400940"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59538",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59538"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/1a023f1ca7fe4ec942b4b6696804988d5a632baf",
"url": "https://github.com/argoproj/argo-cd/commit/1a023f1ca7fe4ec942b4b6696804988d5a632baf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-gpx4-37g2-c8pv",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-gpx4-37g2-c8pv"
}
],
"release_date": "2025-10-01T21:09:08.870000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:47:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17730"
},
{
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:24d8c9b3d5e2302d86a6522bb8997cdf203a1121825a1a84834a58c972561334_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:2e056fd5830a22ec87570415ee3621a8951386f86286970d21fcf76f5eb40a5b_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:4dff7f7534e02fcc989f8c58646acf0a8de6eb950514a9eaebe0d4db7f799bb8_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:f505ecf3600e5f453867a4c9986c814ff774738387b135b881bbefdb64a8b6c0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:190f9d93d0383e9d67079af14eacc7d960895883106d58819a2dd928d07df227_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:41b064e75d6e1381582ed9ae018c93b72a0c380a02dc91e542cd8748b4de20b2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:89b76d9ac08f2d7852e484f5cd3ba7c2aee0f9ff3444eb8a9344474125220042_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f1ad261aa5b50b368a5a2619ec79e6f1a14b4f218ffc157a5c2e0c8f07c0b007_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:3caf15f8693245181eb1dc3adbf177c3be3095701b4fbb9ab64ec96af345855f_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:989eefed937fc36a100303b24ae8fd4d1a88599a3cd0160cfac77180cc188a3b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:bdd0a289775ce41a8b495e02626f2e84b39f27d8eab8e351faf13bd46c8bb843_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:c5a94378fa6de06979845d1dd57ee840d1c1e63bdec31a816ad80703dd677c29_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:400f6dc94a40d30e9bf08a6bbbdb69d03bac59f84c4d66620fa7d99b4b5a96f5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:af6a17b989475611cccb8dde3fc4b04c07d83c808a9e36537e04fc220357836c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:bc2ef6df807856991b716adea85d114c5f61a6ea02d1d3dddc86ddd61bacab76_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c9d9ee712c5432f2ddf0985665a1ebc1ab8dfa49ddfd4829fd0eea8cb29c745d_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:0b76c3b83e7ffa1d650fdca227fa18a31a08339828160683ae7ff5a7a0bc6760_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:3a2a9cea446951e9ce350b51197a8a5c01691ec7b5ffc149a66ca9e3134a82a0_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:94e8b2edf66de66d8ed7a9acaeb49ecd11e07f828d0a4be642d87cdedbf6e8a4_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:de943611e032cfc21ffe468a4c5ebf3e4dc843cf33f1d476ed26504445cf3f24_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:645d19854b1ce41c0d260de0b210749453269f7418059be41c854f2e9bbf000c_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:6eb5d4b468ebf1732f466caebba617c30fb406623274a3acf7511805121e1eff_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:efd3f2795152ae8173722eb6695530bc5a986ea2572967038043d67eb65ead0c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f1160e0c44027b8a6f04e207020eb2b64683d271cf9153836ecce8c67579463b_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:78dc89a4a9dfb8dcf93224fd9a3caa63ea1551f8da73a88aebb284123d4a2962_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:20eba0b58edf23d29297fd53e76fbc2206f87b7a34ee83e98dcf013802fb6c2b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52ffe54a0935e54b8d7712a01f65beb6030524a6bc5ea3ae2f59bc1b75fb5ef7_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:814349bf64d3571529ef554df85dfb765446ce199fd771552b236a88ca56a362_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c7c68a98f7cf428c7f228a66c85d42ddc709a2bd453c9bcfb47899b7f2e1fed0_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:6909fc584a220d7f3cb684d152d9c9167d177873f83437891a04d85b7a24d851_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8deb789cb88a48e8f887d5b33858a7d11e5d9d240290ee48bd7d4f32243dd38f_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:b867573876278eb19c89dcd4fac0c68f16a0daccfedaeee16589decac44ace75_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:c2e038f48d3ccfead013900cc72c201fc55bfd3b6fcb9eb5560a24687e5ff283_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2f35704b4a52925cbe845743de00c271ac07accd5a59c2d215b2b80491f72c0b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6f73f190baf0b9ce6be84db1bda73bc9cccbaf11b2b23751c449fa7506a2fc94_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:914953316db02f903e76941af5716c25aa38c73ace8b297f11fbcb6d859aff6f_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:d1aaa9ae4291f7472576393040b4862cad491251c744cee7c6730a1d35e5f104_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/argoproj/argo-cd: Argo CD unauthenticated Remote Denial of Service"
}
]
}
RHSA-2025:22179
Vulnerability from csaf_redhat - Published: 2025-11-26 13:57 - Updated: 2026-03-31 03:09A denial of service flaw has been discovered in CivetWeb. The mg_handle_form_request function allows attackers to trigger a denial of service (DoS) condition by sending a specially crafted HTTP POST request containing a null byte in the payload. The server enters an infinite loop during form data parsing as a result. Multiple malicious requests will result in complete CPU exhaustion and render the service unresponsive to further requests.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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-2025:22179",
"url": "https://access.redhat.com/errata/RHSA-2025:22179"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9648",
"url": "https://access.redhat.com/security/cve/CVE-2025-9648"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-486_release-notes-48",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-486_release-notes-48"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22179.json"
}
],
"title": "Red Hat Security Advisory: RHSA 4.8.6 security and bug fix update",
"tracking": {
"current_release_date": "2026-03-31T03:09:12+00:00",
"generator": {
"date": "2026-03-31T03:09:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:22179",
"initial_release_date": "2025-11-26T13:57:08+00:00",
"revision_history": [
{
"date": "2025-11-26T13:57:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-26T13:57:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security 4.8",
"product": {
"name": "Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Adb2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Aefd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ac58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Aff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Aad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3A57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Aba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Ae6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Aed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ab17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Abeefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Aa2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ae76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Ad32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Acf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Ae834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ac0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ac6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9648",
"cwe": {
"id": "CWE-158",
"name": "Improper Neutralization of Null Byte or NUL Character"
},
"discovery_date": "2025-09-29T12:00:57.819834+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400107"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in CivetWeb. The mg_handle_form_request function allows attackers to trigger a denial of service (DoS) condition by sending a specially crafted HTTP POST request containing a null byte in the payload. The server enters an infinite loop during form data parsing as a result. Multiple malicious requests will result in complete CPU exhaustion and render the service unresponsive to further requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "civetweb: Denial of Service in CivetWeb",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "On Red Hat systems a denial of service in the CivetWeb application does not pose a broader availability risk to the host.",
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9648"
},
{
"category": "external",
"summary": "RHBZ#2400107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9648"
},
{
"category": "external",
"summary": "https://cert.pl/en/posts/2025/09/CVE-2025-9648",
"url": "https://cert.pl/en/posts/2025/09/CVE-2025-9648"
},
{
"category": "external",
"summary": "https://github.com/civetweb/civetweb",
"url": "https://github.com/civetweb/civetweb"
},
{
"category": "external",
"summary": "https://github.com/civetweb/civetweb/commit/782e18903515f43bafbf2e668994e82bdfa51133",
"url": "https://github.com/civetweb/civetweb/commit/782e18903515f43bafbf2e668994e82bdfa51133"
},
{
"category": "external",
"summary": "https://github.com/civetweb/civetweb/issues/1348",
"url": "https://github.com/civetweb/civetweb/issues/1348"
}
],
"release_date": "2025-09-29T11:47:56.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-26T13:57:08+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22179"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "civetweb: Denial of Service in CivetWeb"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-26T13:57:08+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22179"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:138be3c2e5ee9346c0cdedd69e5095ef199ababf7b908f650a17bbbbd58d4887_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1e8f7b5c46266c48635f7edc0457a9eb31b65f6af385337c2f21e7d73c1317cc_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7b49db4a123a971398297238fc49fbdf496e97e999732daf4b572fd5965a24b5_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db2426e128a77d87ff2ed545065e4a16c1669872bdd6fb6acbdafcc31608e99f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e13827b69f9e8be0771e36046c60ec35522b8ab6b93215687fbda51ba928afc_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5a07faace45b9bb6cafd88113902b51b3753ffdf777eba47e91f009cfadec528_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d32b4648796a4cb84487b87c122e881b0b44120cbc4487644de3d282e04b1696_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:efd818242280438cd837dbb0d98de6e20f8b833e34e057ef58914cd58c4ecbf7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:632d59a6fe2744d7b38187285a133ecfd55b451c4cf71b9ec93d7975cfa573b8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:69ae83546f898951d0c1b4028a27b0d846242490fc57e534e22c5ba99affbfff_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:cf58229564f2fb92b976bd0c0a8a437dba0275771ba3b262ed19c6c2aa54ff6d_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:ed7a8f51c1fa21b1a1e74ba308725d876fd428aee02108ca6891a7a3765b3a20_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:57a4b1a83e9fde88b7036214af7755f7596af46b1d80c2a3487a52fcb0e58451_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:32b1daedf2be5b33124e43ba3f0c5466ff5ada85cca68ae090af6b31f68a4eed_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:7aad126101821acc6afd36b4c0e0641fba86a370b430d01410e9615e620ae9b0_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b17afb0a292ea099e758c713d5c2c9979f387dc2dd87616e882deb91cdd4c5af_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c58e26261670437c30231f0f20d214374a61adf97c0732493fd2e7be4903d293_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:02af06a0072a0a6f0040222e38c268e9bed605564c46f2a67518c59e7849e46f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:033211cad525530507f4e72dc8364feda01875567ca5aaa9359c4b28adfaaa9a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5f169b2de01c3f2afabfa6b864d16d0b69330bbfc49b84b04aa2cffdd9fefb19_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:beefa3051f5f29851e585e0ef42c147308b9063cf783c298f5e7d5dd260af061_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:1c7e43392284934063e1ecfc3395ce83c1a0d6ca45a77883e03176627a9900f2_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:49b6fa3d9db2a232c158cb0068345af6e0595ef3a12b85f8d2fd826b871ff34e_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:855a09e8a461e44281c21aabbddcdc3d15f85d589475f1973e944d60c53105f3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e834bed756ade9bb6e84191ae6f2e94f60eb3cae4cba49ba094faaba7bd14de8_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0a6de6a211349589dae08823073c6fe5fc633827a684453934bffd7b73ba4d77_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:13e4bc958e2a58fb52fc3c68b04bcade3ad14117d075cc8a56bc65e75c229c3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ba2baf31ddef7a4cd30166cd2591915aa5d88613ce5c6b09a150a30f7221c287_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c0b669cbc9b32901f47c131df64d8241fc6b60d03757ff5df2e4306eb3ca50c1_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:0d451d8f76fc0887c564c1a0cc8cbedeee2431969a1aceb04c43516183e0ad7c_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:274508db94dd30235b9739afa6a2defabb6a389e985fad6a986785e0b7df33c1_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:36d4e448fc891c375996841983eb5763c45d555b0243460c04edc863f6d54dcd_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9d778e5aaf9022087ef8c8c404e22f3f1cec0bea2032930b66fca8a27a96dcf3_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8887051d6a77d7cb6ccb6b3b89c93b325d9cefee5171b2ad7fc47c1163e65492_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a2748deb3becebb1f490e606aa2e12db70185b334cc09eb061e3f61b8dd5a980_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e6df3893cb8b38c916e622aa91d1ad0b183504fb1c1698c63b6bb5618ba35784_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ff913199c6716f29cd76ff08592b522b7d5722a42bd89bf3f49799f3a5a95204_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:449f1ed62d227050420d26a4f7dd94fb4ed6dc6fe9ea98eff9fd974df9fec42a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:510562fd67769e2f7f07dae7fe704cb3dcd61ac5305bb02ac376cb7d3d875e63_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c6f717d58ef72e779364e2e70c455c993d97c178b91e942de1aac81fa8fa6fcd_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e76ad170001bcdd9d580b2d5cdaafbf2983b5df148ba3865813ef6933c6c3ec0_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:16054b872f0ef9c23b9496364aceabf02e58d4758c260d8c46ac6d63ee612ba6_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4f6fbcb8a7e0a8e80494e8db1ad363344f2c16c885d260cca1f2c4104edefd14_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9a2070e6148fabe87fd307efcd48bdaac13bae4fa31f49ae3de1c5043ba2debe_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ad7e03d5768f998473c5cadedb6562010dd28d561cb7398430e02f9efc8ec624_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:0627
Vulnerability from csaf_redhat - Published: 2026-01-14 18:37 - Updated: 2026-04-01 19:00Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid value calculations, hanging and rewinding the hash state, including turning a tagged hash into an untagged hash, for malicious JSON-stringifyable inputs.
A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.13 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/release_notes/index#acm-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:0627",
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0627.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.13.5 security update",
"tracking": {
"current_release_date": "2026-04-01T19:00:53+00:00",
"generator": {
"date": "2026-04-01T19:00:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:0627",
"initial_release_date": "2026-01-14T18:37:52+00:00",
"revision_history": [
{
"date": "2026-01-14T18:37:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-14T18:38:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T19:00:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Adb73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aaa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aa93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ac5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Acffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aaeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ab501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abeade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aa96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Acfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Add1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Acd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Af817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Abf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ad371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ad557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Acfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aa25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aa46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ad0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Afd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Aa1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ae1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aaffc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ac9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adb1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ade02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ad61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ab66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aa03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ae8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Af6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ab7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Add4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Afa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ac0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Afba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Affe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Acee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T18:37:52+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2025:13935
Vulnerability from csaf_redhat - Published: 2025-08-18 00:53 - Updated: 2026-03-31 03:08A flaw was found in cmd/go. The `go` command can execute arbitrary commands when processing untrusted version control system (VCS) repositories containing malicious configuration. This issue occurs because the command interprets VCS metadata, potentially leading to unintended command execution. This vulnerability allows a malicious actor to trigger this by providing a repository with a crafted VCS configuration, resulting in arbitrary code execution within the context of the `go` process.
A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.\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": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* cmd/go: Go VCS Command Execution Vulnerability (CVE-2025-4674)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13935",
"url": "https://access.redhat.com/errata/RHSA-2025:13935"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2384329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384329"
},
{
"category": "external",
"summary": "RHEL-108935",
"url": "https://issues.redhat.com/browse/RHEL-108935"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13935.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:49+00:00",
"generator": {
"date": "2026-03-31T03:08:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:13935",
"initial_release_date": "2025-08-18T00:53:52+00:00",
"revision_history": [
{
"date": "2025-08-18T00:53:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-18T00:53:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el9_6.aarch64",
"product": {
"name": "go-toolset-0:1.24.6-1.el9_6.aarch64",
"product_id": "go-toolset-0:1.24.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el9_6.aarch64",
"product": {
"name": "golang-0:1.24.6-1.el9_6.aarch64",
"product_id": "golang-0:1.24.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el9_6.aarch64",
"product": {
"name": "golang-bin-0:1.24.6-1.el9_6.aarch64",
"product_id": "golang-bin-0:1.24.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el9_6.aarch64",
"product": {
"name": "golang-race-0:1.24.6-1.el9_6.aarch64",
"product_id": "golang-race-0:1.24.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el9_6.ppc64le",
"product": {
"name": "go-toolset-0:1.24.6-1.el9_6.ppc64le",
"product_id": "go-toolset-0:1.24.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el9_6.ppc64le",
"product": {
"name": "golang-0:1.24.6-1.el9_6.ppc64le",
"product_id": "golang-0:1.24.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el9_6.ppc64le",
"product": {
"name": "golang-bin-0:1.24.6-1.el9_6.ppc64le",
"product_id": "golang-bin-0:1.24.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el9_6.ppc64le",
"product": {
"name": "golang-race-0:1.24.6-1.el9_6.ppc64le",
"product_id": "golang-race-0:1.24.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el9_6.x86_64",
"product": {
"name": "go-toolset-0:1.24.6-1.el9_6.x86_64",
"product_id": "go-toolset-0:1.24.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el9_6.x86_64",
"product": {
"name": "golang-0:1.24.6-1.el9_6.x86_64",
"product_id": "golang-0:1.24.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el9_6.x86_64",
"product": {
"name": "golang-bin-0:1.24.6-1.el9_6.x86_64",
"product_id": "golang-bin-0:1.24.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el9_6.x86_64",
"product": {
"name": "golang-race-0:1.24.6-1.el9_6.x86_64",
"product_id": "golang-race-0:1.24.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el9_6.s390x",
"product": {
"name": "go-toolset-0:1.24.6-1.el9_6.s390x",
"product_id": "go-toolset-0:1.24.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el9_6.s390x",
"product": {
"name": "golang-0:1.24.6-1.el9_6.s390x",
"product_id": "golang-0:1.24.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el9_6.s390x",
"product": {
"name": "golang-bin-0:1.24.6-1.el9_6.s390x",
"product_id": "golang-bin-0:1.24.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el9_6.s390x",
"product": {
"name": "golang-race-0:1.24.6-1.el9_6.s390x",
"product_id": "golang-race-0:1.24.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el9_6.src",
"product": {
"name": "golang-0:1.24.6-1.el9_6.src",
"product_id": "golang-0:1.24.6-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.24.6-1.el9_6.noarch",
"product": {
"name": "golang-docs-0:1.24.6-1.el9_6.noarch",
"product_id": "golang-docs-0:1.24.6-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.24.6-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.24.6-1.el9_6.noarch",
"product": {
"name": "golang-misc-0:1.24.6-1.el9_6.noarch",
"product_id": "golang-misc-0:1.24.6-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.24.6-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.24.6-1.el9_6.noarch",
"product": {
"name": "golang-src-0:1.24.6-1.el9_6.noarch",
"product_id": "golang-src-0:1.24.6-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.24.6-1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.24.6-1.el9_6.noarch",
"product": {
"name": "golang-tests-0:1.24.6-1.el9_6.noarch",
"product_id": "golang-tests-0:1.24.6-1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.24.6-1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64"
},
"product_reference": "go-toolset-0:1.24.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le"
},
"product_reference": "go-toolset-0:1.24.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x"
},
"product_reference": "go-toolset-0:1.24.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64"
},
"product_reference": "go-toolset-0:1.24.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64"
},
"product_reference": "golang-0:1.24.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le"
},
"product_reference": "golang-0:1.24.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x"
},
"product_reference": "golang-0:1.24.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src"
},
"product_reference": "golang-0:1.24.6-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64"
},
"product_reference": "golang-0:1.24.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64"
},
"product_reference": "golang-bin-0:1.24.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le"
},
"product_reference": "golang-bin-0:1.24.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x"
},
"product_reference": "golang-bin-0:1.24.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64"
},
"product_reference": "golang-bin-0:1.24.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.24.6-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch"
},
"product_reference": "golang-docs-0:1.24.6-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.24.6-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch"
},
"product_reference": "golang-misc-0:1.24.6-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64"
},
"product_reference": "golang-race-0:1.24.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le"
},
"product_reference": "golang-race-0:1.24.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x"
},
"product_reference": "golang-race-0:1.24.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64"
},
"product_reference": "golang-race-0:1.24.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.24.6-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch"
},
"product_reference": "golang-src-0:1.24.6-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.24.6-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
},
"product_reference": "golang-tests-0:1.24.6-1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2025-07-29T22:00:54.774680+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384329"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. The `go` command can execute arbitrary commands when processing untrusted version control system (VCS) repositories containing malicious configuration. This issue occurs because the command interprets VCS metadata, potentially leading to unintended command execution. This vulnerability allows a malicious actor to trigger this by providing a repository with a crafted VCS configuration, resulting in arbitrary code execution within the context of the `go` process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: Go VCS Command Execution Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because it enables arbitrary command execution at the tooling level before any code is built or reviewed, effectively compromising the software supply chain at its earliest stage. Unlike flaws that require user interaction with the code itself, this issue is triggered simply by running go operations on a malicious repository\u2014an action routinely performed by developers and automated build systems. The problem lies in cmd/go\u2019s unsafe interpretation of cross-VCS metadata, allowing an attacker to inject commands that execute with the privileges of the go process.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "RHBZ#2384329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384329"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4674"
},
{
"category": "external",
"summary": "https://go.dev/cl/686515",
"url": "https://go.dev/cl/686515"
},
{
"category": "external",
"summary": "https://go.dev/issue/74380",
"url": "https://go.dev/issue/74380"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/gTNJnDXmn34",
"url": "https://groups.google.com/g/golang-announce/c/gTNJnDXmn34"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3828",
"url": "https://pkg.go.dev/vuln/GO-2025-3828"
}
],
"release_date": "2025-07-29T21:19:08.519000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T00:53:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13935"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: Go VCS Command Execution Vulnerability"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T00:53:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13935"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T00:53:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13935"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:go-toolset-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:golang-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-bin-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-docs-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-misc-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:golang-race-0:1.24.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:golang-src-0:1.24.6-1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:golang-tests-0:1.24.6-1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:21148
Vulnerability from csaf_redhat - Published: 2025-11-25 02:09 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw in Netty’s HTTP/1.1 chunked encoding parser allows newline (LF) characters in chunk extensions to be incorrectly treated as the end of the chunk-size line instead of requiring the proper CRLF sequence. This discrepancy can be exploited in rare cases where a reverse proxy interprets the same input differently, potentially enabling HTTP request smuggling attacks such as bypassing access controls or corrupting responses.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "New Red Hat build of Cryostat 4.1.0 on RHEL 9 container images are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Cryostat 4 on RHEL 9 container images have been updated to fix several bugs.\n\nUsers of Cryostat 4 on RHEL 9 container images are advised to upgrade to these updated images, which contain backported patches to fix these bugs and add these enhancements. Users of these images are also encouraged to rebuild all container images that depend on these images.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n* netty-codec-http: Netty is vulnerable to request smuggling due to incorrect parsing of chunk extensions (CVE-2025-58056)\n\nYou can find images updated by this advisory in the Red Hat Container Catalog (see the References section).",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21148",
"url": "https://access.redhat.com/errata/RHSA-2025:21148"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "2392996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392996"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21148.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat 4.1.0: new RHEL 9 container image security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:05+00:00",
"generator": {
"date": "2026-03-31T03:09:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21148",
"initial_release_date": "2025-11-25T02:09:04+00:00",
"revision_history": [
{
"date": "2025-11-25T02:09:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T02:09:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cryostat 4 on RHEL 9",
"product": {
"name": "Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cryostat:4::el9"
}
}
}
],
"category": "product_family",
"name": "Cryostat"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"product": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"product_id": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-agent-init-rhel9\u0026tag=0.6.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"product": {
"name": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"product_id": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-db-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"product": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"product_id": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-grafana-dashboard-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"product": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"product_id": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-openshift-console-plugin-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"product": {
"name": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"product_id": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-reports-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"product": {
"name": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"product_id": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"product": {
"name": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"product_id": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-operator-bundle\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"product": {
"name": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"product_id": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9-operator\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"product": {
"name": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"product_id": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-storage-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"product": {
"name": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"product_id": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/jfr-datasource-rhel9\u0026tag=4.1.0-11"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"product": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"product_id": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-agent-init-rhel9\u0026tag=0.6.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"product": {
"name": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"product_id": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-db-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"product": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"product_id": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-grafana-dashboard-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"product": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"product_id": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-openshift-console-plugin-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"product": {
"name": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"product_id": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-reports-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"product": {
"name": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"product_id": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"product": {
"name": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"product_id": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-operator-bundle\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"product": {
"name": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"product_id": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9-operator\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"product": {
"name": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"product_id": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-storage-rhel9\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"product": {
"name": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"product_id": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/jfr-datasource-rhel9\u0026tag=4.1.0-11"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64"
},
"product_reference": "cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64"
},
"product_reference": "cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64"
},
"product_reference": "cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64"
},
"product_reference": "cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64"
},
"product_reference": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64"
},
"product_reference": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64"
},
"product_reference": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64"
},
"product_reference": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64"
},
"product_reference": "cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64"
},
"product_reference": "cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64"
},
"product_reference": "cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64"
},
"product_reference": "cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64"
},
"product_reference": "cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64"
},
"product_reference": "cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64"
},
"product_reference": "cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64"
},
"product_reference": "cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64"
},
"product_reference": "cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64"
},
"product_reference": "cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64"
},
"product_reference": "cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
},
"product_reference": "cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T02:09:04+00:00",
"details": "You can download the Cryostat 4 on RHEL 9 container images that this update provides from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available in the Red Hat Container Catalog (see the References section).\n\nDockerfiles and scripts should be amended to refer to this new image specifically or to the latest image generally.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21148"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58056",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-09-03T21:01:22.935850+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392996"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in Netty\u2019s HTTP/1.1 chunked encoding parser allows newline (LF) characters in chunk extensions to be incorrectly treated as the end of the chunk-size line instead of requiring the proper CRLF sequence. This discrepancy can be exploited in rare cases where a reverse proxy interprets the same input differently, potentially enabling HTTP request smuggling attacks such as bypassing access controls or corrupting responses.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Netty is vulnerable to request smuggling due to incorrect parsing of chunk extensions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is considered Moderate rather than Important because successful exploitation depends on a very specific deployment condition: the presence of an intermediary reverse proxy that both mishandles lone LF characters in chunk extensions and forwards them unmodified to Netty. By itself, Netty\u2019s parsing quirk does not introduce risk, and in most real-world environments, reverse proxies normalize or reject malformed chunked requests, preventing smuggling. As a result, the vulnerability has limited reach, requires a niche configuration to be exploitable, and does not universally expose Netty-based servers to request smuggling\u2014hence it is rated moderate in severity rather than important or 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": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58056"
},
{
"category": "external",
"summary": "RHBZ#2392996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392996"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58056"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding",
"url": "https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding"
},
{
"category": "external",
"summary": "https://github.com/JLLeitschuh/unCVEed/issues/1",
"url": "https://github.com/JLLeitschuh/unCVEed/issues/1"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284",
"url": "https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/issues/15522",
"url": "https://github.com/netty/netty/issues/15522"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/pull/15611",
"url": "https://github.com/netty/netty/pull/15611"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49",
"url": "https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
}
],
"release_date": "2025-09-03T20:56:50.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T02:09:04+00:00",
"details": "You can download the Cryostat 4 on RHEL 9 container images that this update provides from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available in the Red Hat Container Catalog (see the References section).\n\nDockerfiles and scripts should be amended to refer to this new image specifically or to the latest image generally.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21148"
},
{
"category": "workaround",
"details": "To mitigate this issue, enforce strict RFC compliance on all front-end proxies and load balancers so that lone LF characters in chunk extensions are rejected or normalized before being forwarded. Additionally, configure input validation at the application or proxy layer to block malformed chunked requests, ensuring consistent parsing across all components in the request path.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_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": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:6131bab8c57f7608d37771c0bbd0ba17daec52b641074ad86384a2dbbb43ddfd_arm64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:bbaf34588cfb337f4324c9caf2a8497610d69099291cbd573922478b7b7ee447_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:17cbab7fe73eb58acb9839aac0f0cf12252807df24b1239e8524c59c4fc8e7e1_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:bb55018720bf3d6d84acaa9838c1784eeec9c9e087a68e269182fd1f4444c825_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:1a88153e3a6f9e5c50a99169cc85e6be87765958a1e5df236e48f3a1643f71ba_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:c2e5d2779e6c54dd165e601f5238ab60b6b75cb444ccb5b28a32b8ee6cb68d9a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:7e33533e0ff3deeccabbd5fb42a72e27947137bacae8229470e2851e1f575dee_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:ecacef779a92182ca35c0c174cf3264855e3b7e4a842713073d26fc5e21fa99f_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:1576edbc051949f855996b297e7f36015186ef1f883d8f8d66442011d09572c5_amd64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:cfc2970ea2ff3d0f5dbe777fd8bcb2962a3fa123aa7692c48978960aa09011c4_arm64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:199cef0b50b631e9a8e0190430956d2274a6b0ccd56d4a8526f26a66e52d5f66_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:f1d16268cde3d09c07461a5f9f89f1919dc0e870b49805c66b827f92a2950678_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:32cacdcb0bb6f2cd20030c44d8b0f189e1f437e765cdf1c1d8d4168baaaa8986_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:eab8668b44394815a3e6ac3dfa7223660d8157bfc79e1bce9a6805f4fb9a4f9d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:757af424dad995da441b5a104cf2105228aa81155b930ddecb107c8995d35002_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:896d478190a4db75aa48f27b8924ac549e389279d0bccc55af441e3dedbcede9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:0f761afdc28f562ab3802015a077a0be8138f95dbe5bc79314fa8536d9a8ec6e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:4f111af2b04b9790e679fbcaf0b972f2cc9ffd81bff1e050e1ee16d67934b4d1_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:4b57bfa593719ddd8c42e68593aef24c5bdb9fee0916dc47922e2a012ac58bd0_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:58161e06e4ee52211100dc245d37732930d9342e067ac5e747adb752197239ee_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Netty is vulnerable to request smuggling due to incorrect parsing of chunk extensions"
}
]
}
RHSA-2026:2571
Vulnerability from csaf_redhat - Published: 2026-02-11 15:58 - Updated: 2026-04-01 21:58A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The multicluster engine for Kubernetes 2.9 General Availability release images,\nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.9 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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:2571",
"url": "https://access.redhat.com/errata/RHSA-2026:2571"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58190",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_2571.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.9.2 security update",
"tracking": {
"current_release_date": "2026-04-01T21:58:43+00:00",
"generator": {
"date": "2026-04-01T21:58:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:2571",
"initial_release_date": "2026-02-11T15:58:30+00:00",
"revision_history": [
{
"date": "2026-02-11T15:58:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-11T15:58:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:58:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.9",
"product": {
"name": "multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.9::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Acc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Afea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770594104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770302751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770104648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aadfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770190066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Ab7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770667801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Acc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769895731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Aa6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769721748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770364471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Aa3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769752462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Aa9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769806916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Ad0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769990869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770059015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Ab95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770693331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Aced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Ae6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ab8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770290544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aa6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770039904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ae448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769844051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Adc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769744081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ad23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Af9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693824"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ae4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770594104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770302751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ab2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770104648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ad9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770190066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Ac39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Acc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770667801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Ae7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769895731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769721748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ad0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770364471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769752462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Aa53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769806916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769990869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770059015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770693331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ae20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770290544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770039904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Aba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769844051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769744081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693824"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Abcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770594104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Afd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770302751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770104648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770190066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770667801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769895731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769721748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Aa86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770364471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769752462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769806916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aeafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769990869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770059015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770693331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ae374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770290544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ae04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770039904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769844051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769744081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Acfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Acc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aaba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693824"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ade69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770594104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770302751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ae5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770104648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770190066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Ae9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Ae0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770710226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Abdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770667801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769895731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769721748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770364471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769752462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Abf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769806916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769990869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Aa3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770059015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770693331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Afd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770290544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ad69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770039904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770680575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Acd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769844051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769744081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1770161905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ac8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Abb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769693824"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:58:30+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:58:30+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2571"
},
{
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58190",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-05T18:01:26.511908+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437110"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net",
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "RHBZ#2437110",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437110"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4441",
"url": "https://github.com/golang/vulndb/issues/4441"
},
{
"category": "external",
"summary": "https://go.dev/cl/709875",
"url": "https://go.dev/cl/709875"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4441",
"url": "https://pkg.go.dev/vuln/GO-2026-4441"
}
],
"release_date": "2026-02-05T17:48:44.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:58:30+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2571"
},
{
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:58:30+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2571"
}
],
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
RHSA-2026:4423
Vulnerability from csaf_redhat - Published: 2026-03-19 05:29 - Updated: 2026-04-01 13:35A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.15.62 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.15.\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.15.62. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:4418\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.15/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:4423",
"url": "https://access.redhat.com/errata/RHSA-2026:4423"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4423.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.62 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-01T13:35:37+00:00",
"generator": {
"date": "2026-04-01T13:35:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:4423",
"initial_release_date": "2026-03-19T05:29:11+00:00",
"revision_history": [
{
"date": "2026-03-19T05:29:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T05:30:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:35:37+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.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Afd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ae79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Afbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Adadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3Ac0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Adaa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Adaa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3Af8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Aa1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3A70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3Ab19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3Ac5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel9@sha256%3A80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ab7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3A2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3A35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Aa4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773066913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3A6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773067104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Aedb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773025638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aa468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel8@sha256%3A0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3A60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-csi-driver-container-rhel9@sha256%3A607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel9@sha256%3A1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ab053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Aeb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ad7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel8@sha256%3Acba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3Af6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3Ae870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3Af5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Adcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aa28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ae423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Afb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772459252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Adbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772501601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Ac43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel9@sha256%3Ad2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3Acb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Afe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ab7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ac213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ac0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Ac7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ada9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3Aea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ac7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3Aae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel8@sha256%3A703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772906451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel8@sha256%3A7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3A2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3A8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772933977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Af02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3Af84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Aa8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Afe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Acc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3A2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3Afa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ae399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ae38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3Afcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3Aed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aadddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3Ad155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773023562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Af1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158726"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ab3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ad7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3Ac22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Aecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Aea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ae355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aa1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ad401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ad401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Ad8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Ad8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Afebba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3Ab474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ad72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3A22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ab38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3A1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3A0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Af90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3Ace6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773066913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3Aef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773067104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3Acfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ad8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Adae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3Ab070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773025638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ad415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel8@sha256%3Af2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aa3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Af5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3Af06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ab2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Ab3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ab054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Ab64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel8@sha256%3A2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3Ab0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3A8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3A1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ad1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Abbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aeb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ac39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772459252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772501601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3A44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel9@sha256%3Afc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aa52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3Ae558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Ae14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Accf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ad788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ad788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ae580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3Aab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772591753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ab53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel8@sha256%3Af8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772906451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel8@sha256%3A910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3Af76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3Af052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3A939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772933977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Abddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3A4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3A23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3Ab07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3Aed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3Aecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3Ac2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ab539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773023562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594576"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Afc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Afe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Abf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ab5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ab949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ab949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Ad571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Ad571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Ac92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Ac92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ae1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ab75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3Af79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3Ac41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ace5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel9@sha256%3A5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3A2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ae2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ad7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3Ab8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3Ad1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773066913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3Adb95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3Ac681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773067104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3Ad76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773025638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Af5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel8@sha256%3A6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3Ab1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ac29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3Adddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ac3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ae2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3Aa781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3Abe5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3A7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ab80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aa7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ad0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ac4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ac94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772459252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772501601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3A59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel9@sha256%3A671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aa255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Aa90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Aa90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Add2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ab49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel8@sha256%3A9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772906451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel8@sha256%3A5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3Ac0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ad69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3A769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3Ad2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772933977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Aeaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3Ac652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Aa3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3Aa261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3Abbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aa4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3Adb047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3A4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3Af6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ab3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ad7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3Acb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3Adda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3A539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773023562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3Abf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3Ad59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594576"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Adf64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ae70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Afb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772166357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Acec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ad7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Af8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ab65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3A36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3A270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Aef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3Aef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Ab243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3Ab243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3A97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3Af96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Add05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel8@sha256%3Ac10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3Ad3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Adfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3Ad694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773066913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3Adc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773067104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Af6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Aec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Acb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772168698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aaeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ae849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773025638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel8@sha256%3A5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aa019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3Aa969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772905800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772595977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ab59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3Ae2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3A7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3Ae2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Aa45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aa98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ac29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ab432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Adde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aa82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ace85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772459252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3A7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Ab45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Afe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-operator-rhel8@sha256%3A04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ac53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772501601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3A920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel9@sha256%3A416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ab75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ae8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ae8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Abae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Adde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Ad4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Af5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel8@sha256%3A8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772906451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3Ab9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772913731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel8@sha256%3Ac5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Af92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3Afbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3Afa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772933977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3Aa14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772596248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773239872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Afba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel8@sha256%3Aad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel8@sha256%3Aa06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772718295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772159988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772593753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Aeaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3A9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3A726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772161632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773023562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773197106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772590796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Aa768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772160722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aa589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772162138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772158296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772594576"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T05:29:11+00:00",
"details": "For OpenShift Container Platform 4.15 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.15/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:0301752d0cbc1d62336f5c467be4b63947e882750760243f513da5c6c003289e\n\n (For s390x architecture)\n The image digest is sha256:92ae7546248ac2341469a7bd801569e225bfab6177fae12a1aa90c990e96459b\n\n (For ppc64le architecture)\n The image digest is sha256:ba40e267f4ff9a6150513e3b2411032cbedbe4ffc0bed012f17675e5a40d473e\n\n (For aarch64 architecture)\n The image digest is sha256:a780ba0cb96fe8e52708f989caf17a7aebc38142cc43aec45d063e5520190761\n\nAll OpenShift Container Platform 4.15 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.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4423"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T05:29:11+00:00",
"details": "For OpenShift Container Platform 4.15 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.15/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:0301752d0cbc1d62336f5c467be4b63947e882750760243f513da5c6c003289e\n\n (For s390x architecture)\n The image digest is sha256:92ae7546248ac2341469a7bd801569e225bfab6177fae12a1aa90c990e96459b\n\n (For ppc64le architecture)\n The image digest is sha256:ba40e267f4ff9a6150513e3b2411032cbedbe4ffc0bed012f17675e5a40d473e\n\n (For aarch64 architecture)\n The image digest is sha256:a780ba0cb96fe8e52708f989caf17a7aebc38142cc43aec45d063e5520190761\n\nAll OpenShift Container Platform 4.15 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.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4423"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T05:29:11+00:00",
"details": "For OpenShift Container Platform 4.15 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.15/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:0301752d0cbc1d62336f5c467be4b63947e882750760243f513da5c6c003289e\n\n (For s390x architecture)\n The image digest is sha256:92ae7546248ac2341469a7bd801569e225bfab6177fae12a1aa90c990e96459b\n\n (For ppc64le architecture)\n The image digest is sha256:ba40e267f4ff9a6150513e3b2411032cbedbe4ffc0bed012f17675e5a40d473e\n\n (For aarch64 architecture)\n The image digest is sha256:a780ba0cb96fe8e52708f989caf17a7aebc38142cc43aec45d063e5520190761\n\nAll OpenShift Container Platform 4.15 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.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4423"
},
{
"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.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T05:29:11+00:00",
"details": "For OpenShift Container Platform 4.15 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.15/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:0301752d0cbc1d62336f5c467be4b63947e882750760243f513da5c6c003289e\n\n (For s390x architecture)\n The image digest is sha256:92ae7546248ac2341469a7bd801569e225bfab6177fae12a1aa90c990e96459b\n\n (For ppc64le architecture)\n The image digest is sha256:ba40e267f4ff9a6150513e3b2411032cbedbe4ffc0bed012f17675e5a40d473e\n\n (For aarch64 architecture)\n The image digest is sha256:a780ba0cb96fe8e52708f989caf17a7aebc38142cc43aec45d063e5520190761\n\nAll OpenShift Container Platform 4.15 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.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4423"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1ccaa334614349094cbe4e6cc1a4b0b0f7520da8f4f19c910a139ad471426a47_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7618237bd8bc1bc898fcf0df9c1f5e9b2f73df8590bebcb2cff90956ea0d7c0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e2c2aa019971f1ee0ed4a00f041c0ff20fe7b5df0051fb96c61b0e3e4f4ceba9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f5e0451b4daad962e2354a7eca5d853ef688a47fe59173de7006f5b258113611_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:415e460d47ea62b11dce6dce314195d643011bb373104c684a9ea145f00bd5a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:642b7d3cccc81b1c8ca2272090ad7967a9bef48bbfb94c7848dc7906bd2ee833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3004eded586b39514686e599602b7a5ccd89a1d81ffe814ef9a46a4b11adea0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:febba09732b01b39432ac13a77659bec9b8924ce73c92ebd27cdeae17aafc63b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:00ebbc5e47cb63f95861feffaa3bed947d15aa9b9515192b868811b6f7e5edab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:4e4389384ad67e0b355b637d9388bbb17b8d4973ed108182fb60baf585946a3c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b474496954fcadfd4b717b9a44ac8651504c5ccbae4742377731539e1a97076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f8603a7b6bee306e845ff46949cad1375bd1aa636e2bef8c89f914c739a31ea2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:5032d74143246e38bd5ec13b3230d70a7cc8249a0650a0dcf75ad4f7b58c9c71_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7e89af48be57342908d8935a6d8ef38097f6df74d1e6facbc6f7c2ed80542d40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:910292db2bb21008afd27c4bceac283c5dbfb46ed7914f2db158f7924050f4f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:c5b8c25f430b68e2ac6183c1bde5e13b876e01490d58cd628ec20b5ba7ca1911_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:097031e7511b65c55d5a90cbf90c5ca40fdb60146f6610de9b3974bac44f0d27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:58d98c797e6518bae1f7ef0a46209d742a33d1e60f9ae591b20cab9d3208714d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c0b402f37fcd350eef2064e0a2d07759e3860f6da3bc45c753382f5e5c157528_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f76445a3501a81fdc7e5f3ffc461228358c9a4358f9f32ff80a9da6c2e9df416_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:00e89278fda90023de4fb49f9010928d7ee9ff33c6df3ade753f1c7dbef5cbda_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:581688f998b02a2c4355652ef6771b4567ca8807affa3c2ea98b1615a3525684_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:6a916b3b562167c3360a209b180e6bbab4a065e2fac6d759982be75eaae24ba7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:86a2046f234e8cf1d53069f2de2411f488e5d9445cc6ee6e14881f5299fd201a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:106d62bf8781e80f4164887effd75bc2b82eaec523a35e3890da9e014c0870f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:889ad33fabb9a40455668a39788dbafd08e82ade0613c0d0b7b1a24ab102db29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a8d69b3071bedf57cac6cf157fa2d6997044669c856ee8fa8d7aff2eca1c9a15_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f90a98c226eb9b7be2f21cf0a0f1bcdd6bfec5153dc90fbe8e46a843c93b18ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:9e3274e9004ed456b44b5103f26141b55c660fac05e9486fc721109949ba4b5d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:dda5034ad4a1443c8cb897856e821e55e2eb4a920dc45199563377dca36fbfb2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ecdc79ea2ecd2d81cf78a2b758d8870b8e40a6a99d73c4fb76b289cc98e091c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:fcde2417efdb6e75b6d97b9d79a257921eda6939bc792b6d4c829ea37146d808_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:60e9776c82f92443d1f779135997431f5963bbe52e44eb3344a8c9e736b04d9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a969c335fa4bcce6ac8d0e415cbe307bee96cc56191b067ffcde02f09eca8c97_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b1113e4b54ef9440b2cfd9cbd0c9570cb60360545185d07abebd6c69d0732a59_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f06415fff22c02db1ba175811587630afc93cd9ed8300439fdebf65c902ccf4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:03dfcd3feb5f57211265a328218ae03bf9ae649fb7aacc26e2cd0102b669400a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:10a2524ba16cc87a6bd54c9732f22ba1cb5460329bcd9856f7b766303ba5996d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:28e81a642c4d555c65d926010b81ec94db99bb71bd60770d530df7cb5da2126e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:91e75c0b46d0e4c211ba5c420dcace65e0fe5b6a7cb76d516398c7288a2ead6d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:18b52d0da1db776cac4c4e138175db28f9d56f7010c19982d58af2f6c979f2f5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1c71a3c0ca2ef8c5fa867a25196324cfd0a06ba734ba17247f885ce8aad653f2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:606c98e76c9fee96424250643376358c8ffd466e12d6406fcebaaf2991ed56e9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c29f6cc00e8d78fc6dca562702db419b23b23a1c3750df38a53506a998aec77f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:245e9556f775a715d341b8bcc8b9f8a0e5b0e260278389b3d8709a97bfc6a539_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2ece0af86baad41d2ad34e7989a0759fc0f9d4e3c86d8ddb8e510643dbd209dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:43af29761191266fd04bce0bebd463c901a96d507dc2df3a0ef62b76c066120f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dddba784a0076f20f7aaca51c0548fa4e0f8c8a66f1b49e8e127e59a4037d4e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:9a9003f132e3a80d1e61e0a14ba70673575486a11fc63047dbc5da54de484220_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2599be5ceab50411a29585f54d94f68da94380f774cdb9066c4f51b9e3452e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b59736c62286b880daf649475b3dffe3953938f11adf3f521ceb2f86683fe47a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3ca77796db16580ac8ddaf9aad0dbb89e49350581e50c7f4266e2ac22df4503_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:12ce88f9e1a1b71234df78a946854d94398c7801c2a904f5c870a7e738520327_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:607cf17c11a75640da74bf1a62ced4c9f91413170babedc7632e31159694a7d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:79863edd2c807223160815e6ac9076f5c9f7d9d4e0c9a63e74740e94c1dc1655_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1adb6f2554e704eeb14408296b20908df60f6152cca214988d9ca83a43fca85f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0c8085904c6a53c34ebc33591d0df3dc9bccf4438b54d1f3fa3c71cfdeed5a93_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4427a3d331d370adcde4e48a88976ac542b35adc70493a34341a587132b65722_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b053cc9e6d2d1f6545c325d21e70c262ca93f0e942ce86de8ae204cabf23295a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2735dcecb21abb6a354be27563a10d6dde2c4680dbb460e54386f49a99230e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b3bd309b05fe3d8dd795f9d01fe7a8d7ba14ffef928107271077fe3c7f5328e2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb52b4fc935108cd8ea6bec272c3b6ff80132d00811f7db7f3be4aefb7bb2999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:36b2e8c424f6335fbc821ec3843e9a9a7e69ea3be9ed5e2b7189a8b905fa1e44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:601a2aa24b8e0187b38a706e39b77a72fb98cb68ffacaec86aac1a359581ceb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d16f1b917093659257ddef99ee174b3e1e7f036bba4eef9f5148c1b96bf51477_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d2262c13bb730e74702ec74505b324e96ceafffbb2f16cfa239c83b24644f7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1f78a098c229e4a21ac4e6a2e16069d09e6f56af2f4ec4d2b89e804fba98f086_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:79ce736babbf630680f1ffcbf525560165dcc1f1be4bfd883974668fd965a156_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a716ced337536b650bccff73de12593dc67ea5e4ad9ad6428744e62439826f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:b054c1aabbe8abf6c43ba43a3f82139a0499cf3f3458413c00670f5ee42b8bc2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:150463c7df0f1a2e5df149889ef5fd9d614300433267ac20dcb0f2ed0c6ca7c9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:3a825d7c879109d52d88d75f57529a91bc73d99609e883e42afcf8f55b0084ed_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8c6b66b93af840203300ae81f7395d890afcbd6e528efcee7b635f25ac6839e7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b64eb930a8cd3798f4662abc3d028f686de7a65f8f1c9fc041b0c34a432cf4b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:545d1d4fe56ebb5bbdc8cde5f85d1558a30e4086f7d21acb954cc74653fa1235_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:82998614a560e1ae4d8d7682738d7f162f401e9a4f037bb3ebc921c3107efacf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:239c2b063d9bf516c8a44b6bf1f3a3bccc82b0e2321b41561a9115bbe4239d87_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:36358d47459b6b8c7da1d3244f596693d47552fa55565caad9be46082ec21daa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266509cded5de65409f4364013ee875b7978a4bdb30d51b99fe72918ad47eafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d7c6032247db60f4beb4bd30a485cc8b116446e46455793bdc41477aacebdebd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8166b283cb82e2b486711f7effc734a3411d751ee09be017f5df571fd5429261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8a3bb59247fe04e6bf30146da668cee7dd091aa48d3e5fe7d23804e2a4d78da1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:39d8663286824c9eac3260b341397d1b6bed3bff2d1d52e02bea213af216981a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5c22e6c63cc7194b50d5dd2a6ff730dbbdcd26f9455c737d209671f5142af69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:2c5171e5f278b882a3df676f3a5d69fa0852c2145fa69138c93b45eef54c84c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:cba86102d3d1641500446a2333a7d1b6960dc17b206cad6dbfa00698c19e0b0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:9765cc5232666703ee3003e877f23d3092a33812d8685c19563a02ebe3b5958e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:a781bda4a49bb3c2bd1e60243a6013c74778f5fce5ae0d79c8aee701a818cc54_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:b0202ae9755647c1108ac224e77329d07f8520b1797b4f2787113bc6a7808c7d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:f6e6929609deb8eba47d67ceda5faaa2e7f8988ffa9d8fc0636df285fee781eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40ff5e69b7fe866178dd0cf81a314fe7aabaeb9db02d118b57356d7b4cd8b7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d7bc5549a4770da0879347e2a4c6cc7cc34a9c42b448922f1856e16f8d60cbdd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fc41c49d6fb4d2a448386bd70cf160173d3e3e5bc96c5f309af9f0e8fc6cbc36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fd37d7a392ac24cfb86fdefcb3c36224375396f320a10855bd6b39e2074798ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:04c22c4c9497b39947da92896db50b2ad9a7fe67aae7a34493a333a624c38666_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:676df760073e637c62fc9853f7077fa3e9f8e6e6ced9d5f5911425dba6dae634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7bb78a9b61a0653ceec78dade6ace0bdcdf1361ed93003221b1f06d3361fc710_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:810378b412f266a94955ec410b18e829c8fabf9719ec446559b9d5814839f48f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:661323a796ec057cac3fd917aa8e751fb951340ec23fb573d2a3b9bd1ed7b038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7a415e68db8753c4ae9b790a4d194145957f77b60c95e4c3ec0adf5d569aec0c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e70ac306838605c2c6928bb25f2847cfd32cb3dd2cebb6bafd656faaa4be16d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e79a58d5ed99672be80b1eaaef2c4f9192bd7afb0f89ef3811f19acba2c8154f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0b3f71814ce8f783cbf9227291c8106d50d31fc7de0d3819b676383fba82e427_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:47e72f75cfd1d522fb1c84d5eecffab68ff8ce2a86308f971376411bfb4378d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:76c3fd366ce3e197500b65b09e59147171ce17b9c40a7d092e9584feb000d870_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e2150c2b46eb97b111948cdb6bd452102bf64c1cd3a384966ea74fcf6b25ae16_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:221fd10ba970be5b61d5666aa62c494da27723813c59ade5f29769a0ef44ebc1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:3b0701a1f7ef072047c97aa6423f1cea84ef5a424fad89e39ddecd5a5b88a69f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:8980e86968893c5c3eae78aa5bd419d4d7d5b8403516bd6005ca20efb45a98fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:db95e07432a5c18799aa0f4fcf57f3a80e351739bfb3d05bb5314a6727604f75_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7feee9a8f99493c23f51af0c316b9755630863ea7ef684b697c643eec2040004_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:8d68b2db58f7dd363ad8a341c1988348781a1960f722374768548eb19bc582bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:be5fa85b450cc3a590d526564c890d45c8a5f6a37c4865e287afa4e24c1670df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e870edabd377ea0494eea0b880022d434228399ea48b77f55426c67b757a4863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9e0cf01dd99f69bb402bbe56136bf6f1b8ca3f5106b6b03d8815c4b206018b11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a45e7511dc335ed0c18b912df9d64da55bf1d185b47143f4b4636478ca8087ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b80d64cf6b2100de73288ade9923e6a6b075736d6148a621f0489780b9a462ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcd877c19d6534a3b1aa36d1e9045b5c69ddeb0a1dca96b09eeaf55888133341_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3a71e60731e49947d39fb8687c211be8e9e97a162c362063a709d2f22675a8d7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:482717d12d058bd67ecb570ee7f2c262e19ad11c4fb0c5b5c016fa5dced41282_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:83efdd753fcebb866c0c48b69ea5db83afdf7c76c2aa14229bbb7f9c31a5bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d1b327be4392ba55f88178016f71cd1b9ff5c6db098839fb7a7a36d8777c6987_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:055252d15018cb690b3812091d308f8e15724adc433bbbdf7e92f3fdf2174b81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:46b86781dc3633f0824311ef2d72e4d19e0481b91690ee93d87fb715a6e3f3ad_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:51ab17d02947c014823219548caf84ef90555bbea568c18e48624d916ed97877_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee8e8598cd6e765704983850cd0b975fcd07e59f286da667245796839fcb352c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5f19b2008af785baab6d092b2ac346fddc51f303c84a329723d747fe1b4cfa8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8dd210d61bfeeecc76d05452e6cbcbb1cbc154e047d2eb3142ce18a827499bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3747dcad33bfd43ebe93945504693c188273044b761f0429d8dbd1d46558615_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:df64995bc7595d5e5b974a701f7f2e7b72453e7727ebd1426ee69ee175d77d0b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:76838fc043a5184bb7335d31921bd7464a56f1d6f0bfd9a130c532d0338f3f21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7854e709244e10fd536ef85ec6b8e91bf937abdd82e5b2c7d74f00903b257f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a98711a1e8b86ea05bf7300ecf535b7a19a8ced4978e02719eb7a88c9b42759c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bbbc37a3a2ffa4f45350f02f4ece818d38dcbc735bee7e99af83a6dd649170ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2a104a3d6d12e5e35322e5e7afbae61e1fb1d8fa3b4691502b5c30c0320ba16f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c29b8d6d30de4771f3d805f89dbb2d5685be1e60c6629848b71292ec36309aa9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0171a92a91635f516a808ca7be4adb6e1db0bdb497db1963cc9816205f5f1b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb9c2253ce99003409e9a94c116b4e9ff2c3ac78100615a05c1ca4a8c362c2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0280df8c73b8f1522489cb8b2ed010b24a10ba087ca1874c1bb2c1125fb617ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:59d49bd3375b6f341d3ef26ac59758f89228fc1977963125cbd8f909f961b0df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a52a0b99402befffe96584a55785866824c47c2579d2bc078f321c539ddcd93d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b432b8b1021b9c9a9a5e19c62ebb9a3e2ae88cfb4c8503d899d871e6275dda14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:55b71751aa5669d1e0f13b2cc0751ff1dad513e4b59977e48a7ad98e51a63f30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5905070cad3f27b5b786d21b20486e61f0788f8174991e08499e15a02213e3e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ce35d1cc392c58c8f581eae042bde4d7c47c954ae182ca526e42b8955fe1ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a28a66fe78bf6d4dd7070b002369718d98f6f06790364b69b574acd057ddb357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:207a01898263ea21237a6794cc3cf46b42f2ce0f876f5eb1ffc2b958951caf9a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a748112cb3027c52f3922623feca861cc855681759daffc08fbb23ebed8bffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:51a0e3271147bb16f2e403981995578cd716c11d6c77ee1f81292ee72db50085_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c39f0e2eac7d6e9d1308e091a335573f9a45efcbb7149485693cebdda3e39252_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:51d424f55c5b6aafa59af7d471dff84fbb117a95e92205273232d06b85d14332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4c90172edca117396654e5c0d9afc7a465d7ee957854aac5448c17b23b12a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dde71d0510bace36d2096309d0c532575eddba6818792395fdb1decfcf1182da_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e423653887f10b1c7d2489869b427db96039a656c275e9f497a4738390f162d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:46056442551301f05e713dcecfe2e116f5c86ca0790b55073f890de84e1f2fd7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e2dc3f880d0475daf4d59d75bceca9124af66baaef7d4ce3add129f81e9726a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b9775f6b2d09c0d1476579695afafec532c3e9eea16e1699cfcc6f41c734091e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef81fdc159406342f27453965192fe008c9710d6f2769456d66a23668aa6dd25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:03ab7d139a12b9d1c103ede90bb0c0abe756fdfb80cacf007b9167eff11b8856_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:194b86b664c5acd28b1f87b5d94c93448e78ab71a07d3a27ff2e586be31bb39e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:469736dcd73106794a2fe57efab5c503aedc30a7dcde601ca2a9edbe723ad0c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5a9f1f422f6f2c33c8331ced384d70a54819aa6829c4473f5a6144ae12d230fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:098e9bbd9d9cec1713e8a9136cd3b31d51e52b0136d16d42b66adfa2450a2703_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3dfcbbb8113ab07568b9558714e100d342a819cb6ef2f8189818d1db5190889d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:80a20fd56bde24e461a89903a0544451946ca26db5158c08558dc15c7c2b29e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a82aaf5295135da4b9717fa3c2616d6420a3a954d4ae5778b395ccd1d5db972c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6a7d71a710219505766f11560f8d88e70c4ac10e57dada12dab583f3bf5ac224_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:890d32c3b88f6e9e4bc9ef7e64d2e5cf579712c19272223f721a9028f10b4163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb827b25a522098021130f093c86bd91d3feb054e0a4dcf9eb386d36df685331_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fe5433d47f09cacbe129959ca7fd235b5644f27d5c7ee570bdafb4edb505c13c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:43e003bdf436ec05946459fe7d376bd0238b7bb19b8b5c60e0cf587e09929b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c94172550eaa4ab28213af107c1d1349b9395bd0df38fb24c35464319148f03b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ce85969b1f892f49a19bfd1433ac0b99ba98fb7d6832ab3e45257d369b2f0dd9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:fb9ee0eaf04d9157984d5a21637a0b09c08cf5ed7f91c23603097880ecd26bec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0a7c35614bb2d5923af5032c2baea846d2e0dc172fb549f56458f023e9a44e7f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e6516aeee42639140d5e97c4e2290f36c9e77123ee997f8e46db59bfddff56b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b45159b46d12f0cfb03d78e85b018629456c9316486035eb9eb3257d9abaa5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ff8fe56f21f6e8cab81ff6eddb0fe3cc23213d2aa1cd4efb9f926ee6d11d4402_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1e6375751f5d45a8c731427595f3a6fdbbb89c04f3546fdb30f68aae9fc29fb0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2f653c946834c9f901f496f6e5f4fed1a351767265ffdd181661c5b7e27b5f9b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89318a29501a4744fc88935a999077d30b942e559dd07b94327af65e77498931_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e2aab1fe1ab8540cdd355899e0da31dcbb58f1fd5231570b9e70a368f58d15a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c1f0fd1fcdd50bef715c744545db5095d6c56de14aad4822457a5634e3c5683_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4afc338572d4ade569960ceaf8183d609430fdf55cae41cd03da14e4da5c8cff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb22413e46b752abb13160c3490c904eca701535f4cc8f08ed6ffaa3ebd84bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fe4d8bda430ac12c0a238422420e0dec538492ab102ea5ccbe6a314565772799_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4cfdf4e8b405bb87ba848cab25fc95c30c2d8e201182b1749e7e0f0e40e22ac6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d1f6c5bf6db2812c2ddbcb842de85b5e3560233331ac8b97bc081ae7f7c745a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ab7627afe9c3bf601dcca36ba76d046796e7685eff4dcac199f4f7d3d24cb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9b90e50538e0756a1141a8169ca312cc3de32c3cd3a6d014fb5ac10408524ed1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0687f3b896e7d95a1e0e4a4e7473c6a7fbc4a4ec41f8a5fe304c47cbf68adbb4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10caa216d1eabe9512eb32fd913f5a9ae8090a639a13afd1b75f894abc03698b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:31ee33db0fc62d5b640ba8f4fdc7c7e020aa1de059bdfca2bbdb25d9e383b849_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:796bc85225a7eb175b4db52770cd1cd855aaa4cde43a40c01c4081e3e2ab1c94_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:27cf190b26da380dbf64d876cc1215d66e1d1736e5ca48dbc8f2a657587486a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:446cf78abe4bdc24dc0a655b116d9d38a21bb7344ca72e186c60f331981959d5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:460752ed018cdba4672008298aefcda6ae5754d7312ad2aea8a3e0a5e485cd70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3398e8a86b64d51f24c6ad0d163f08e6893fc3e7e60ff3a4007c71b54d10274_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1dd5e3828531fd164bd5cc7b14aec1f38598aa9bd33a002cfb889b6acbfd1883_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:219f4ae4a2408e69924b324614cc89ca921bf3e31b7d7d738cc48fefa53adfa6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28754849715b7820a42cc84a7d82722eadb6deb66e73a6a89e86ee16613fea76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28a8a062d5016492209df4333f812f5eda8e1fd15cc22824c28ed37c67097081_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4f845fca0dd8cbf6a8b04a3d2f6557c0491685ff0547963f3bd9d83f582458cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:94c37f634b9ed2f53466c22f04bf9aa07754ade4a64279d1c459ed00254d1256_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bf47491fa33bdce1e57db9354a4212b93f42bb7c4322f90b114f02916bd9a32f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbb63d46e624ca67ab7e372ebef0d91f1d98843a2c4a9a619de0bbdce716625e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:880e9fdd43544e8d01ae6f2213ea846b456db941f4a6a8398c3f7d305abb1314_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9f30e9760cde57e0a0ad37734622f62cab6c37bab3bd508e59068e547b6daf04_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b621e8596adabeddfd9ef0739d0f1cfb0e5fc346148f3142ab320d1cb1433e4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dadd9c5400f34090c17cc54b2e4b245203c35b1e338fad79edc67aab78c5774d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60f69d350a4ae7a157985ec4ec63ef6a9eb09a32010341b4af6ac2964ab7b150_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c2b3f9dca689140faa90623c0d6f71b3c276df52e9aba2a5be876807fa43d79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a714ef511f33bfbfe0818de883d9c0ab8fc955a66cc832440cd35fd7d4194ee2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cec52a854ba928fbe44c2836ee83c27752eca9283832eba6942186db74abfa1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:04daf496d52f4c46c1862674c5e2862609b9b0c8fe7cd45a931add7c4b309ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:4aa28bd406d111f33365def9de57ddb4436e08a82fc08b9b522fd9fa52d0bb27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:55ada10dad718b36607c08eb9e90d750026b44b3293802c46eb5c9e318f115bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:68a5c47db5fdab9dce654c75947315d6eb388e87577678681b876b7bbe69a0bc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246e6e6938444b5fc238900a20a9de813864301cb12136c6e602de1de452b264_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2ec46e9ed8b732421997e4e80261c5665e9120aaa6cce2f23ccedf518f08702_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c53b98d1e1047be8b9ded98870d7ae660bc9cd93f0982952afb60ca1507b76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:dbfe942104178a9a5beca6e4d0a1d46a392dff573788f528c37cc843d40bcffc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d77c319e9185de9d6537ca7e6e1a75152e446c0940ed84f2d3ddc8c295988bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:76c1cc06894a6fbd21a73dadb1e02f8baeb80b97e8bedc1b620498267659ee94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7a496ea7d9d0822245912958794eb5c22c24bf9689382542aaeec76215d79bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8e3ccb627e3230ce8374310e1c4cdb988a3d41d18d180127f9d29510fbb1044a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:416229b975afa59f6b0d91ba2bd30dd655a2424387993524c692aff03dc34e22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:671b0ea3150a08c1c0305453bb88ce087a3e84aa01fb4825fd411b07c6444dc0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:d2e584de15cd15124658178a25afb8a4072960cb5fd467dea02bc37180f868ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:fc4c1443a66f8cce04b4aafe55b4e42a35ae2b37c912bdfe4a6db5c29b7b9448_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2801ccdb05efeade6cc1de071c96ab7031995a0b1097b174a7c8695ef23b78e5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c79a0c9f6f29c5155f50394c9b9e4460247b127466342b485ef5f8a7c6bb2be_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f98456d748c89ee78e1949a90357a2777b60ea7820ab6961ec573a0987b753f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7d823835db2801fb38b0affddc86bfd3d143ef2dd45931b9652f5854c1c2208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0728bd944a9d261baf11603fa0e4878c250675cbb5c6e2ad15c2294b575a6eaa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42a7049f1fe6e208e6aea3361aec96fb97c15372caf40306b465b405d4aecc95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a255e3caad36ec4b1bcdc3f0d97292164d3c2524e1fbd1d5a7ea8c7caabe8c98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a52ca16d32efd2e6818859c16145ab1dcbf58777c30989b7ab8d2d71bb536797_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3e13df462f67c28b0b30ce366bdcc3f3049b40864bab84641471207d0f2b3111_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7ebc4290de3067f81c2da24eea8fe29dd49752431c9900c896419955d4a0916a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:964d60d112dcfcbaad072daf218d115d7c070611a5394592986c977b1d4010d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ecd44ec7e834e6ba91e966152eac929348d18909e47455959b630d01a3014a2c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:38f4ea386214e7839b63b7852f90d44df21cfbce833ad7bf159081b623304b05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6cb7a71a632217ecc93fcce6fb06e5fe168424a472e73dd26f514e934481ff88_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:90320ed1df3cf374d05625964e45ea60241d697be2e9cbb3e1364298ddc3fc48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b75c83d6afdaa5f3d45184ac757c06b4343265ab4f9645a5d5a79cd4f4579153_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e56f548deff74e5062eead5211ccb0e25652c601be080d5a1e5a15a23224053_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3b5e35e0af6411658b57efd1e14d5bb5ff00338ad8075211044ef406a4508c2e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5870de5148008f2a06d21e7f2a63bd2dc624d66f927558beebbce2ed679b113_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ea8282fe36e994ae002c9a6c02b0b904595e0fda630fdce0215e9c50d621be8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:66c1c5b23f69c684c8ca83ee0a3aaed46a7661ecf060de41288819d91665235d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9e1b12d443b13d806885006589a37fc779da0e230dccaf5739c30fe835ad3dfd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c24b2601bc21c60d68d282d8be680efa0fc911cd95635a89d2e0c82a6c9752ca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8c1f56294919d5fde5df09efc1c94574bd9cea59e0c6994b790d50045579946_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e15c8e110cce78abfc5ff2a29ab644ec09f16fc76912fa3ec8a3838590cb8e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8b5f7ac130895b975a6638b902cae404607e3e03d182120e36c0cf6b26d926fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e5998e57a4381fb12d45c4f50c181636ba32d19ddbb8d5b6cc85214d69ff7172_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6c9b2b1ea60f1f455aa62381f1cb23da306bf280414d05864df681d0406ef84_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:6157e3d8005e359d5d1722636c2d8f57cbb386b8019dfb131e06a8df5bcf782e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:c681756edb8396521fe60f94e774e53ff8561595d13b4ae6d795729084b88792_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:dc88bb18921c1223486bd067858c34f4a2755b98b7d00877f3d053181621902a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ef214c245095dc111e80cc650e7098f731b89e22cad442ff9f7e9f269c8e2895_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:30533d0f9875b1772759611f1b7bba0976a3aeec4ff7f5c27f648b4e0cb9dd93_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:6f4aadb810445c6a1f2c987b69a98f29629b86fe85897103839f58ce43d82ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:cb0f3484c68c8a08117b6fdb8acf50a9d657e9509d1c7a2d2be0ebef69718157_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:e558cd240dbee64ba7c4dc83ef31b1a3f6bc2b2dfef332c800a4d809279bb5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3f01687fed58b434e2c8507089684162044073812b0c028a7af105c02d1c6fc6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:86f50afb963d0d652a80181cba5ee90f9c6811f7bf9384eed5fcb891c27fda23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b65443370438da03cce002fea4bd4b4d00df4d676913b2c0c909d73a03b9912b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e355afb74b1f21c5da5f85b330baf5e955726456505b2765091e186f3f3f43f2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:36431cb3ecc3f3ac4d03ee02d870e2be63f487912676532112dbc4d5f940116f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c0da61356f1f0566bd13b1932cfd2bdd97c4f3ffc68e8d8b2111d498d4fcc61e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:4f9c6896b3799a539d06f4945c71d76d0eec3431e98af96f49f1d6e3333c9ff7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:71238402b76612beeb1e8db28d5fe62469b6e0b27114a9a3ea4278359eb04948_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:168d73d0d328cb77b146759789d707dd0b2f77d9a57013fe5132b2a38fde92ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49766ecf8f7ed46488e8fdff5ab3add564ec8274340c118df0e4129123435e42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0afbf97d56d9162fd36fe53ea2df627b3a493949ec5e90a55d9409cef8d24f50_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:82425932befb4ee168bdd965c3bc354c0eece9a55b6291be153b42a7b8c71c49_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ccf8c7b39ea97233bfeff05bca7aea6a21b39dcd4f58bad00ee6040570e24b4a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fe477597a369e7287e35459b4d175ae94c4c4795eb015e169d3fbd4c727d4d18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:01e2b82b21559137dcbbd97f34e999a1e300938893f97abf406e87bbe7c0cdc5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0b16bf7b792e531dbef7f7510ab0c4307cf8a8df21b9b5d7878f7567cd310479_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1c7691940840502c2546a3e5f4b89369ddcd3a8f5b7005c3ec4a3b4c40aefc5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:e14f7e7575e7818268fce5e8a208cc79c041c6c426e4935786363503bf01d902_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:17247907ca98203bc3f74e426c57ca1f36ab13689786e57446c1fb1da3e5c0f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3f4c5383d32daeb43a5fd90ee52e1a823b75f61db04b70126ef41418a09990a7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:67eab8c31922b212951da9255132a1b296dba7427c8f2e493fab51fdec48edcd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7b3a49b8205712260ef5e01759af31809dbc750df91fd77f8828f25122d32957_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5edd0f045ffe0055192ff85e62931e315d0f3c9a317c7df02373c1606f3fc176_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:746a0779094c0010ef3dbca3d41245ca330ca3e93b3470a3ce8b14f3dd1ad41d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:984d1289b370cab8932c94100e9aadaf1bebc3c848d7fc83d72c7b340ac87311_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a1301a3d124214ad3973637ac71c323f236f1624f54710588f1983b00ca9d63e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:b243b2d9a3b8e5cea4e979d84634b81024fc1d28cdda90937f9cac0fb15fdd83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:c92523b91351b042f2f3cc8070a5d67519caac1a19d5c8708322c6840b128907_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d8bc840ad120788f64436572eaa9414b41b5d8b460371e1c40e6053f18b559ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:daa1dc1c2d5e6ed537b3142a8220ae0d7acaa52b2e5d796524461756b4bb705c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:646bbd4f22d3d860ef7eb3fdc610b57b70ba883104411b6c2a5e59bc4f9883e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a90cee73bea625181d5c4d0a9f4e854651b534e09087527718f49e22627a7b1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d788a572c364fa08e1e1b1e132fed7e5a71d42da64808bc4d7e5572069811b33_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e8e02aee9e8524123deb7bd44fb553d9610909c2903e7a6f48b0bf0adca70b43_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:317cecd9f11624e4c0bf42c244d6d5f48b86de4fb674a2a735d554caa18d6f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:70cad5ad1a989149b1f10db7ecf59ce830969529ae821ee6c62b77e41761c2c2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7d29cfbb245d868534ae18676b3905cda671e22c1195f1ce6f259b0ae11f7be2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bae644a2eda831549ae4bd360799aec44530e0f9ce553ce6aece1407b33a7a0e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:270994a6187535eb7e7dddebdd8a32af81223164d9071cd8d3d93b179c2b90a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:5b52d876f7499cb0ea56c88c8758d7d532dcc976fddd4375a4ce9b36d24ce243_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b949ff3160af07909ef90345ecbe6f971cb20edd39e060893c98d30f4f681191_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d401a99e81fa1603ff097f6d21dc42f23aa404a8980709bc0b68f62d13c176dd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:008bf8e426dedb11b06e15136d666de37009fff6aa6e915a98cf15ceed9b0ae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:56f3b5e0adf69b6db33a86007b281fc732631543d9d588cedb117e23aa0d091a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d571ccd6789b763606040e5a0fa92251bc8b4e116657d7dfc58313a90ab5e938_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:ef75342349c5f11552e2ddda37b9f084a7e80ee425538ab6c2c69872d8fabd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a38f7b6340f007ead21ad293408717e2a083abd0961ad98edcc1bdc37955969_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a7fa79be06f115817d530c14c1c61d83b920e99571b6b41c3b5307ab2142c6c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8ccb5d9cdc0063ea1d09babcb7a4e3cc92c9d73edb7ea4fc6871821890e771cb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd2a43c95fe061cb8a29a42d4b0d25f900cbb5f42455674a3cb6aaf172216d70_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c110172ca53b200e405485d9fd154e4cbacf271d69ef090a7d527707ba7ead6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8b6633d2f36ef00d6828dcfe556601ecb6eb9b308f79b9b769b5bbcd31e0c33e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8ed569a30b143b9cc1a11c986318ce182f5b36cd058e4cbafc17aba1e212f69b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e1bea40cdfa14dbf72a648a7d9d5937978a1c82b23a41ee32546966f494ed641_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:04bf8e36a9f58ca76bd7ca8389df8854e6b4a5246688eb667b454ffcd0fc48f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2cd7aa8c3bc955118ef9f2e1e1e46ab51a0b2e2e5ab0037e91e99e7786a3bc4d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:31194c87c7dd7a0a4a78dae77b709bd805bfe935e167eb1a0157e4dfb73bf6c4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:cfd4e72749a4406c0cf58b7094e58dd5eb67d3cb30b80a20bcbdbe9c5f205344_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:1145a6a091f185cac885e4da7a0c27063d8942a7bbbb550f0fd7ba0427af63b3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:14d8c96cad88304763463c51d7719956bf267e7c5695f09390e7ddaa6bcfc16a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ce6fc0f73e3bbb68166a4ad0debb632944c4d50e1ded5c34c2125ecacc83cfd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:d694160f140576537a6cc1f1e09180885af0bc979c67b5cb9a5a509b6b49d275_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:15c6cb247b2f787fb182f09d8967ba8e3fffc8aeefae4c149b738e910b868d7b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:66c1b312bbdbb1d19b0d8a7a0b979c4aef96a721091e9b35a891e5996b819259_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e849c71186430100050f30dd076c5a529ebecaf7652be8008329f4e47a82a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:edb10c474008302bc3051ee9508f5be86a2781a96ae796a7ef5795804d08d5cd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f67b90c15f47f6908bc28777f477f54efaed10807cb39420b3fbbd8b4650589_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:54275fc5da61959f80faf82a1c07662fdcd068d354cf2a3b6a4a89f6d84aab3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b49571cf889dfd45d1c48fade7479f9de1abdab5cbb2315ed77fef99455a94fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7ca2c0c58c4fa3a323bf0144219b1725c9c36621c54faec81e29fb5b8afc7eb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c213a9b858a06dc94216264ca444918bb3f3bb3f19d993f3ae3538c83b5efd1b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dde434049a696aeca8184ec7027f601b88ca1a78749bca2d599be14deab440ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e580f419a8fc0a14fab26efc5baad5eb5a8f3ffbcc52c181152097c3f375b28c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:51310603421f0231a8d9407815e7c91158e94f317433b9ce32fa515656597ccc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:542f14302614a32025b7245d0a34f2481a4416bfc6e563cb0ad1c64eecff83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f7a6cdf976c045aa7bf13e0e5ba4b8e3680929351dc248c7286ecdc25a7df4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:493b0728feaf721bfb2089d1231fd9271263d0b3651d4c0427fbe38d0fc039cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:c7ba81628a8ee54d475032e34c258fc46aec4d001e6eff97a3300f04b37a204b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d4489a342718390fbba9fd42849ff3548f59eac560ee5f1cf7d3ff4cdc1d1a07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:86251a1543a6c032ea0a568a2ec1b3dcaa91d4a6ba1f1e05a90d231c6c9bca76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b08901cbfe5f703171613da79699b670147bbed29020cf0ce5f6c29b9d09068d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c0d9305e5f17ab1fc053f17e18018b43aa188a53924a70851cf793882ec50892_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2dc0df2d96c3610337275302f821141975ada071ace08f5e3484c6a4b1010de5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b339d3d34fe680f92f40dace4aeadf392fb37f5301c4fc1afa9311d2e59cae8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:9527112078406618d11f231f81c38709f7c6baa34b6de5ce980a276396846445_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d76540712a088f130867c8b930beb65717161a146a9652d9110936685f3fdfc9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0abdaf2fd3e9b72347575077f6b1be93c98dee0e8a3abe67ecebfae18d654f0b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4c8b31891325366ed99ea60dbd31d4d0fdd56a770ea39bb7ae861bb6d8fc0557_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dcc68a01324e9ecc38bae5d3b3c352ac83d6dbd8e4b034f794470b5aa200633c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ec5c7e0e73ae9ffe66c738854014d23833b619e47db04d1d143595fc0d6be29e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:04a144524a33aa9e93cef14c5d622ab2d998d49b2fa92cff2f97b5e8014d260e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a583e4608872a59cef4b1fef2b525592e8db029616e7fd2e9a1ffb3b3d51a92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce5a99c1854798b4dea8c2f495153774b0f2c548266145a3ab70d1d13488d915_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef15d531feccae3fc24e3756fb7333cb1f44fde1f15e3abab4795c1394c82a7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:96e87c49401d18b28215af4cf23edd77a4c22f657e88c2d815aa73627e6baa25_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:da9abd6e9a2986e0ef34a16b3034ac5acbfb2bed1f16579822f19f5ffa09b338_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:191d344a4c669bf45e80208766a4678469196f80c533de6ff268b8ee73184b8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7cc2aaf048bc9571c1bc2ee302fba6af4d0dadd143bb87e64f4f98118b3d0ceb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:802068bad75a6b8fc54d8617d89a6a3615b9f78152f3c5112d4c5c300fc11ca3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9b10d061bf542ebc4eb24c19d7f6a322b1882f279acafacb171055ed53978ce1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:5f03e0a46241500d1587e63aac37051890e0adc7ff0e21096bc46674d8da416e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:80e1215bcf10d0d500b0e66e4204193e2036030c45d4cb6bf888876c783973b1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1210de83f4fb43e713855c7abf9b5aedf093dbc910a4fa9efcd6462976dc0c53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:86f6dcc3727b089662334acf4d982e402469ca755d253e6f879bb2b0affc9dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:93350185405813b4454a3d25436ba993029a8701fc2ac8264aab37d2ae95b58a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:38065bf58581b4bf56527a5cceca5db46b2efc83ed80c00f8883108b890fb118_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e2c351e2c2eea7c53ae59d124c0f92b0931410d21e9cc0c3fe789cc1496a0018_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ab54b731986ec5bfd32b971575429f3d543f1dc1c2ce2c76f1830234a7298bf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ea33ec9d8e13708727a0543fb6c4a62a93f5b1f151f0a0bcc9a4797d81d452f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:280227730e5835ac8f161f53f6f6d18352b54ae5bde43cde734d7e9e9939f262_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b53ac30ced7a8a0c498d16b20639a605d3dc641947a55c77afbdacdec9247523_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7f723d2f9ab40cb2d03041f71531a012ab0e413336269686c3a6d0408f34cfe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f5043c48d0a01a31c4eaaad371ccb7966c9c54c6c1edf205d3240ec3b553c8e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:703cdb0c3ad3293e591ad6640a1102b8495d9eb481320a1e2d4b753903d9a5ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:8e6eb00db1d1ea2f5e3df7452e9e5d1270bd7888f1e607be48a5f98f32f5ef64_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9ac1c29ea69ae6e7cd9ebc73317cccebf255a0bbe3c81c9a09b0e0484aeff451_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f8f2639c97a92a87f9722665c32691280dcecdac3aee01945c367d82a1d63596_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:387c1e6e248cc139110d7d17a20af7bbd6ceae643d1e08ce1b29bffeee0015f6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:607378477f097a91509e55842eb5d6e1b66718b465c36a383a6907034b9ba792_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:995ecf921208ee94a837c8223ec6a89108e270bc0d5608cbefcc4d1962faab45_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b9a1838b9acfb3ef2ce357c9a1d067840802d893094f6474269f319e4806fd18_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:2f566116f4c6f5a79fb48923cb48cfca80559b5bbe4836504ad7051cbf523b92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:7d78d67bc89c3d07a00541011df775ff067963c07333e10f52a414960f7410e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:ae636e8b5b4c60610e5815c31ab5182ce39613ed7cea797db38cb2401a07b93d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:c22232d0c6b2d504c1d0103848cf3513ed7b246d2b9126a8ee3bf3bd3e78a240_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2f5a362b116567dcd4e5f4d147ed5eeb31e24614fb3f400440c6fe1855fdd124_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:30e8cb8a17c4510a4c4bae08b8260559768735f5f9a8ef4bc59a8ab3b7688a9c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:27923888b09e4e8ec6cb98d658aaa3e49ebe70573b2543120353a217424f1bad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:80b4aa5bc6c6a309fe37a1dda59e793b96eb5012b4ced3c5eeec634f52ff8209_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:64cb240618eadb7f4f918e73b7bdf834eee294a18a2d7c4a4093bf0ffa3e49d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c74c68058d1b72b03d59f1f1cdecf324667ccfdadd73201fd0cc946bfab3b08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8996cba9d4c930b74428d663fd3632497c6ebcf373f1fcce0365d707f49c93aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b38b805ce2f32fd37dfa535ddd05b554d0ce44e6cee1e94414d78c90a91009d6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:5630e4025ccc4f2deeb284077e337848367c303d137f81898e49643faed9ebc2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:907adf86600102e98e3757a77d6a010fb747db26849e4541ef85796a0a5761b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:cb23b46f6ebfb03e44c1f81f0f3f5bc120d12bfba93b057a78fe8205142d70db_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ed5bc1b07f0698d4be3d5300c5b3459d93b5ecdc63e06e6b4a4e2778dae45183_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:352431c44d8c312c4e6b64d9dc18edb6fbb289696eb437900bc3059d65450972_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9600e255771565554ea84f503c0216cdff8f1d50427426d010fc3d46c3335eca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cb56c551f539cfda9828aa92c79b594a38825a155909e608ccede00afe8bf9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8f5878a7a4605139cb95e84d048b05f69705889174f8ab4978de231680cb8b1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4f799ae5d7ac9014eb9c0c6e89089a6913ee4a12a9643ed977304c1153645999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7d124c044410acfd6101dafef477e474cc37e454e6dbd4abc35fd6ec5bc56048_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:857c410336ee6eab6fff35b34666768bf8dbbdd4171a5c15dcf68172a39fd76a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd05d3a14648b58ab7da4b96bf5cbdbf9953e9bd78b46bb082f6fb25bb0b7b80_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:46b6fa244b50d1772ad75b2d5c2166f662572bb2d47a25039e60dfc23a61f292_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:61f2876c4cc73effc24797ed12304142bd050c440de877da75736a12b2653f65_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b7f9efbe609b6f9ee29e3db9739aa223eba16a4ce0f5df1c9b56f7d1eaa47f29_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e2c0123f4b1c6ec50c9bd306019b187e91ca6b44173da6ff3800987b160d0f13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:15a7b5027ee488189b48c519f725574306ae2b876ae3a1f51df861eca7a00765_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:227bfa2b566290a51ce119dae96d2a7bb98df57c0bdba817a5d0c1571031970e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:847af5c471add91c4774aae696a628bbb108f8e2e65af25c10dd0aef70d5c33d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84add78fd65d23645e92d064c5a1d83ea21a9603779f33530a46d70f0f6b5902_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:45600b573f22b1dac5d15cee6b2be6362092dd1b4083df0ac46016cd1201c35c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:66ef9ba5d59ec4567b6c964844f83c79ee0637a263015dec8f07eaf8aa373ccf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac15515b4a1bf74e9bc1e3e2aff035440a6794dae423d580522780a96b2e6747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f97f304b8de11df855f0314f5b0b2475ce676b4b62c4c3475a215ba131d7d974_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:34daa4d6678eb5ea069174296408ae192e786faa6eea74758d7eba8f7ae87aeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7704b1a7f52b83e2fb0ba0a419b192b4ce3f3e421c3510af372f4ed55544f21c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8d4d83c21402ef943978587984afd04da365eb3638cb0e14f14dbf24de70bee3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:931ed6ee0b95e4e857c94aa463bbc32d83dedd6fdfc83757be640a6fb4da66e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0a80a4605c46462999c6c0eaf6a916987fee0ef9464ec0c55071446b0971268b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6124cdc4109252da9f9e16b640623f8e1c533be944107712f1ddc73dbe5cf81a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:7465b23d8888cd629b1cb664215ef08395b5c068dda45c7c19a7a85f4555338c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:79f61a1b85958747bf48cde22ee77159c9a6660a7898ced7de99eae4e24ac56f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:567b7ce68d380600b46b1333d3cacb62f83960f6a0e0bec0df4958bd3e2fc6c8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f7f98786d53c951b326046a02f13d1afafe3701d2dc326f365df6b3c4cf5bac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f92bc3562627d492b96b39b293a70cbe9eb0c9fcb1b51ed55e4fd7b6d5b6d5d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0bc20c5e5755d67de53237b02926138c745ed5fd40e7d0ccc0057e78ada44212_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7178ec144e3bf058f9abf840a6e7098b251fdfb6f0ea7ae64b25133d4321cfee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:87054032d32ce9ee73789d3bf21c6731e92a7b4e24872b0b6e2e81e13649f017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d69f965b24613665e5648c0faab21cc9970a8750aa37acb79dec831850d61ffa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1a36466f210d66c3b1932f82119c3767c0bde676ee836a5a1124bbfcc31563ff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:252048c8c72a9dcc3f4caa88d0b425d278b2d95140b8785f50bff4412953dc90_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7e8142ee97207e81424e45c918d03d5bb8f96f276282fc245ae51f2f9e1695cc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84ce34bcc5680bd19f1a6768035e8b600b3e389cea70a802b7a1dfa31dce7381_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2880121d87cbb56f62bace76b89d728a6f4ca272e763238173330dbe99c762ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:769105c7a99b2475da10d83c7fb0261d8a3f1f1727a7450630b0494d91257a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f052da4da332ccd0d3296cd52d652034e731a8b6f5d1d0c36387064aa87ac24b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fbad7564cb00c52bd3c272d00d6ba2b8e2c38ec7a0313b05eb5015a06f50a568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:8443c107fa210c48141a33558bf931bf589cafe92b7a5d4ad084788bde3d0cbc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:939b92f16627303c303a7788c89add46c622b539565ee60efc8f20c641f681f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d2a20071760621bdfbdb217a64281649e5e6e18756db40a71662e1d99e22280f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:fa367666f9110da5f3f120dc6d287028313fcc7ba462a0ce02e84ec50a2f8ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:1727f586311a27baee15df170bd0e4eaf6a43df04f44460dc9a68c577903efeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:2eee5bce3f862af8ced008a98d3f24c826934f2f26d8ce644ecc5b6020363a73_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b8c489e5239a59fe12028735bc0fe9f5df848815bf79e4cef0150202a59c6293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c10c61d2cedaf6348435f116589596673747f6ed8d68d254021739304ab785f2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1241302a5bab12699cc4e58b189bf88eba8e07b6a250a78c859df999a3334aba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7d860a0f9807e9a37ee2cf1d9f555056f9f8797c4b4a7b567954eb29143da7db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b98e93d95ea17faa491986dd481291a60b7651451b906bbb0401629c9fb0fe39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eaac5cf014c2b71bd319c03b2f46c870192a21ae1954c709bb3d4d2e2d8b079b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:0106da19a2719619758160edc6f9a744c8450f9e36f81bc7054e3df96a0a9e28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:35cd813160372fec5daa93935e4182253805f366641d4a2bcede529d8c2a3f1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1e69e009766d757b0dbe739a16550dedf452e2c27fb33a846fac40f4c1fa6df_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d3d0496399c0a013c34064837b5c05db6e1f2c2418e1268ee35aed7973b2e1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2108e48082e6943ee0a316dd80628128eb1b72759afc497bcecc9b3c5d50c1b6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6f0c41d7a8523f6713f0890dff111285061b0a8ee7d9dc28b282340a3badd9c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7ff2807320b72eec0ca9e36679671abc1b1d1c25f40337769f34572772a5aa02_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dfeab5d3a306ad89c32df57ef2e9f65d9825355ead96665efe593fc9744fdd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:18795511b7e840a5fe235263b1c3c067dbb487a829078ff52ffbd6accf5bbf85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:451f37fe26d3db181f03edbc2273aef57970e3b2f81f4b1bb0e5b7f666f00e30_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63b8154092c6d82157be6af4f69b593ba4c938867b5c66e98910a453a88421f3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c652c304ac6a93278da69409052a4f18abe17b98bdc90ac47012ff42d313ffab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:63bc853e9f99ae39ca56a805192659774202055fa5724f4c012a805a617e5dea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a3022e9b437e11f414972cb44145411b89700387cfba5f9165ea91d98ecc465c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bddf05bf96cb7c3c6dc61e616ec91985df30bad15b352031df680fb8ddfc34b3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f02f26b261a081a4b60f8ba85f52c6eff1077e7490b1678d8ee7ef816c634dd3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4eb3b1bbf042dba8b49fb3e17f66aa8707b70d63d3caa460cb6d40b94ec0b6ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a14dab23b6d2386d25bff4fa230f394588a324235492b69602e8ec541f804156_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:a261fcd575c79cf8f90e4145be9241552724da0072e573a178ae05b1e75c1b13_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:f84031927645af7cf869fc0abbbb99bb4f8ffecca105a24105266f1315425f38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1a2542213639329a8258625dbb5abc5dc9ccff2086dfd7e15bd48731052d847d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:636f202fb2b5cd925daec96b7f474d1f28b8f02191ec7de1b606ef3f9397c510_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:92ac677b287d990384def1bb0c4fee83378146606be8c8bea1838544c7d47640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:bbc258ad91e9d107718f26c6006e2d8dc674add211f1a103d81016612b9cf6a1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0f10d0f4c2538c4e07401060380ec76773f2664ccb3aebd2a84cb3b52134e495_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4ab844a3a0e8bec2850fd15808e30bca21f01db7f989bb32dbf4a6541509066d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9e31406bbcb7380013eab441fdd57214f5e949d8000121570d5179620a07cb46_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a8c86f22001ad6ae785eef5e4d7dd1bbba10d2e9060c89512932065edd4e8871_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:fe70ea62c5c6682bf59e6ddf3264e07f8b03f6916423b5e36b857cfe73952978_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:94815d72e21da1cb369574ba3ed3f9b4f27af485f9343c60829e603dd9ab3c3d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6d9780fb32161627967df7f1e621413ef71571b2a8faa374d9411d809165d2f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a4a29c89378f5f42f8a7df75ce7db697b6a6f95e5a334ecf4ec72d54810c87ca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cc11fe8155fdddeb9c56fe22e2804f439a1359a347bc374586bf4f95ed5faf79_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fba48df5fe40439d0183d6df934c732667832473d5a0edc6ec20cb4308ca6187_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6b1f166d6d8937ba6fa7330b452290a6d99e3844b2b9399947e2995c415583b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a1f13170c116c224999376bd112574b764aadb30c77cdf8b92b31792bad1f762_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b75e2cfa9bb5574189c4ded9a2bf940c4eeb308384030f96462ee10748e3086c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d72d59060a5d04934963d813fc30daba72e574140161af2234385004cdd0dcfc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40bba74503a8fa87e9c9b4e0ec968c2c24d9485cc53e639e61098258b578572d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:49e4248377ee371ec495fff8e1b46fdfa40d63191636b0692d5d743116b05028_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:63e3f1ee963199fe9cf6e65f65952e3903c1952e7016afb3582c6ad8141427c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a4dcfa7fd13b2ad90b58dd0a012e4586c93b6b03a19c313ac24c2ffa4622cdbe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:23d558713b5c9b9d4b4967eeb8e9f599f4e6c80ce70dde4c46a913967b0ea28e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2864a640e1ab1d38d3e5d42043ee44d1556f124ae3a97132d315e90b4c4054fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ad6346d1f63f466c10774b9ca5d39201f043cc6f713c03541d0818cd77bd2bf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:db047a4d438049b59cdc5e3642abe48a5617e28ca2f2dc26565f71557759420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4daf830be8d4c647a3bf1ae23cb1c0a21a8202693efcec9f0afbe510fdcfb7cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a06f35a3397abd944ad2e5a0e96389eaec0471e5ecfdc03f2dafbb844f04a3a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b07f0750d6a2da9c7f792a1da98b28a316231ca82032837f415dc72de42fdf27_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:fa12e2cad7a6ce96e64264b13ccac4013d61994c616106ca1ac54bd9e21f1fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:06238ad732f0799de0ed6968c67d205c90967061926f4b79eafd9d75af5dc7b5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2b41c871dbba26cb06b8ba8eab8b0fc0e124b0b0a711f81c186ef7668e184ea8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:55aacce05f7ea5d1735701992cd08cd36472bcb8544e098d2b103e2b02c863cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:f6f0c355a19ac6688cb96ef7193db9a193131fcd2137c4ded928bc15f82f95e6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4694b7826459cbca8d84d6e994b8d37d61c5d9447342590af21f1cfef37ddc1b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ec53e9c6fc3a063f88f28c5ca4caaf3e00e63d066ee346247e9353557b994b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6d44be337899e36421baffb8d47ab8840936a038e3c4d3d27b65cbd710464de8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:809944f30dce2047013dfaf5bc4a54d9677b5d0e562a5d0661245b13d84a7621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:47df4e4022d79ddb524580b70bb8dddf28a786a852287ca7ed55a29fa922c0ed_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64b40228296b9a797da8f6be3098bf4d04fdd58da8074134bcb9420b371ff7af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8079a43981fc3be969f3f7b080d63c4297d13a8e3e2395bcf6b5dd0c257e87c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b3f9de6b1931a31d32353129876a2b5f03174ba54b63f11a06b81a2e561d618b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a468bb826b5a7d912a1d2ca54a3b9b76d802a485bd786fa65b8dc0da5a6b26e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d415a549e2b4b719d931d30497336293e3ffdf349877fee4d3f39a17acf9c85d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ee36d2334c2434674d6c849b29c1ee44e83d2a5e8cb83f475bc264989f5c1fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f5b01a4739ad3d83a146a7e583a86f5dffc3ec33eb6d6583b6a390d5b3b9c0b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:22bf22887ce00497d8982575813bac12ba77a7f23164fb2007d5a3bf57492a77_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4f64a7e8a16c4e9c28e5d951bf088977b25fb588a7f9b732d21f27507286979e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:54939f6830a4a977a7d7df7b6e8f4e54ea684d70de0e333f5a70fab299727f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5a73f59f7023b2c8f75a79732b91782fe29f5203b60c81d2a67e95faba1f1b92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1bd32a9ea732fdda7b3d75f37be6c3c4225a7ea06a6fb207f34fe702f6494910_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3e88d5e0d65c3273697683d29d4c40e0ad6ed6d7567769b23f1f52e857c7e9be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ca3482439e1cd29ce36ea8f70e7aa7b0106162b2b95896e75f969d4029e01767_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e399ef9611e302ed67e3b9059c3a5f4d45cc087dc8cc739d4e04e9025ce2de1e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e766e338f0cf4f488572d841d3e61ba9e231787c6eeeb5c71ddfe35d6758bf7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:599fde550d8c0f9805d201c5eb39d09bf8d2372c4693e8c1c88704c7c4d09ba7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65458141af6f929be27d1a914e519b690c601e84434a2ddd4ccef3d3276a78a0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e0cff0b4c81900bd3865669760a85252369849c84cfd967eca080fc38d2d983e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:0c3a42d5514c7ad4937e3c04be16096a75ea4566c170d9fa0b71c018f70cb6fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:5514659de95e43ecfd6b2b2839d64ccbcc16d63572e2ed449c644b2e7ea31124_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:6aa1961b7bcc4eeb79e7d64796c1e625bd8d950e9940ce92494f72390f5cf3cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f2baed67c511816753c6aba151fd8334c721894cabc922de3273b9d2a02304f5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:11d3ad8d7f586a9381537ca32b0b856eac76af2187261e233a21a07dcb01e6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6c9ba56fb9fa0c2cd19d3ae3caab8887ce332ffaaa84128b1bc78d54ab891878_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:87b0f9baa95acaaa3a98e093146e190bdc9c1e079ce91d4057df674d9eac7ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a3034741f1df01e09d1944fbfdd9f369ef24c4512020a1cb30973c1295da4bfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f03b3702f208ffe22592ab0e10e39009e117d60159e91c59c67c4811292620d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:78eda4cef22a943cc075f5a7a2a6c11df6902bd54f8e5b9938c476a7104c3e04_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9c773f695ebca3a80c9e49965919ba8561a7c2b2548c79c8d099de42cbb19a0f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d7b3aff828a822c670a85994fe5463d88b772ce300a0ebd8187d191b447b83d2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04e5e76f435ff9df669ea64087f69de26aa5f2987ce07d2da67eb92c64b629f9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:827f338266f99427084f18dda24c7aac767faff257360446b124e126becb3db9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a019335d102a7085b707bbf8fecbf5ff90f8595bc46a336c5711b5981ae66b73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f5b2e13da8b268b23214b05e4a040d20488df1edf9ddd41d7948266ba41ccc17_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e55a57b5de2699bb54afc90a9bafdb69b9909bdbc2f78829fefa91761054f3e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:50ec8d9e788f00b94a41d52fea67096d632f884e9230f08f9deef242d6d79f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b4ee509818d2ea8096b3df12ff511d65c649a4af11f421717347bff9bd9dd2d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fb92e569a740ba368bd5f24bcf319086073138e03a10e97cf10d771f256214a6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10dbbd5703a6bdd984d70191fe7ff177090733b72db2e6d230d85b4a43088027_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2d214f1f0faa5d3b5f0079d51b8a736c0dd6a6c3c7e6dd0cd0281ccc52b85864_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4d18c3e84a635c3e24df25349ed50386b10d4a18cc3ef8fd2e6fd51f3202d904_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e66945305b465c2c0e662516bdce60f8962f9108d185bd433a779c058b040018_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b95c1a35e6cbf4a31b32fe37b3fc5913a6e5439134224950351ba0bb4ffff11_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:83af739a2a97e8ca26e42cd6cf339c64c833ca367724be97d46122b3b67af46d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aeb3ca52a3b3c629f3e47076497c9c7b110e19c07179c4dc36e1cd1928071fbf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dae2c5b83af233ed3226f91386de5495b9d71d13a61a1790bf762a4606715833_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:2603f5afa07c4f564d924ac6baf7a73cf101824a548dadaef803f07f203b40d6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8f2f430f77e960893b0ea7a4fe2aec2c19c2e47d4a23b098ca7961bbc5990378_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:064fb9ca135acd79fdd9ce4e5b6f030e917b10ff2ca225a315a9b769eea66d6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ecd59a4e944028ac196feab9e43ee9b65b44891066140ee1f24236c6ccfea34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:43045aaed8d9b2f692be274b2ff21424d8dd91c527d3218e073dcefc76466439_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:53cfaf70f35092bd87923def56c680f8571c0e75630734d9f50635a88098abff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e38924ac792d04f56a1b8ccc4d3f5ed05c0af157250348c8e473b4c3ada99bad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:eaa87e0efd6a5db1e680d51941199fc01750b23fb060ab138e3f6b145366bf31_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:06b36fc6ae89e5c3569ae23b04642c007e6a931b0aec7d4c64cf1ee9c8605800_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8754d7e8d4c4556f575fee457a569baf8adc39a0af2f923aad9d6a0b94280a4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:88cf17a82c8fa8db57d380437bfd1c36fe57dc838088309b756ee721c1c76383_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bf0e1c2f7d94df985985dfb36d5bca9a5780f1c1df206f6b142cefe573790cb5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:22c321bc6e3f3f222d4911428b92c73eacf3985bea70491e682fee6a9945e302_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:70190ee5442d3cc667b72c2e64acbfcc15493c2452d08fd8a2f01d059b92b8dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:97ca8d326cd3c6105c3afe3d804776f7a0be36e17d35a95438aabeda5a47900f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f79ddffa8dd8d6c6db5229edae4b5605c7cb5930a95c63a8c0b8aa2d22cea99f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:05e774cfffba16fc332903d20a8c64a12c475bb231a4250593709fa9fe4bb640_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:37307e367618f2572a827a09af1c0d6581d8ec0a8eeda8815c71808491f744bc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459083442e5eb8a8c1535f455ba2f780d460c3eddd2cb2ac34c051e146a8f67d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5983b69185feef139f0f5c47f02965f1eb727d0e8faff46c9d2d0a4c2ebe6b4f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:155f6847a9cc1d82a3104a6db4e7eb3086926b12bc88ae9839d53b6f309d2680_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:53541bed17438c8ddd43384c0584677c57396ee72c13e41688f483f4ebcd874e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b19ef9b1507caabae8e92f541bc045c9a599dc59e5dfae80027bf90b699777c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f96306febbd6d54cab5f1dd51ea5a923a26f6102a4610044068d26047def0dff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:48752cc7a0250dc6ce75881189573feda9a7ff749358cf0958d1128d081e6fec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a589289ca5e6e8a75aaa39f28bdd70301038953457dc4ae0cdec3d6d36604f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b24a86a8b23ee98bc641e743e8a8ec8620ee933d2a7c0371d0001a45d23f8fef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ca8a581bc6dc126231c219a1666ceb7a5da8735ecfc4e82ecda5f812c4c63eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1784bbeffd252906b1c43137832c8859efae1b2c41e79148928da07a1a4abb59_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64c049ee817b3b34a1686b6295cf032a458014bdfa461975846cd80a52633c29_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ae0e8b003aa231b23d5618e6a3589ba22874e50499eb0ba37b3c2b8fdab4570_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a768e0d7936a3cd3b7a4fff65528eecf2117a228fae2e690f1ac21537c1f586f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:6e6a29e4bc695c8a309651790c57720c2b99245048d3fa2f012ee0da6f0a424f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:808903f3acd6fccd22fc6ebf57e3315f8f4266a68d92830c13b997580c3e5611_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c41fca03ba46a7bab1499c9c246828c6ca2ecaef7269a438c18e6215c86eda78_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:c5255851472e84dede992c42d45fa87388b81743ab602b0944fe2f4b800a5537_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:539c769ebfa04388aefc9f814ba2785465a285df874b21c52c75d09df99dfa5f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:726b8743f3293faaba1629abb383c02b0914e58bb9002284cbe110218062cdf7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:c2d42ed251127b867637c9527d2098b05c91458444b24ea6d8c39359fe386356_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ed9d12eae075a1145665c5129baa11b36c8049e3fa353891c8e3b4a69961008f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:451cc9b07f4a9f5780e7b7fd2977f8ed79edee73f93642a9267eb5b964435a15_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:adddacf61642075044b6dc647b8f35c67649f8f3fcf6583b907fc68aa72dadb1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:b539e54d2de3dcba3c017128d39c9d4396440f451e8cd54ae1602484f270d91b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee10263a6ba9b7b52283b6d74ada5e5646b782f47f0f1c59cd867a505f4c13fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ec9f88a46c222e71e4fcba39943c0097b5d8704e585e39d7f5a095b5beb97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:720c376d93d90873dcb3595d5c8fa03e6bacc1cde4a7b143b8b8055708afc944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9303c368a365f126304cbfc1177873a4661e0fb7a583aa67af3f3dcb943cd737_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ceabcbada13b9a060f5078bea14289b316f902d70ee61d8fd08964294c085cd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:57b89df24a87d7aa8c29e4615a0d1cd310ed940ee31f2b006e986896cf2bb201_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:8f68f361a2bfdfd2bf405cbce0b1354d8607756ee15ed4842478ffe88903386a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:97f1429e1213a1717b64b416ce5f0b897b53f6f322515b005d3ee816435c57a7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:b070fed33a1b123b4490fb5a7c0be1d9bbfc95fe52312c8b35a88d1c0aceae81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0f9138b013d40397c0a0cd693827863fdf235a1b5c6c20fd3522c9744f916829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:49cc36557313bb032197898d3744a986b2c46339a884029c53ce93e1f71f1af5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8da2720d0e4c36dc7322de379a8c43b476df095f8e032c69a31bbcad52dbfc11_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d59386a6ebad45f01366c0fff266ee89b5e8d152182ff381b593455b4f79b65b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:419cc6a01403164c5ea27c03680a539a0d2f9cd3c0b77ef626cefe4ed33b8c95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4f10ed3e194ed1de6a20781494b63b88d78c1ec46ec2854813ec6510c72a82d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5a28cee0ac457629890babac66f8d7c785d893c917db819c55a3b4ad64a17391_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d155adcf68e7457545df98c330c1b25745e34baae9bbf2f219a1c0ff50248df6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:855f2aef5d10f3322d60ff25b52f0a42639c487a21772454ffd60e51ed9bd4a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f1192099b80d6045a7427a9ea6d7b00b1c4ec041e32ba340a735cc47b3df8ebc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0066f98b729e939293e77b63a458c64c8b4487650eb7d493a37aa21637e509af_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a2858f3132fcd075a06cca95dacbaaa36601a82a84576bb02afed72f1dbaa16_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:54ec77a60fedfa6ea4b5f447b734567d3223bfd062b8a17f088d71852e244d2f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9435511ddeb810bec377e2f0ff61b1f1675307a1e44a7616c1e29b79fcc8ad11_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:44c030a9134e842f4bd757173f9dcd1fec321fda840a04b0df39995e767c0404_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:59ba9de71e2ab0b7ed64277e23c7fbe9c2c93a86b1637c9721c2568f409f203a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:920da173de136e208066a270faa5ee307ea7f44ef44143027fdbcf6caf6f3235_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:c43bd8a43237f7f890cbffac9d124ad51ef2b081ffdf97a047693fd34e38cbcf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:458e0ec500a70d919a49cd1670f7a7178db606dec0bed1c4a1e7f1c947118eee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:47c3160913676598acc6b318680e1ae544282977134a0b18d4d08c3275317268_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4a976eb38fa2dd45a2c4acf03bf6d7865da7f8a18387f96b5171be153a600d76_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d7a87012d7ed27c6577a3bc5d80423d510ed212cb2e8eac2e94a21b923019367_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2025:19335
Vulnerability from csaf_redhat - Published: 2025-10-30 12:58 - Updated: 2026-03-31 03:08Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data. This presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.
An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid value calculations, hanging and rewinding the hash state, including turning a tagged hash into an untagged hash, for malicious JSON-stringifyable inputs.
A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.14 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.14 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html-single/release_notes/index#acm-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-2025:19335",
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7783",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19335.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes 2.14.1 security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:58+00:00",
"generator": {
"date": "2026-03-31T03:08:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19335",
"initial_release_date": "2025-10-30T12:58:23+00:00",
"revision_history": [
{
"date": "2025-10-30T12:58:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-08T19:04:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Ab7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Ae951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ad8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Ad978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ae3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ab2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Af534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Acab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ab535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ad90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ab7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Ad47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ab7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Abe40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Aeda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Ab5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Ad739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ac13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ae11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Adf47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Ac0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Af87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Aabe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Ab646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Abf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Acfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ae780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Af014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ad8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ae1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Abd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aabccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aa1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Afdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ac04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Af70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Af8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Afee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Adfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Afeffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Afd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ab4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ae0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Af7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Af1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aadd985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Abf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Afe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-7783",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-07-18T17:00:43.396637+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2381959"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data.\n\nThis presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: Unsafe random function in form-data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw does not affect host systems. The impact of this vulnerability is limited to specific applications which integrate the `form-data` library. As a result the impact of this CVE is limited on RedHat systems.",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "RHBZ#2381959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2381959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0",
"url": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4"
}
],
"release_date": "2025-07-18T16:34:44.889000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "form-data: Unsafe random function in form-data"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2026:5633
Vulnerability from csaf_redhat - Published: 2026-03-24 14:07 - Updated: 2026-04-01 19:02Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization‑internal privilege escalation.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.12 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.12 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/release_notes/index#acm-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:5633",
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21721",
"url": "https://access.redhat.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5633.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.12.8 security update",
"tracking": {
"current_release_date": "2026-04-01T19:02:47+00:00",
"generator": {
"date": "2026-04-01T19:02:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:5633",
"initial_release_date": "2026-03-24T14:07:27+00:00",
"revision_history": [
{
"date": "2026-03-24T14:07:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T14:07:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T19:02:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Ab182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ab97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Afffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Aa5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Af64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Ad32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ad9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Aee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aa8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Ad865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Af9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Afdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ac409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Af734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Abc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Addeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ab3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ad41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Af09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ac603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ac6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ab807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Add779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ac6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ad92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Afd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ac11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Ac24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Acde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Adc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ab3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Af9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Afc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Accf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Af12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ab2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aa33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aa20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Af72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ae671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ad448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Adc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ae528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Ab123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Abaacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ad1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Ab2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ad815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ab68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2026-21721",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-01-27T10:02:34.317952+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433242"
}
],
"notes": [
{
"category": "description",
"text": "An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization\u2011internal privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "RHBZ#2433242",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433242"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721"
},
{
"category": "external",
"summary": "https://grafana.com/security/security-advisories/CVE-2026-21721",
"url": "https://grafana.com/security/security-advisories/CVE-2026-21721"
}
],
"release_date": "2026-01-27T09:07:55.160000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:1071
Vulnerability from csaf_redhat - Published: 2026-01-25 22:31 - Updated: 2026-04-01 19:01A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The multicluster engine for Kubernetes 2.10 General Availability release images, \nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.10 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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:1071",
"url": "https://access.redhat.com/errata/RHSA-2026:1071"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_1071.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.10.1 security update",
"tracking": {
"current_release_date": "2026-04-01T19:01:01+00:00",
"generator": {
"date": "2026-04-01T19:01:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:1071",
"initial_release_date": "2026-01-25T22:31:05+00:00",
"revision_history": [
{
"date": "2026-01-25T22:31:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-25T22:31:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T19:01:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.1",
"product": {
"name": "multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.10::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ae757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768231153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768933269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ad81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3Aa39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769028046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Afd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Aa6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Aabfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768926442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768979931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ad2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769114946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769001291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ab8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769110709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Abdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769112645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Aabb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768456855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aa08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768347506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Ae3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769116142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096257"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768231153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Af4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768933269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769028046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Ab19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768926442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Aaaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768979931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Afb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769114946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Acc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769001291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ac8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769110709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769112645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Abe5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768456855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768347506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Adc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Af657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ae28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769116142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096257"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Aa881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768231153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768933269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3Abe3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769028046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Af385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Aacf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768926442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Aba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768979931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Aeb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769114946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769001291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769110709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769112645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768456855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Afb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768347506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Aaac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769116142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Af29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096257"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768231153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768933269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769028046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Afb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Aa3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768889222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Addad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768926442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ada7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769041167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ae04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768979931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ac96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ad9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769114946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Af86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769001291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Afdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768867535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Ac73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769110709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769112645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Af4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768456855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768859930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768347506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ab66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1768984592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Af09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769116142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1769096257"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-25T22:31:05+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1071"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-25T22:31:05+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1071"
},
{
"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": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_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": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:17731
Vulnerability from csaf_redhat - Published: 2025-10-09 18:48 - Updated: 2026-03-31 03:08A flaw was found in Go's crypto/x509 package. This vulnerability allows improper certificate validation, bypassing policy constraints via using ExtKeyUsageAny in VerifyOptions.KeyUsages.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A race condition has been discovered in the Argo CD GitOps tool. This race condition is located in the repository credentials handler that can cause the Argo CD server to panic and crash when concurrent operations are performed on the same repository URL. A valid API token with repositories resource permissions (create, update, or delete actions) is required to trigger the race condition.
A denial of service vulnerability was identified in the Argo CD continuous delivery tool, which is distributed as part of Red Hat GitOps product. An unauthenticated attacker can exploit this flaw by sending a specially crafted request to the Application Programming Interface (API) webhook endpoint. This action causes the API server to crash, preventing it from restarting properly. By repeatedly targeting the server, an attacker can cause a complete service outage, making the Argo CD interface unavailable to all users. This vulnerability is only exposed in configurations where a specific webhook secret has not been set.
A denial of service flaw has been discovered in Argo-CD. With the default configuration, no `webhook.gogs.secret` set, Argo CD’s /api/webhook endpoint will crash the entire argocd-server process when it receives a Gogs push event whose JSON field `commits[].repo` is not set or is null.
A denial of service flaw has been discovered in Argo-CD. In the default configuration, `webhook.azuredevops.username` and `webhook.azuredevops.password` are not set, Argo CD’s `/api/webhook` endpoint crashes the entire argocd-server process when it receives an Azure DevOps Push event whose JSON array resource.refUpdates is empty. The slice index [0] is accessed without a length check, causing an index-out-of-range panic.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Important: Red Hat OpenShift GitOps v1.17.2 security update",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat OpenShift GitOps.\nBug Fix(es) and Enhancement(s):\n* GITOPS-7180: Redis HA Proxy pod fails to start with Security Context error\n* GITOPS-7331: operator controller logs error when console link is disabled\n* GITOPS-7461: Redis container fails with \"runAsNonRoot and image will run as root\" after upgrade to argocd-operator 0.14.1\n* GITOPS-7564: OpenShift GitOps v1.17 must-gather images produce an empty must-gather\n* GITOPS-7606: ApplicationSet: Bitbucket SCM/PR generator leaks HTTP connections",
"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-2025:17731",
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22874",
"url": "https://access.redhat.com/security/cve/CVE-2025-22874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59531",
"url": "https://access.redhat.com/security/cve/CVE-2025-59531"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59537",
"url": "https://access.redhat.com/security/cve/CVE-2025-59537"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59538",
"url": "https://access.redhat.com/security/cve/CVE-2025-59538"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55191",
"url": "https://access.redhat.com/security/cve/CVE-2025-55191"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.17/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.17/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17731.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift GitOps v1.17.2 security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:52+00:00",
"generator": {
"date": "2026-03-31T03:08:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:17731",
"initial_release_date": "2025-10-09T18:48:05+00:00",
"revision_history": [
{
"date": "2025-10-09T18:48:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T03:58:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.17",
"product": {
"name": "Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.17::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Aba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Ac28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Aa2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Aa73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Afaa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Aaf6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ad3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Acbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256%3A4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3Ac9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Ae5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Ab6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3Ac7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Aac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Aa85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Aa0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Aa182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Aa85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Aa03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3Ab9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Aa4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22874",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-06-11T17:00:48.521459+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 package. This vulnerability allows improper certificate validation, bypassing policy constraints via using ExtKeyUsageAny in VerifyOptions.KeyUsages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Usage of ExtKeyUsageAny disables policy validation in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as an Important severity because the vulnerability was found in the certificate validation logic of the Verify function. When VerifyOptions.KeyUsages includes ExtKeyUsageAny, certificate chains containing policy graphs may bypass certificate policy validation. This flaw allows an attacker to trick the system into accepting an invalid certificate, potentially enabling spoofing attacks, the issue weakens trust decisions in affected cases and impacts system integrity. Confidentiality and availability are not affected.\n\nRed Hat Openshift Container Platform openshift-golang-builder-container ships golang 1.23 and does not ship the affected code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22874"
},
{
"category": "external",
"summary": "RHBZ#2372320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22874"
},
{
"category": "external",
"summary": "https://go.dev/cl/670375",
"url": "https://go.dev/cl/670375"
},
{
"category": "external",
"summary": "https://go.dev/issue/73612",
"url": "https://go.dev/issue/73612"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A",
"url": "https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3749",
"url": "https://pkg.go.dev/vuln/GO-2025-3749"
}
],
"release_date": "2025-06-11T16:42:52.856000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:48:05+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
}
],
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Usage of ExtKeyUsageAny disables policy validation in crypto/x509"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:48:05+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-55191",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-09-30T23:00:51.184899+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400562"
}
],
"notes": [
{
"category": "description",
"text": "A race condition has been discovered in the Argo CD GitOps tool. This race condition is located in the repository credentials handler that can cause the Argo CD server to panic and crash when concurrent operations are performed on the same repository URL. A valid API token with repositories resource permissions (create, update, or delete actions) is required to trigger the race condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd/v2: github.com/argoproj/argo-cd/v3: Argo CD race condition leading to crash",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk of this vulnerability is limited to the Argo CD server itself. The host system running Argo CD is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55191"
},
{
"category": "external",
"summary": "RHBZ#2400562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55191"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/701bc50d01c752cad96185f848088d287a97c7b7",
"url": "https://github.com/argoproj/argo-cd/commit/701bc50d01c752cad96185f848088d287a97c7b7"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/pull/6103",
"url": "https://github.com/argoproj/argo-cd/pull/6103"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-g88p-r42r-ppp9",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-g88p-r42r-ppp9"
}
],
"release_date": "2025-09-30T22:52:19.838000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:48:05+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
},
{
"category": "workaround",
"details": "Systems may be configured to automatically restart a service upon crash and doing so may partially mitigate the availability impact of this vulnerability.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/argoproj/argo-cd/v2: github.com/argoproj/argo-cd/v3: Argo CD race condition leading to crash"
},
{
"cve": "CVE-2025-59531",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2025-10-01T21:03:46.509567+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400935"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was identified in the Argo CD continuous delivery tool, which is distributed as part of Red Hat GitOps product. An unauthenticated attacker can exploit this flaw by sending a specially crafted request to the Application Programming Interface (API) webhook endpoint. This action causes the API server to crash, preventing it from restarting properly. By repeatedly targeting the server, an attacker can cause a complete service outage, making the Argo CD interface unavailable to all users. This vulnerability is only exposed in configurations where a specific webhook secret has not been set.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "argocd: argocd-server: gitops: Unauthenticated argocd-server panic via a malicious Bitbucket-Server webhook payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was rated as Important by the Red Hat Product Security team, this happens because an unauthenticated attacker is able to cause a denial of service from the whole GitOps cluster. This vulnerability affects only clusters without a configured \u0027webhook.bitbucket.secret\u0027 configuration key, thus clusters that have this option configured are not exposed to this flaw.\n\nThis vulnerability lies in a unsafe cast when trying to retrieve the `repository.links.clone`JSON field from BitBucket-Server push request. When the unsafe cast is triggered, the goroutine created by the worker to process the request will fail within an assertion panic and, as it lacks a recovery routine, the whole argocd-server binary will be terminated. If an attacker manages to force all the argocd-server replica nodes to reach this assertion failure, a Denial of Service of the whole cluster will happen.",
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59531"
},
{
"category": "external",
"summary": "RHBZ#2400935",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400935"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59531"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59531",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59531"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/5c466a4e39802e059e75c0008ae7b7b8e842538f",
"url": "https://github.com/argoproj/argo-cd/commit/5c466a4e39802e059e75c0008ae7b7b8e842538f"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-f9gq-prrc-hrhc",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-f9gq-prrc-hrhc"
}
],
"release_date": "2025-10-01T20:49:35.428000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:48:05+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
},
{
"category": "workaround",
"details": "If a BitBucket repository is being used by GitOps it\u0027s possible to mitigate this vulnerability by setting up a BitBucket webhook secret to ensure only trusted parties can access the webhook endpoint.\n\nIn case BitBucket is not being used, the user can set the webhook secret to a long random value to prevent the webhook from being called:\n\n~~~\napiVersion: v1\nkind: Secret\nmetadata:\n name: argocd-secret\ntype: Opaque\ndata:\n+ webhook.bitbucketserver.secret: \u003cyour base64-encoded secret here\u003e\n~~~",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "argocd: argocd-server: gitops: Unauthenticated argocd-server panic via a malicious Bitbucket-Server webhook payload"
},
{
"cve": "CVE-2025-59537",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-01T22:00:51.264122+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400938"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in Argo-CD. With the default configuration, no `webhook.gogs.secret` set, Argo CD\u2019s /api/webhook endpoint will crash the entire argocd-server process when it receives a Gogs push event whose JSON field `commits[].repo` is not set or is null.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd: Argo CD unauthenticated Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk of this vulnerability is limited to the Argo-CD application. General host availability is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59537"
},
{
"category": "external",
"summary": "RHBZ#2400938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59537",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59537"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/761fc27068d2d4cd24e1f784eb2a9033b5ee7f43",
"url": "https://github.com/argoproj/argo-cd/commit/761fc27068d2d4cd24e1f784eb2a9033b5ee7f43"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-wp4p-9pxh-cgx2",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-wp4p-9pxh-cgx2"
}
],
"release_date": "2025-10-01T21:01:36.519000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:48:05+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
},
{
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/argoproj/argo-cd: Argo CD unauthenticated Denial of Service"
},
{
"cve": "CVE-2025-59538",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2025-10-01T22:00:57.544949+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400940"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in Argo-CD. In the default configuration, `webhook.azuredevops.username` and `webhook.azuredevops.password` are not set, Argo CD\u2019s `/api/webhook` endpoint crashes the entire argocd-server process when it receives an Azure DevOps Push event whose JSON array resource.refUpdates is empty. The slice index [0] is accessed without a length check, causing an index-out-of-range panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-cd: Argo CD unauthenticated Remote Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability risk of this vulnerability is limited to the Argo-CD application. General host availability is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59538"
},
{
"category": "external",
"summary": "RHBZ#2400940",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400940"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59538",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59538"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/1a023f1ca7fe4ec942b4b6696804988d5a632baf",
"url": "https://github.com/argoproj/argo-cd/commit/1a023f1ca7fe4ec942b4b6696804988d5a632baf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-gpx4-37g2-c8pv",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-gpx4-37g2-c8pv"
}
],
"release_date": "2025-10-01T21:09:08.870000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-09T18:48:05+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17731"
},
{
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a03e72ceb733c34a4788d294d14f0e4ee0e03e2b509a4f7e78f4abebe4d8224a_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a0686e82d2d203e6af794691ba50101aa9a1fb049523cc50aa0a870bdcae4113_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:c28cabf7a7e417448c23bed8741d86cec7a60b70598672a8766279ea67a7d570_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:e5c9119e2417f4085ad78a71653ec1653096923672d03b4d8a384334dca20a90_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1dd0c50f25497541f3b4e35b802ed9110987870d38960bda7d530436f7875e73_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:1f35c7ec22e6cb4c4d1e5da664a4b4fdd6e4b9fe98c93e9f5f6e9b16dcc12ff5_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a182f8ec61c4dc5f32a87750e28b792d0ff3b666ae9d67a39ac9dc6e2bc84e5e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:a73d1a81029d39de7900b5c52f22bcb57188d973391c4a2f81bbde612b9185fb_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:1eb401fa44278a8558d45167b3d2507fac77521a2fb322bb66012d4cdfec87b6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5109b457be26c5d03311c5fa52f43d4db7606ecae58360a479fa8562d808fadc_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b6c7ce8543542a2943498c7cc5f3be103493d7c8a3055dfbfe4b468285542cc7_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:faa950d8512bc45382646c6c7d403ebf91fcd47d8ca65f4124fed91e77bebf2e_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:12e0ab863663d47e2a483839e000eb8fa624bd5766bf706213db295a0e00815f_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:4b3765fa97fcf85c39a17e88712fdd1bfa158a8677f714e862d35cadedeeda62_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:99403da3c050737dbda083bb11d413b317fa2cb7143ee4ce0125fb6ad44ca184_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:a2339147b13271b43dfd58901f09ed024a5f8d1ad1def8639c416710d68f1ca3_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:54f6d32f5aa8ad998eb98ef2035b7593704cca8db98251ff77405801920e324b_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:9ef69c345cfa9198e4d56366946741f83413e0cc1e63a95104a5dd476805e78d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b9125f40d94e6aa05df7814a23d47e904ccee9f5204ebcfd994f9432b3feb0fb_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:c7b52016e71fc0b1118e0253840f261c0d21a64a9135b5f7971cb6dab3dcc285_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:8fd8642fc3d8133141119dd425bc78bb57be51360cb3c28cc1b54968e79b6b55_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a4b698bd79e935b61cfc559ac512fd1e634d6f347a6afe335161de3325a164ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:a85ac1be1b1879662d4cec1033d6916f4c142221282aff09113383ba236a2bdb_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:af6d72cac08a08cc48d446e426fe1e34e21d71a7779dafdbea08173be063149f_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:439fef0be72eb98010e262668a420425c4b74924c3a929dcbac987de1341d8e6_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:47c66c140471b49a4e95bc25788d261e8951eeec2a55ea5d07b8a3670a393ef6_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:64d8c57090f88ebd3671a390e1b1956f799cda24c85e978d8f937f302ceb40f5_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:ba88e66dc3f39019be91230d122ee73e0b0b931a6d3c7d7130f2a7dbb0d4c553_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:4fc82c51692138acd9a7232fc4b3451cbca9f7be763452c811bea7a68867cb93_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:5cdb2206120407d94f409ebb2639c5b61679df14be99d60db25703ab9f9b3ef4_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:689a9a102c8087e3adf3646dc686647cb6197df3524cab1db6ba94e618c55282_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a85eb07d72178b495f77ed1566f3ec72969fdc8acf83b2e847e7c393739ee459_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:cbbc245f3f5be44aff1e09b209c814bb7128b53d2530b17c02c4b810fe682787_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:0c32ee1204ce384bf91892ddc887e9eff7059242f387c614ca6049c9c0392c4e_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:1cd978e7d7fbf499996c6f2da908ee77a07f5fe229b4424b7f48ee94f142e4ab_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:ac34135ee63849e8620c33cfdd619f810d87d07d2ba9ca35c0932bdbf1e1d6cc_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d3f6398dc0b730251e2cac7826c14cca18324ce6854d7844aad43ebc22a1c7ec_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:2bfd51f1bee622faddee3acd58f372c0b3b4db406ffabeae84677b091e364a53_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:36ce4a97fb4a83ee3aec72957c2bb028f35e5adc3c936c2786970ff7562c0783_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:87add4524478a000579bc7caa048946e2bf2ca65886da0dd032c4be455d78fc8_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:c9ec61f94b616f0dff0c0aa0de9d719449a6d24e77b4ac2af760098af5328523_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/argoproj/argo-cd: Argo CD unauthenticated Remote Denial of Service"
}
]
}
RHSA-2026:5636
Vulnerability from csaf_redhat - Published: 2026-03-24 14:23 - Updated: 2026-04-01 21:59A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The multicluster engine for Kubernetes 2.7 General Availability release images,\nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.7 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"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:5636",
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"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_5636.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.7.9 security update",
"tracking": {
"current_release_date": "2026-04-01T21:59:44+00:00",
"generator": {
"date": "2026-04-01T21:59:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:5636",
"initial_release_date": "2026-03-24T14:23:47+00:00",
"revision_history": [
{
"date": "2026-03-24T14:23:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T14:23:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:59:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.7",
"product": {
"name": "multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.7::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Afe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Afb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Af02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Adc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ad6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ad24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Afb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Adabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ae5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Abf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ad07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ad0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Ae91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Af3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ac29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Afce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ae8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aa47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ad00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ac4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ad35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Af87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Acacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ac09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aaed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ac6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ae146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ac0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Abbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Adb93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Adc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aa99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ad2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: Unexpected session resumption in crypto/tls",
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: Unexpected session resumption in crypto/tls"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:1942
Vulnerability from csaf_redhat - Published: 2026-02-04 15:43 - Updated: 2026-04-01 21:58A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
Authlib’s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 “must‑understand” semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed‑language fleets, this enables split‑brain verification and can lead to policy bypass, replay, or privilege escalation.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.15.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.3",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1942",
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59420",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1942.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.3",
"tracking": {
"current_release_date": "2026-04-01T21:58:32+00:00",
"generator": {
"date": "2026-04-01T21:58:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:1942",
"initial_release_date": "2026-02-04T15:43:51+00:00",
"revision_history": [
{
"date": "2026-02-04T15:43:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-04T15:44:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:58:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ab33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ae657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ac0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770149618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Aa8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Afb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59420",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T18:01:35.379361+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397460"
}
],
"notes": [
{
"category": "description",
"text": "Authlib\u2019s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 \u201cmust\u2011understand\u201d semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed\u2011language fleets, this enables split\u2011brain verification and can lead to policy bypass, replay, or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib RFC violation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "RHBZ#2397460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df",
"url": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32"
}
],
"release_date": "2025-09-22T17:28:53.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib RFC violation"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2025:13941
Vulnerability from csaf_redhat - Published: 2025-08-18 00:42 - Updated: 2026-03-31 03:08A flaw was found in cmd/go. The `go` command can execute arbitrary commands when processing untrusted version control system (VCS) repositories containing malicious configuration. This issue occurs because the command interprets VCS metadata, potentially leading to unintended command execution. This vulnerability allows a malicious actor to trigger this by providing a repository with a crafted VCS configuration, resulting in arbitrary code execution within the context of the `go` process.
A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 10.\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": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* cmd/go: Go VCS Command Execution Vulnerability (CVE-2025-4674)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13941",
"url": "https://access.redhat.com/errata/RHSA-2025:13941"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2384329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384329"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13941.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-03-31T03:08:50+00:00",
"generator": {
"date": "2026-03-31T03:08:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:13941",
"initial_release_date": "2025-08-18T00:42:23+00:00",
"revision_history": [
{
"date": "2025-08-18T00:42:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-18T00:42:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:08:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el10_0.aarch64",
"product": {
"name": "go-toolset-0:1.24.6-1.el10_0.aarch64",
"product_id": "go-toolset-0:1.24.6-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el10_0.aarch64",
"product": {
"name": "golang-0:1.24.6-1.el10_0.aarch64",
"product_id": "golang-0:1.24.6-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el10_0.aarch64",
"product": {
"name": "golang-bin-0:1.24.6-1.el10_0.aarch64",
"product_id": "golang-bin-0:1.24.6-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el10_0.aarch64",
"product": {
"name": "golang-race-0:1.24.6-1.el10_0.aarch64",
"product_id": "golang-race-0:1.24.6-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el10_0.ppc64le",
"product": {
"name": "go-toolset-0:1.24.6-1.el10_0.ppc64le",
"product_id": "go-toolset-0:1.24.6-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el10_0.ppc64le",
"product": {
"name": "golang-0:1.24.6-1.el10_0.ppc64le",
"product_id": "golang-0:1.24.6-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el10_0.ppc64le",
"product": {
"name": "golang-bin-0:1.24.6-1.el10_0.ppc64le",
"product_id": "golang-bin-0:1.24.6-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el10_0.ppc64le",
"product": {
"name": "golang-race-0:1.24.6-1.el10_0.ppc64le",
"product_id": "golang-race-0:1.24.6-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el10_0.x86_64",
"product": {
"name": "go-toolset-0:1.24.6-1.el10_0.x86_64",
"product_id": "go-toolset-0:1.24.6-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el10_0.x86_64",
"product": {
"name": "golang-0:1.24.6-1.el10_0.x86_64",
"product_id": "golang-0:1.24.6-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el10_0.x86_64",
"product": {
"name": "golang-bin-0:1.24.6-1.el10_0.x86_64",
"product_id": "golang-bin-0:1.24.6-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el10_0.x86_64",
"product": {
"name": "golang-race-0:1.24.6-1.el10_0.x86_64",
"product_id": "golang-race-0:1.24.6-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.24.6-1.el10_0.s390x",
"product": {
"name": "go-toolset-0:1.24.6-1.el10_0.s390x",
"product_id": "go-toolset-0:1.24.6-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.24.6-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el10_0.s390x",
"product": {
"name": "golang-0:1.24.6-1.el10_0.s390x",
"product_id": "golang-0:1.24.6-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.24.6-1.el10_0.s390x",
"product": {
"name": "golang-bin-0:1.24.6-1.el10_0.s390x",
"product_id": "golang-bin-0:1.24.6-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.24.6-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.24.6-1.el10_0.s390x",
"product": {
"name": "golang-race-0:1.24.6-1.el10_0.s390x",
"product_id": "golang-race-0:1.24.6-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.24.6-1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.24.6-1.el10_0.src",
"product": {
"name": "golang-0:1.24.6-1.el10_0.src",
"product_id": "golang-0:1.24.6-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.24.6-1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.24.6-1.el10_0.noarch",
"product": {
"name": "golang-docs-0:1.24.6-1.el10_0.noarch",
"product_id": "golang-docs-0:1.24.6-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.24.6-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.24.6-1.el10_0.noarch",
"product": {
"name": "golang-misc-0:1.24.6-1.el10_0.noarch",
"product_id": "golang-misc-0:1.24.6-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.24.6-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.24.6-1.el10_0.noarch",
"product": {
"name": "golang-src-0:1.24.6-1.el10_0.noarch",
"product_id": "golang-src-0:1.24.6-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.24.6-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.24.6-1.el10_0.noarch",
"product": {
"name": "golang-tests-0:1.24.6-1.el10_0.noarch",
"product_id": "golang-tests-0:1.24.6-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.24.6-1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64"
},
"product_reference": "go-toolset-0:1.24.6-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le"
},
"product_reference": "go-toolset-0:1.24.6-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x"
},
"product_reference": "go-toolset-0:1.24.6-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.24.6-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64"
},
"product_reference": "go-toolset-0:1.24.6-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64"
},
"product_reference": "golang-0:1.24.6-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le"
},
"product_reference": "golang-0:1.24.6-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x"
},
"product_reference": "golang-0:1.24.6-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src"
},
"product_reference": "golang-0:1.24.6-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.24.6-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64"
},
"product_reference": "golang-0:1.24.6-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64"
},
"product_reference": "golang-bin-0:1.24.6-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le"
},
"product_reference": "golang-bin-0:1.24.6-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x"
},
"product_reference": "golang-bin-0:1.24.6-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.24.6-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64"
},
"product_reference": "golang-bin-0:1.24.6-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.24.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch"
},
"product_reference": "golang-docs-0:1.24.6-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.24.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch"
},
"product_reference": "golang-misc-0:1.24.6-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64"
},
"product_reference": "golang-race-0:1.24.6-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le"
},
"product_reference": "golang-race-0:1.24.6-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x"
},
"product_reference": "golang-race-0:1.24.6-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.24.6-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64"
},
"product_reference": "golang-race-0:1.24.6-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.24.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch"
},
"product_reference": "golang-src-0:1.24.6-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.24.6-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
},
"product_reference": "golang-tests-0:1.24.6-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2025-07-29T22:00:54.774680+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384329"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. The `go` command can execute arbitrary commands when processing untrusted version control system (VCS) repositories containing malicious configuration. This issue occurs because the command interprets VCS metadata, potentially leading to unintended command execution. This vulnerability allows a malicious actor to trigger this by providing a repository with a crafted VCS configuration, resulting in arbitrary code execution within the context of the `go` process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: Go VCS Command Execution Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because it enables arbitrary command execution at the tooling level before any code is built or reviewed, effectively compromising the software supply chain at its earliest stage. Unlike flaws that require user interaction with the code itself, this issue is triggered simply by running go operations on a malicious repository\u2014an action routinely performed by developers and automated build systems. The problem lies in cmd/go\u2019s unsafe interpretation of cross-VCS metadata, allowing an attacker to inject commands that execute with the privileges of the go process.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "RHBZ#2384329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384329"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4674"
},
{
"category": "external",
"summary": "https://go.dev/cl/686515",
"url": "https://go.dev/cl/686515"
},
{
"category": "external",
"summary": "https://go.dev/issue/74380",
"url": "https://go.dev/issue/74380"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/gTNJnDXmn34",
"url": "https://groups.google.com/g/golang-announce/c/gTNJnDXmn34"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3828",
"url": "https://pkg.go.dev/vuln/GO-2025-3828"
}
],
"release_date": "2025-07-29T21:19:08.519000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T00:42:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: Go VCS Command Execution Vulnerability"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T00:42:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T00:42:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13941"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.s390x",
"AppStream-10.0.Z:golang-race-0:1.24.6-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-src-0:1.24.6-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.24.6-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:21384
Vulnerability from csaf_redhat - Published: 2025-11-13 19:03 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21384",
"url": "https://access.redhat.com/errata/RHSA-2025:21384"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21384.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:07+00:00",
"generator": {
"date": "2026-03-31T03:09:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21384",
"initial_release_date": "2025-11-13T19:03:20+00:00",
"revision_history": [
{
"date": "2025-11-13T19:03:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T19:03:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8)",
"product_id": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=src\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=src\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=src\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.13-2.module%2Bel8.6.0%2B22782%2Bbd95fb4c?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-10.module%2Bel8.6.0%2B23632%2B877f48ed?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020251107105737:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-13T19:03:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21384"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.AUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.E4S:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:go-toolset-0:1.17.13-2.module+el8.6.0+22782+bd95fb4c.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-bin-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-docs-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-misc-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-race-0:1.17.13-10.module+el8.6.0+23632+877f48ed.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-src-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.TUS:golang-tests-0:1.17.13-10.module+el8.6.0+23632+877f48ed.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:19961
Vulnerability from csaf_redhat - Published: 2025-11-10 01:30 - Updated: 2026-03-31 03:09Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.12 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.12 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/release_notes/index#acm-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-2025:19961",
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19961.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes 2.12.6 security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:03+00:00",
"generator": {
"date": "2026-03-31T03:09:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:19961",
"initial_release_date": "2025-11-10T01:30:28+00:00",
"revision_history": [
{
"date": "2025-11-10T01:30:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-08T19:04:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Af5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aa9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Abb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Afb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aacfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ac6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Acd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ab03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ac581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ab19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Add35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ae429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ae53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Af06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Afc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Acd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aeef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ac855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Afb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Aba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Aae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Abb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ae0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Ab1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Afe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aacd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Acbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Af542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Af63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aabbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Abdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Af026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ad98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aaa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ad707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Af06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Aabed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Adbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Affecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ac5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ab5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aa3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Add660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Acb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ade6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Acf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Af9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ac907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aa886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Afab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Af873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Aa20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ad0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ae1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ac489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ae886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Ad2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aaba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ab0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ab4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T01:30:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T01:30:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T01:30:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-10T01:30:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19961"
},
{
"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 Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:222f058d196372cae68f4c6e67892558982dbe75bcab1979aecca52ee62256d3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:444fdbc901265457255cc7b587621c40b0a74474c9679fb0211678d09f4996a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:81fa70801becedcb218cc38ced440ebe883fe4afdd54cba66c06fdf5a30d159d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f5308da552c1543d779dfce168f4f9ae1400bf54056e802d96614f930939f7ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:109bd95d99f98906c8a9cf3057f7d0a83ce18fa4f6733606dd3e98d2735312c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:192dd3dbdb51f41d9dadc73da2df6777e295a384102913ff78e1d1fb19a5e96f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:37c6415ccd9a7a41d99d67ebe5ffd33c54d723c23e9cb744ea0626a9ab5b7854_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fb7e376d1a160e31066d1ddd1f1a9dff5fd73e641991c82766dac9cc7d93b5bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1e4aafc4ba6d421101a5b89b3a08540cb8007785bceab56c9ee92531deb76573_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:63a471062e882f7c945131b05c6cf0655a4d4f38dc52634951364361e7af13e4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fab05be84c7a8e88c118235937dc2845a1c03eeb1fd8d334f3cdb9b98eb56cbd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:fb5906271649725ce8448f60e3eba60ece2f8db1518a469df0755756cc38b9b7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1b98cf52f4315a36ec93bd66b215ac6915812b9fa9a8b507ce30d2ae838c8147_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:2a3c064b955698480d24ea30096912f795fcf27008585e433611bad1329a378c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7df685e817a6d2d186e6d60ce08b489bd7201464cf93509c23728567c3e9001d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f873349390b3ff0592096ad9b1ab71ca0c5b87d998f52830a12ebd6b2029a924_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:987874f9b19ea441d376b526c5f09893f1ef639d74708e2beda820d4bcbe90b0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a6232d939d9aa347d679cd525278ea5c7c2e9234de0df5af4afc6593404cd5c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a8cb246f2e9a64216a0f6e5bf861f423bd07160204a606cae0f997491745f20b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d0915b44bd1df9253e9533bc5f3732c3458133082549def9be8e0829ae41267b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1f5b97255c38dbf1c85c7b5dda43ece4d080c0f12fc25ef403e7f8a75168397a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6dac5bffc394e9a58ec332e5ced2166734d539ac189393aadb1882b07a80f8a4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9c9671e3a400a63acdffef37b0136a3fedd72a6c9e7845d3d1e53f6f961a2082_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fe179e7b8dd40e78d668b3141d2c90b5baa2b2d1e595d53b2841ad9b101e297a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:549655096c9c77159b8e0d37fd17bcd88cc8852e0ee85a5bba54cfad486b6e81_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:635429e5ed36717bf6a017bc84bfcf07db3916e4fb2d4e37d718202cffaed8a9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a57e6b80c004c9cc0873316a8ca61f2250a4afde402243d9486269f71f4ea7cb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a7b30daaee886a374bb177177c7acabb5cd5f9f8a08fefeae11432e1837416ce_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:45a28bb546d030476bd4ea79f7a39953f15dcf0dae95bc8ab91c969e687356f7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4ef1e00af2b6d44a3d24ff50cf6903a42fbdbb0410841b92df5b34028333b058_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:cb3e3156edae4598b894214c9852d743cd97d331dc33428e3ef1d69a74ef580e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d2d2c06c987f047a52371a2eced7b15c059fb7a93ed997670ee505fa53314f2e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1139a534e9e4c42dd6a5381a81419ab50f10d6360b1c7239a8717db351f63739_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:607c3a286a39915e0c34fe9d14fb474013c40369bb9505cdd45fc87c4f946905_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8f0d162293ef3c437ba531462ab7416a64aadf83008b726f6d795dbf87bad776_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5befa78a53557098b5bf13461bae1227cb18d1d715c2157e3fc24ad83190fb9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3ba2bef8453d86b3662cd106cc465f84cfd8a47430ac937493c35bcfe1d211de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c7924e39556643b7eede6a4857018947c85ff6d5b21cad5f171f2faef6a60260_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:de6d39372e73ac67d1d59e3b44de6ee49aac75accc6908877e2dde16fe096c0c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:f63bf240d195ee88063630dc28cc8e980fdaab7c74390bcd9a84cc459097d96d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:437998e4cd1f6a9cf97bf2ccfddd6a76d8f5e159ccdef708bf2815b66d2bc603_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:52555b0b0107f704b0953aaad2730fcf83e5d5b5b2f4f28d96ebcf0cfbe6025f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:87da30613e1af8c2d3f6591ccdb1d34ab7827b63aef4d9f951af4604815b16a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ae7c79c4af716b030341f850b140be0986fd7f73402d348e3b0f5cab86db8636_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:9c990664ca8602ba30ab016eef1966ca9c1cf2f119d028a8fb0f7b6c2a8e0607_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:aba275fe96698bbd9a5f49e897b3d9a708cd49cd0a95ff75fac2189c9d89385c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:abbdce05c1ffe0c3df7252076f42e0c9656cbd19f771514d555fa8e66b4ebba7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:eef69cae65f06901e75534abddd16eb11ee2c6143e4267c2388f2aa5f5ab598b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:592478e45b77a53c2895b2a5ebc4622363dae4f5bde6269eab380b9421d69220_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:60324529e1060eb8ecb3df8d88c4ad8075d9fdc0949f4264d6675f7b5f7c7bbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:bdf4aefc6a88862b05541319f37b814de40ed888d9784982371cd9ae3d4828f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:cf70a300975c5d564aeaac68ec85a431809aa9d7727685fa0ca11cc7f30ef6ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e0b821946ebb225851846f8b6472ff8b76b570ca53a17a17f591c0d1a7a436f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:aa852045ecb972fca380d35d331b6faf5754fe4977c656f690670753c09a3a75_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b4e31de2ca47fe6032b435e9f2bab550b4efcc9b6e1469466661d40f93f3f733_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c855c174a46f2aa6dedb58e6f14c6ec3314c0f00a30324b47ea9dbf8a718a7d1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:39b29d526fa7db7f866c0649f0e473cca3572c9bbec967cf64f97378e60602c2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:62da5dac59a2d0ab9ec0cd2917195d2c4751e41ab1e9706ec41154c8bc03fab7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a9b31eb7287f858e02be84410645793e85340dfd4989375daee814c83389df90_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:d707ca74c225b94d89d39c5ada089be466deb9d9869dc341a69b932a27d31148_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0c9c5b41eafbd7e822d413f77d952b4e3943925b1f3d2b20700b8b84ac8608d5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1fd3b3a8cefa75de131d140e746d9302f75be2139c0a8e58968249b8121a37bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4fa621c40317b5a1ceda47f61a0b8ceecf8d6f9dc8fad66d11b307503988609f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:bb5306a403e9a946b5b833b5208a4f7615b897689d88ac7465e5986411d678e9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:663d3d1dba2eccee73c7f35937a75c12cd3d8d70896f3a9838a8934ccf71d024_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a886288f2a193cea8d4e7d058e78442951ad4fb157f2c25f339b5951e861a904_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:acfe2f167fbca690a5839ad979a5150a9e01cf5c3b637ae7c8f438e457cc27d5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:f06ae673c94ed152c38fe83a1cfcbf3c7da157acc27d327c702b95bf108431a1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:3a2aa954d9381fce45bb035734d3c54ec1673c2d0717f7b910630573291988e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:4960693eb612c65c900111246c1f5681b981513b49148ad6979639c82ac6870b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:b594422cdeb2fc1d3f4d66de9c7ee23dea22609b3ef801827f52b2627cc81c79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:c6ca869945e799980dd5ce97b3c4074c3919382937aa4e055e973033b9e70fc7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0df4a07ebc137d52acd2ba96cebd7b837566f990f72cfc839625df39ee6ba953_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:135717f9091a41d1a56f59e3eb9cefab9bca584b49761fdb5fcddef6928a5a7f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4aee4f2a2f67ed2a47f76476fa6b4985c29423cd8a0da133e593f428573769e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7524c7c6d5303fe73c7a5275bcac4ae79d5bee739f678ee0e353f21ffe1d10a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:72d814197a40add290ce77252f3541826c64bed61a09a20494f902fc9b872c1c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:a20d147cd32e16a0031e9f795d86dfe6329830ce9799bdfe65f99f3379aaf446_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b08c6f222ba896b0cb9c4a5b94b591cd0eff538cbcdd9c190c2a223a12f3f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cd6744864c00a988a14f8aad8eb938f755304c946e0a88bb2f2f9fa50614053e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:13d2ba0f7984a53641163506cbe7961c0c46f313f61018c018c1c68102f44284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:40cfbdba0b230af11defeceed990e7e0cccc0fa647ae7dcd647709eb8cf0a86a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:67bd51bd33b6f28704f20148bbb2b15011c294805bfe16ed62853f85c04423e2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8a74cb2ba8a9fcfb90fe3816b26fa6e7b4a02c5889006014f4777fa242937c28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:63a6a642eb3698ddfac90d89fc440c210b3b7349ba0a1ebee4488630b28183cd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8fc29cc0c7a829bdd8883e07825c05eba9240ae69126f836f63068d83cf4253e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:966c2d8f2c7aff2e9d29788c749cfd22f15b86a3177975d452a5bf5f5940274e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:99af2ee7883d501e8dc39fc6327ee74cf6cce5b18d44510987a32bf9ea2229b9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:69ad810fd0cb390a2a93677659d75ff3f0bd71e3354cccb2b4a765558ccd88ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7d18b501ee306e88e226169e51bca0fe7efaf68f08a5f7ca2d55ed3bcae596c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:abed6e984119ea6560f1a8e7032dbbc837d06b221a0d0c57ef6bdde39642516d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b03b699e079b0a972276d03a5b831b60f38edd5192a2c3f3629f61d33ce26b15_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:125a0d04b6b5c6c2338ef18b53860d4118f005c1d0f3691f32baccce4ce9b21b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:ba2a04ce8cd5cc8221049896d4e1a46b4912e6f8213316020b3f40dfdacd7954_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:dbb96a4e7584a48e7a61a00485ccbcb23919dcbdd47af01cec452bd4f0fd0bdc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e1ed0e73c99eb402fe547d9c112e3c2b9d23ff1fc5dda797638eebb42f4791be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3eb46c610db1610b8065c9e72ded3205609ff7890f1110fcc5446526b4861416_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4e7c86685a1e0171a5f78d0b23026f0354e37146885123bdef0e0f83d7ad42a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c581873c2b69196dd8cc5832d9d18ca08134d3f348a0363a5afad1772525e704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ffecae23330fdd67f529e65f8365afc47d0687479183761caf77497e9bbb1eef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:227ce28970808d257d621ade2ad69176064ab36f30cc21a53089c80fb68ea046_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7a0dff04c7e4282be20977d9da7dabc469a985579e408afa89643f2ef3051a65_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:7bf4b5ba7a71850a63472e435c831f6eac3d7614b4a4b48a7e0ceb96563640fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b19badcd968cbe0e80b4acafbc672aba3023a375aad0ce6fe259d09efe73ccbd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:32444ff2dd6203beb19e6957ac9f402a928acde59a39cef81bde99213e541c71_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:899fce2e123a355b190cd43a21663a5e375808e8b8246e6496748e2b2bd2a83b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ae47359103eeb9b871d3d9398da9bbdadc1f7fcac8c0b1b7a89c8b96b5125858_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fdf21399c507961fcfd06903f058532c1379b4ed2c8b6eb795fcf03635e820eb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:62537bb787fa39a6923521ad27658d472cb0ade2632a7c4b2b61f6f5d13fdc79_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:80749a97c795a8eb7e8fe6e2558f7eed911838887e0403f29959d7c34e50e76c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9a35acad3cde03ccef9f806b72f6bf5657becfaa2294ffd77897bd0e89b78825_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:dd35887ebaa1c609ff4f580368594f60a375359547cee4bd327028739cc69038_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:320fd7d6d03377dc89442aab61041aa233f2778ff1f9cc686d943205c798a838_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:48de325c8fb17bdc9bac28da64ad7238278a736106340d9effbc83ed35cf42b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7e2deb1a27aa0b83ae76b48abf19d386600275812f4fa7edd1ff38c1989e02dc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:9378fd47bb93f4bf2d07666b625b638caa3b48fccc5ccbffb0a325195757dbc0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:289757ac1d2f8807f9358de5abac8c99ea0eb1d61cc5150eb611dc7ff3ad3351_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c5fbd72ae9c81c77eac47b716c19d3077f0479f0d0f75eca7b6db1fd54bb917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ca8d3a9e910c958ebe277e2e4ee35a3554f1eafb3892198e6a7bcf8ed62d3ff9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e429e6c8462e8ec901420664fd1f7040a392d484beb37b26faef2e7525b62b35_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3fec028d7dfe4e58bf38a8017b3b760937b18523591c1036b80f1cae94cd1a9e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5018f06c42442fa004f7d726669f500ac171193008959415bb1f101b94106dc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7c33e076b440b8bc1a5d722b21094997585d4ae2f50a5230df788e61c283445c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:b5acaa9339172b8de24e974f5d8093d3fd7285805f9304d6aff74af9fafc9a20_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:38019d9ba07f59515345dddcd1800da3408be06b3620f4b1c1dd2034e939d26b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:bb27d3e78b9caea894a24d849e972b99308bfb00c8ad7bc979031660910bad4d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d91bf204588e019c68be8a3c8b07c6a72014fc7f192f9c91f9153882816d4fb4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e53d09785f1417554adef6952e32638c0ece003228e125d4a0dc4f9bb59ee979_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0fa09c7b7e469826f9788e24cffedea3a90a456af78d4a3237fecb99a3ad52a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:459ffca8bbfd2111e40ac4c28d549588269f2313f2fbc5846475545688fb7bb9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:88a9b2224d69eeaa5916f413a32d1779819a06e3003ca147554278d1c637aceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c489f3ea58cdf0e90221041a8b99b4d072c1d925c87262d03bbae790ddb118fa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:0ff052a5041a04b31972b5ae5011b6e5807b39d96a092f3de4815956a867bc46_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6dd85187a2be60c45faf51347b1ae2f662047a300c683f99ae436b5e4103ed80_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:870dadcc1b8acb00f4f600fb929064a8ab5bde3eb4e634ff3d784b25c78ce042_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e0b5dbe64bc3279b939aec1511d557d9d1e11fb1d0c01d55c76ca225497958d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:20c58b4d373208fcaffeb50ca196831bc1b73209d4933dd66acd63a9c90acead_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:a3b09157937c50d7f9e3fb1a298610437b48540b338331deae6b676ed988ddd2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:e886a2de26b9d544345381ae0ba4927a5546479d91d6f2170d3229730d92edf3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:f06cd0c6213972003d38a3421abe5c64444eb831c0130ac9c8c5cdc8f76baca9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:31ae834bcb718b686e30bfa47de733405fec2a78ad331315f3c39d75e3268f99_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60b0ac5c3a88a9c112125ca87170d20d96638383aa5820b434e6eb4e104dbd0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fc61c2a10b013baa785cffda7f4063ac25d33a2fd6fcca2a948544ebabf873d8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:fe5b4c54706eacaa714f088c20715b76a5b54e2919a8d57eba3c0f2345233804_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:54a521315f8421cd574b83c7f69d0e7e45d9c2aa4956e0ea3768aea3fe343bce_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:5e7263ed27a82f46409db04ac98596404056e18c9e1f8b354b8873112406fb60_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:b1f5557c91ae17664972762ba5ffe7629423d27ca7a590fb0bfbbe63b53d3857_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:dd660d65eb35e5a96b7123a0d9d233102f9e4c278338750cd5b5c8c9bd50b45a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0ad69b7fe7b4ac44fcf1202cc0fc95e00943f3eeb5ebf9a58b8dc259461eb376_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:229c36d292edd1ef5c33ad5e59f26c08c731d1339e9b0dd28a5cd9c965f3e87b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:671dca36645022e9063a4a513e971ee270927a4987fc18a78d2f7a7a08cca348_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:8c4147158afefdb606bd8d78514b4af54b8a01c7cb5359d28ecef22ef8a7f8b9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:0b5715bbe4b5cca0dca42efaf8cee88e4d48ac03e0d7603e28eaf95b7fab3fcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:20ab8bb435d4d7442136b6caf72e3eb0a314ae69e1bc656a4350fa54fe0bc323_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:59013004b241b2e796315d10df91c377e11741577567c590b4899da04560852b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:acd9a94e744a2c16c6e476ace90a42c86f396470e2613f18093e2e9aa7400423_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:07892117f45fcd82f91062a75eb2a2984425f13065f0fc0e82466c4e324aa955_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:7d991d6d5c5ed56f3686d87026350c9443a80d9f8f9b888c8b98d72694ac00d1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cbed1f31685413cea61d8a8385212e406889cc81a008260057007eda0064e6d0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:cd308733c14ab97a2ed7c8adcd479a1c2eabb0ab4b1c37023155c63cbd6c377f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:5e0d81e7dbdd149f1e3ea8d4b9bf59e2522238cd678f26e315eefebef9cf7ff4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74e44163da33f17d65b620f751ff3c9e5003c48e5c657f0097badf32cef500ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e898528a081c0b4e48e681295e1b9553ae011cd16e78213a8ac055dce0702139_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:f542e80474d013295449d9b31a1e6b8f3c19da893cbdc02ac39b39b5c3a8ae80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ae87563a076cdd487e4791092eb6bdec5da04a1f5d3e192f628a5f0a0457dfdd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b72368e2cf5be551a13639d3f66f8aa508f607f67b5c3c2b3ebf3b6270991e83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b807447d5f9877a8a44eaf7623fb281c3b338c5fa47c418daa0d7a36b91c372d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9344f8dc864f61621fbfadf6ef1c3907c66b6e1ae66489cfc862099cfdd121d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2feb2756a7e0a78212b19c2b7c02b873ff9ebb1d2a3624205d841376a3616a1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:518f33d781f4594435770e0d15c47942bd95eae6d20880ed717ceaf17ae33b73_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:9d51c986db2166d89b3b19fc096b091bd281f4733b539223a748c3814cfd4649_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d98fdddf628e39fb19ba481eab8bb5d1338d959cc7b2b383abbe97deaae17b64_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7967f49defeae5960540de632ff96eed0f6852ef2167a97ca56919c39962fa59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b0519b7c6f231ee7786277f028d966079dcacf4f985c5fa988f1dcafc8a87895_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c907eee2264d8f9eeecbcfbdf6b8865eb80ed23cf8b018d2ff39463b55df3923_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f026ec30dbde5dec8e84bc0f81f6064a92d3e06b3f07002ce8f9336bea93da45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2026:2155
Vulnerability from csaf_redhat - Published: 2026-02-05 17:17 - Updated: 2026-04-01 19:01A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Data Foundation 4.17 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.17 security, enhancement \u0026 bug fix update.",
"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:2155",
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2155.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.17 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-04-01T19:01:34+00:00",
"generator": {
"date": "2026-04-01T19:01:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:2155",
"initial_release_date": "2026-02-05T17:17:50+00:00",
"revision_history": [
{
"date": "2026-02-05T17:17:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T17:17:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T19:01:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.17",
"product": {
"name": "Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Aa9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3A95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Ae7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Ae23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Ac67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ad1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Ae1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Af8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ae4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3Ac311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238669"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3Adec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238689"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ab464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Af836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ab9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Abae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Ac0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ab32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ae77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Abbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235608"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ac424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Abec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Adf93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Abbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ae9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aabbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235608"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Aeceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ab4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ae219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ac442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:17:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.17/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:17:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.17/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:20909
Vulnerability from csaf_redhat - Published: 2025-11-11 13:58 - Updated: 2026-03-31 03:09There's a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file. Binary-Affected: podman Upstream-version-introduced: v4.0.0 Upstream-version-fixed: v5.6.1
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.\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": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\n* podman: Podman kube play command may overwrite host files (CVE-2025-9566)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:20909",
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "RHEL-110317",
"url": "https://issues.redhat.com/browse/RHEL-110317"
},
{
"category": "external",
"summary": "RHEL-111076",
"url": "https://issues.redhat.com/browse/RHEL-111076"
},
{
"category": "external",
"summary": "RHEL-116091",
"url": "https://issues.redhat.com/browse/RHEL-116091"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_20909.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:03+00:00",
"generator": {
"date": "2026-03-31T03:09:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:20909",
"initial_release_date": "2025-11-11T13:58:42+00:00",
"revision_history": [
{
"date": "2025-11-11T13:58:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-11T13:58:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.src",
"product": {
"name": "podman-6:5.6.0-6.el9_7.src",
"product_id": "podman-6:5.6.0-6.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-remote-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-remote-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-tests-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-tests-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_id": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.6.0-6.el9_7?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.6.0-6.el9_7.noarch",
"product": {
"name": "podman-docker-6:5.6.0-6.el9_7.noarch",
"product_id": "podman-docker-6:5.6.0-6.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.6.0-6.el9_7?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src"
},
"product_reference": "podman-6:5.6.0-6.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.6.0-6.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch"
},
"product_reference": "podman-docker-6:5.6.0-6.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-plugins-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-remote-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-tests-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Paul Holzinger"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-9566",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-09-04T15:45:46.448000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393152"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file.\n\nBinary-Affected: podman\nUpstream-version-introduced: v4.0.0\nUpstream-version-fixed: v5.6.1",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman kube play command may overwrite host files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having the Important severity. This happens because of the consequences of an successful attack and the low complexity (AC:L) on exploiting this vulnerability. Although the attacker cannot control the content written to the target file, depending on which file was targeted, the exploitation of this flaw may lead sensitive data corruption (I:H) and leading the system to crash resulting in a Denial of Service attack (A:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9566"
},
{
"category": "external",
"summary": "RHBZ#2393152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9566"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89",
"url": "https://github.com/containers/podman/commit/43fbde4e665fe6cee6921868f04b7ccd3de5ad89"
},
{
"category": "external",
"summary": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw",
"url": "https://github.com/containers/podman/security/advisories/GHSA-wp3j-xq48-xpjw"
}
],
"release_date": "2025-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T13:58:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
},
{
"category": "workaround",
"details": "Red Hat advises to not run the podman kube play command with untrusted Kubernetes YAML file as input, additionally review the Kubernetes YAML file before running it through podman may help to catch maliciously crafted secretes or volumes that may be used to exploit this vulnerability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman kube play command may overwrite host files"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-11T13:58:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.src",
"AppStream-9.7.0.Z.MAIN:podman-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-debugsource-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-docker-6:5.6.0-6.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-plugins-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-remote-debuginfo-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-6:5.6.0-6.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:podman-tests-debuginfo-6:5.6.0-6.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:21385
Vulnerability from csaf_redhat - Published: 2025-11-13 18:57 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21385",
"url": "https://access.redhat.com/errata/RHSA-2025:21385"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21385.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:08+00:00",
"generator": {
"date": "2026-03-31T03:09:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21385",
"initial_release_date": "2025-11-13T18:57:18+00:00",
"revision_history": [
{
"date": "2025-11-13T18:57:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T18:57:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src (go-toolset:rhel8)",
"product_id": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=src\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.15.14-3.module%2Bel8.4.0%2B22765%2B91da4d3f?arch=src\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src (go-toolset:rhel8)",
"product_id": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=src\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.5.0-2.module%2Bel8.4.0%2B8864%2B58b0fcdb?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.15.14-3.module%2Bel8.4.0%2B22765%2B91da4d3f?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.15.14-16.module%2Bel8.4.0%2B23635%2B6912b903?arch=noarch\u0026rpmmod=go-toolset:rhel8:8040020251111073303:5081a262"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-13T18:57:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debuginfo-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:delve-debugsource-0:1.5.0-2.module+el8.4.0+8864+58b0fcdb.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:go-toolset-0:1.15.14-3.module+el8.4.0+22765+91da4d3f.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.src::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-bin-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-docs-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-misc-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-race-0:1.15.14-16.module+el8.4.0+23635+6912b903.x86_64::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-src-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8",
"AppStream-8.4.0.Z.AUS:golang-tests-0:1.15.14-16.module+el8.4.0+23635+6912b903.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:4482
Vulnerability from csaf_redhat - Published: 2026-03-19 07:09 - Updated: 2026-04-01 13:35A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.16.58 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.16.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.58. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:4464\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.16/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:4482",
"url": "https://access.redhat.com/errata/RHSA-2026:4482"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4482.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.58 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-01T13:35:40+00:00",
"generator": {
"date": "2026-04-01T13:35:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:4482",
"initial_release_date": "2026-03-19T07:09:17+00:00",
"revision_history": [
{
"date": "2026-03-19T07:09:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T07:10:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:35:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Ae11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aa8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ab8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773238168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Abea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Acf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ab9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Ae377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Aeeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ab54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Af495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Adc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ab9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772501845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ae025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Adeeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772631483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773108630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Aa8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Acf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ae2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Aa55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Aeef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773283464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772206359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Abaf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ab904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Adbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel9@sha256%3Af391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Afb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ad4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Aa9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Acb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Aa0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ad96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ade272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ae54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ac744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ae554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ac16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Acb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772286010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ad5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Abe319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Aaebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Afa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Aca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Abfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ab31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ac6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Aab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Abdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Abad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ab7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ace15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ad8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ae49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ae4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Acf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Abef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Af1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Aa25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3A3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773152740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ac419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ab040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ab06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3Aaac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3Aa30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aa0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Acda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201501"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Abe25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ac3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ad14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ac8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ab63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ad98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773238168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Afed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ac9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ae067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Accc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ab2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ae09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ad0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772501845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772631483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Accaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773108630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ae1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ab95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Af9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ad3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773283464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772206359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Af7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Abe28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aa4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ac0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ae7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aafd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Aa5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aabb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ac20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Abd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Aca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ad2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ab9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ab327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Af2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ab43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ad5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ada4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aaa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ab75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ae62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772286010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ae96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ab2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Afa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Aafe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ad9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aa2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aa9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Af2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Ac929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ae57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ab26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ab159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Af0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Adb4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3Af3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Abe63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Abcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Aaabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773152740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3A63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ad52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Abd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aa4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201723"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773238168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aaeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ac4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ac215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ad66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Aec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772631483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aaa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773108630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ad55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ad363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ac87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773283464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772206359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Aab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Acb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ac05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ab54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Adefcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Af3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Acd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ab196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Abc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Acd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ad2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aeb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Afc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Af4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772286010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Aafe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ae9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ad1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aa597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aacb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Af6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Ab0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Adc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ab9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ae0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ac5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ad5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Af9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ab03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Acf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Add6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3A7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Acdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ab103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ac0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Af3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aaa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773152740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aaa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3A9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Afdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201723"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ad65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ab4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773238168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ad70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Afacd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Adca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ad025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Accf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Abb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ac2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ae438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772631483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773108630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ac31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773282994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aaef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773283464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772206359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ade06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ab125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Af828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Abc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aa6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ad376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Aa3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Aac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ac8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ad97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Adf9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Abb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Afcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ab909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772589081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ac49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772286010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ae97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Abf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ac275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Ad3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ad9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aa08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Abc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Aee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772502404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772506722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Aea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Affd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Acc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ae4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ab9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ab3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773196569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3A4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Af83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772545401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Afa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aa401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773281200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773152740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Af8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772762788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ac1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3Abb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aabc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772205210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Abb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773195340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Adb06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ab2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772204871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201723"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T07:09:17+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\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:c9e3973d54f71b4ff23c397b645a51cd47c010d103e921630bda5028d04ff3d8\n\n (For s390x architecture)\n The image digest is sha256:1aa9016d22c8d1583a551c6781e08edebf28fab83fa9260a2004bcb0632dc6bf\n\n (For ppc64le architecture)\n The image digest is sha256:ac6b3774ae09bc158fe6cecf4da0eb365197a61d3bf51ee1adfbe91ded39f3ea\n\n (For aarch64 architecture)\n The image digest is sha256:eead1994f8221d432dffa6441cc42390a6c7dafe4d1e38cb85c6c14d50f91317\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4482"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T07:09:17+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\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:c9e3973d54f71b4ff23c397b645a51cd47c010d103e921630bda5028d04ff3d8\n\n (For s390x architecture)\n The image digest is sha256:1aa9016d22c8d1583a551c6781e08edebf28fab83fa9260a2004bcb0632dc6bf\n\n (For ppc64le architecture)\n The image digest is sha256:ac6b3774ae09bc158fe6cecf4da0eb365197a61d3bf51ee1adfbe91ded39f3ea\n\n (For aarch64 architecture)\n The image digest is sha256:eead1994f8221d432dffa6441cc42390a6c7dafe4d1e38cb85c6c14d50f91317\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4482"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T07:09:17+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\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:c9e3973d54f71b4ff23c397b645a51cd47c010d103e921630bda5028d04ff3d8\n\n (For s390x architecture)\n The image digest is sha256:1aa9016d22c8d1583a551c6781e08edebf28fab83fa9260a2004bcb0632dc6bf\n\n (For ppc64le architecture)\n The image digest is sha256:ac6b3774ae09bc158fe6cecf4da0eb365197a61d3bf51ee1adfbe91ded39f3ea\n\n (For aarch64 architecture)\n The image digest is sha256:eead1994f8221d432dffa6441cc42390a6c7dafe4d1e38cb85c6c14d50f91317\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4482"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1def581f4e6a2cf110ba6fd010bdab185f3a6cc66481dce51470de2c328cc0af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:68bb00aa995a4a0e58ab4bc629264e1fdb300b2ced3578ccc15a54a312cfe0a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:70ec524ee357f174ee497fabc9a46b29568419dfbff699d1bb37e3a1408677c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef609e555be1f77c0eb9b9d5a0331afd05419921b91c05628c0dc7589b175705_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7289314dc3e2cb9ea034cac0a68eb981a414719fa7dc7d6d3d65fc10a328b041_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b4e381697c9d34e3cf0e15eb85f2af1004ee6daa878ba2fe8b3331c7b51d6d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d14b07a119101d89f79798f341ee81c90b331b5bffa50e8a97bf2e7752fb1e09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f18c6d00f96284d8921522dda6ddb3aa0732944f2a42ed69dd34e53ff3ade839_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0cc2203b20c754d27d27b03197c1dbfaf420f08bb1e0b0b1b38054dea00841e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7eb0af3f2a2acfb6208be87db0f7add78cf7940b8c9ad4416be6ac5876afdbd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:82cc2ef1d342a6bd8e48dd03488a6edbfa9960a430f04ca2205b936446171503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b9a5d263b6ac6ab8f4dd34fc529049f46aa1555bbcf6d9aca4bf3dabfc688341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2e45b8fde9044c7cee67a5cd443a7cac2c82d27b34f3f523ce3d98efb92b5324_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3840e6288c86aa99cd0e224606ea39452b26080049c09cc53ddb1ada13352eb8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73eebf08ad62e6d95393daa8ebcefcae733836631c71a54b6b58c9f399265374_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9a0987a5a479de321a99fcd07508a0aa89c53e97e04d0049a020ebd8f0b27b1b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50813612571d7aa2bb3b0d8b1480c822e68bcfa8102a58ae24a8e40bb4211327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:71d93e8358a0e294a62cbf33d6a5e5aacc240dc35d495a2b5b24d75b69222ead_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72767945ae367b20b13a092c1fc7652cc1fc0056ba9757884e2fd6b41cb671aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c95f5d392f4c4775c235e17853363309390e9fa43ad723b5326c4e7e23abd716_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e75949db2c07b5d422c3d6d02d625afcc4d0a5ff0f8047e5d39fb952a962524_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5cca5b11f6282eb19cbb9712af7fa9bc989034dd744a735da711fa8b9c3e8f89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:91e70a6f14f8b76da792aca78457ba750c09bcd8034cd66f72a34c8a7e28f6c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c215f30fc84952daddec2468a55c27ea85e71091a7973d0cd63184543b2e2266_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2498146ffc7c059c5a4eb6397ab658241368a83960bae86acb3f6499e3092263_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:772d4c092279159369c477bc05a459ef6a8076bd068fa3e87412c0a2ca4bfb1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8df2fdac052045bf406e7af5737b7540bf5eb053c923ce17aa4981055847c8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a2166ac9e26b1fdc8a5c0b187b24e58912d7da5bccaa770f4afe2dac3d266e12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:142fa3d0bb0da58b1f7682d7261911dbbe16cc5b39809010cb7b3a66fddaf5ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1749e2477d44e85266bdf2a21843e830bd281092f8c19d7c8e07b9f137438141_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9432486c8621eb4868e002af1dc6b0fdde5d6e9feee66bf897ed8310d06e9b57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a9066cd8893f9572a024d673dc8e40ec4b2f520f211e6f9c4e0ea7c20e72ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:56da6c5ddd57f21becd073851e39efdb75b48c73150254c367d3505f5f8dd2ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:85eb2b31db5182f5e50097b6773d0189c652d73f33df15793a531f76320712bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bef2039a83a93260d307cf420343271211402c3ba6d17236dda998a012d4b3db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e9397bd618195605cacd640d1e0c5480fa244339fa279871b156d4b611242925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:24fee099ef80f7c22a0f404edf6a630a61c0b00627005313c923cfd37f7ac32e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:25d377affa8aeab7294f5fe98890c10e1a4d3e1221a270608a6801ff49f7def3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:aef376f6658a7bf5a9c75f4aa2cab87dda9b76cc50b36cb0c5dcf4dc70809ef8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f9b98123b51b38c5df6a0fc0db840c2efcdf04f28b5a00ea1e69c3c4ebd74ef9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1672684e8ab7b694005f534365f8e35fc6a186b3f3ae75aebcc5878351fd6a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1b8019527f0a1b6e2be7f3baa6969c4810ecb7ffefedb3da7dae1e2a76a26019_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8b891f75c87ba0aef125a2e5b42e4984e7be9742c8a66f15c1a00ff0f774500b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aa28504ac9999f48febba7a55feebcfb31ea7a9739f2007b67079399d51b6d9b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3c68d511f3adf385fbbbcb9bc3614d2956054f928558cfcc34b67330b01e33be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c53a02a980e7a7f8be274552cfe112fecead2dc8848917c86c0aeb78865813_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9e3e3c62a4c628eb94248d169c077faecdf33afbb0fdef8379005509b8a238ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c05278b47355cecc33629c9b9de9c3b483726a04ba1d8968cb1792e3bf9d94e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2c8b1dd5fdff61b5465d55bba83ca6afbbe9d84a7ca350dd60e17f6c21557c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a23b09603b6b667c5accf7f0e4b096824e26e8cb0a164d8dc0980c3495ee018_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d376f25f268df15fc3633b3227fb2ab8f6bc61cec6b50ced57e359d4adc4d45a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff594203bcdb0ff7cf0f97f530d18af055a42ca7dd00d225759304a126294d84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1cbeb5be2741d9e2dae474d5f4853dba87b3d907d4565255d5b94a27976027ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22e6cda12911f19d9aac621d44f920f52e55a511f0e9e36b03a65c68e2f5aae1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:afd373657b275803d49a7c26387a8eec5b034d97855ddc1a891d780defd787c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b54631dd6ef9953fad10f1c3cbcbc0bf9134ce64b43751b2293ab510ac5c6c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ee514884f8acb414083742fbee7a3e1182d52458a9d50aadc5ed225574c57aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8ae7bd581927c458e016a39b0377d3a28049998d87a82994111d7781e97cd82c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a003fdeec83983291df22c5a6c07ca4446193481a7037e24d1bcf13184fdec3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a718be4262065029c9a080f41f364a1634d6c02ddb5982f088800318d2b53481_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6c71885d7d9497b60a2f8406d3dedd30e6faf29d5c4c7d1652f41fdb0bef0837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c888965ef3af2e9d189f341ef0b737c29f20e2c6d1d7c45d949ff45ad9e4ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8f225cecba7792fad1902b8f6ae92ba9979a58c5d19a36d0fcf59916a2a88e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:dbd6dc6a7af0cadb4d16718c168c5b60e709cfc2cb5c98eb7ef4c3dec61c42b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:86906d4a62fbd0f63d4fc3c39d573b89c6fe7cef7a4cb58669e99b763bcded54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:f391cc804ba460db9b397d0fc22822362e733cb5f2683c6d69c31402443e99d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:44b3a54049aebad8a7b050f6a577907d88e3b17279acf23c48a64bff94ab028a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5c3d39c5abbcf36d3e5893fdf1e8fb35f76b628502e72cb6ae7b1a56800dace4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:84033eed5603f435f38c8d51bbd7d4c4ee240c8e65b478eafd8e59b3e843c03f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fb5a246dd7bf871fa0e826001443c88021253defefaf5746bedccb0a1cc1c08e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2e4336c4f92a93732b65fbf239e672cb63ee4d262c93f0cc809f6233eb675629_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9b838f1772b884518cccfd2a1a1094d2962ec631146a5532b373cc175e847f1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:61dee064ed24550ee3cf98752941fabcf1e82f2380fd7cc350ca27f0cb0dd9a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e81dc2bb73fb6b6147d6f754d085ef3e85f44d80b55c294df4d5dff930580e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8378d3564d2f4f3157b1aa6c4ffa697c836c50e312a28aa4051d26e29e690a96_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:abb9d444c1c820b5dc3c0432eace1c1cc6ebbbf9f8a8c8641bed3394097133c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1fc4b0b634dc9363da85821897e2e375a2cb483fefc10ff89f08c2dc3679fe1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6492fdd033de99776938dea3f7cc08b62ae7f13667f0544fcec5e28918397718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c20cf6bbfce6ca854779bd7fe30dce05e1a0e09a2427b4bfafbd05aadadaa0ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d4b789f650a659675248333f16dc4e8dbe84d4342ca7c39a2771e04d64ac9273_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9c1732a29d9beee008c6ee3c3d17b9ec1598155449ce7c5d3e132e6ee2cbc582_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bd7568778e7b764132d3c96c91b05bc8ba3c84d618198be60194bd384d951955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5a52377de29672c24f7889683f0a4f87630292ab8ac98a8f076ea6bb67620c5b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a9216f222b928461e99a454f6de62ea574812aabab42e0e59def7c0fb1d0434f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca5d9d94f60879efa6c4502303cb9fe2bb6ed0f4b385d0846932ccf1b2fd72d5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cb193e2bc93494d372a833ed1b9760f3641696fe94f77ee7835b7b6ab0c4ee3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:2241374adde1aac3d7992b960f4dc3451ac7322afde9f6b1a9717c64f80d2eb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d96c5ec957b13b6408dc51ebc258f185bc38269c63c49154ffa4283052ec52c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4f610e1330208d8e517facd2ea9a3c8268632ae4e09b3ecc7ef70a9919c4f1aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0841b1d7223da793cdf00dc0d3f8bbbe66c0fa11851dfb6b3fed09ee74bb7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6897287ad7c3e6333c015b9dfbd6931888a5ec4d71d70c791d71c9252823ce1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c3dadc742f16f777c32935329bf4f602b01f98327c59e125019c2cf7d7f133d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4db7c71c80729defd530c3ba0b72fc4ed0300e2d695ada234e8b0f231fcb0245_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e11ffde467bd442d6cd8393ac811d5f0c43e306dba77122b673a3f4594d93f50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4ef241ab08c410aae13e4ff52abb4e45541fe19443d17c829f518ca781cdde11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b2b3a76680fee3cfe29c1ba08b6952179eaa85168995caf8ab2a7aa7ac4e40c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1836fe20940bd3c81933bec6c4824a62d9c3359227a57852e2890274c0b6adba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5f212fd723b8cc40544aa9c35c01c729959357d1a232701e41a10cbf12144ae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:99f288db76033c29ce96b17035216035bc707918081835fa149eb5bd84089502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de272bc88eabcf49a42391dd9dce5b35e229b2608d5c37730ae70ba62c44e256_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:17988f92247226f6ecc0cd1d2426f6c966e0493dc5fce66bdddcc33ba15f536f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:427bbf58ec3dba7617c6b06c7376b69f90e2cdd827fbad7416ba51c30bbd359a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43a5fb3c0b97546de5186bfb4e33ed9d83af367b840429ad11d2c511f4a788b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c8f385c046755b6367758cb5dbc3ae58850893446037d9d40c41aa33086b4c89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a73bf03619eeda1f3d442531016098d540a2f17970092ebbbc235a039ffa15f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5e5bab40e3a75aa8963800eefc4d6f6e024600e6cb40494cc131709c60e83fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2a76dd7534640b2fd57f4665b5d7d50a8aa908f498bcfed3d32b648548b0f78_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e54d88ba2d6e832c80c90a85b80916922ae7a1fc93de138c910605f7651ddb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0d8cf37ed9018dabc33588bf9394bc5abb25c3a26db9d0efdffc2bc0f16fa511_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:471c225b05ee9c07eaed9d20456ae400eabdd1dd635050b3005f797c82a87b42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6cc8b6198917897b57c68aabdf553ee54ed4a4e9cb21907ef107d59a10c3663a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:791a8ebf9b532ccf6144e4ba18ce3992c4b43c088a882a15dfac4d56ae509a6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:88c895017f31d9ec06e06ecd427ffc33cf4e2206f2b48e404206ec7089813ea5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a3d1ead0415981dcd1a22316b7d85229b71c9c715ab22428c5e68eb879f4575a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c744ecc35d9725d29fb621cd6fd89af508b33157369a6dea7ddb62cb917612e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:defcd4e76291bb584dd8e527a1b73610806122598cb3e8d5431abad4f9e1f0d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0368364159bdc394708db0f4c8563ed258f6bb8b89eb12e95ab45e6d5ee13111_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1101357e72b4a232f221f671f91470a0380ad53f84fdfb0f94bbb629227aa9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a55b94f1ed53a75164f0266529c89b821ce0b15cc33fb9f472b4df66e87e81df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d3c2e7e34d77bbc94a7ec05a3ce1dd1dc772fc92193ef17396d8d9dc206869ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:136ccfc0708637ca36a0bced3125cda4142c4f684302d879be9d61d6dd9e54e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2ac57891a24c4e6fa0906f68dcc8f70c79c80f515e57e74e879e0b45ad33f05b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a12c45120bf948af5af2f243c99c1ddd5592562f4c88bb5dce560d07e64218c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3f0217ab25b5a6abb850c7cb279349167b1e19ea78e600aa3b21cc27a5f4b358_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:199c16080e436975df1260ce5d5f9b80650af94b50443cf5982bd2b17f51aec3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:843054d1fc11569b6b51c1b2ffa14168d221fe017811734c8bb7ca1e7066a088_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ac722e43b3b747966682461ef1611efa419c3fa6f1512db94bfc84219072e254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e554c98673f7ed61d1efd7737b8df73ffd623c43315431388c77ec69a114ad54_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3044d82002ca81ec228b71040d8e084de269644c8c110902df7016c4df95e4e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:43bbaf5e454425f6075ad65d441af53d97f8c297e44e491855f33172cf9e917e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c8f445c544653f0d19ac38f9b884378a709d58a71e0fbb1038359a11687b8bf0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f3b052e2b6974ae4a180399a6a56aa8f22309a0550c5561e84ee097ed7c992d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4d75f7967b4a02d33b7c3b730c94b40fc7277c24dd169854ef120edd693e6329_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ab459310ac479f3c4b9a5a1dde11dcc6edfe52b5f37398d0c4747c603f0b58e9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b327618c0b4ef5849efb477de22488af116b75e7b1b516a2abbbc198abf2aee8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd332caca899367eb054073e11e2872c20b3a12a954eac7bedfd6ae3a38be8f6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3108d31a2e544dfb965fc94feb60cea48f1ba27de59a27eecbfd9922177ee597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be25f312145d6374e37502a98fcfc668189b6263d8aaa0399b7dc6f648778b63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d65c9e434d334a3f07ad1178ff0bb9fbbaa283cb6f5e7c660cfb4a387ecd77dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f99e003f5959edde7ac71accf231b5c3cd16168de9caa0b9b11d1e64e048d3c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:56517236c6b0432e436c2035ecc923e2cd992d98c24269c15d6271f6e0c7ec32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6823209b83180236320fbdede6d63ae8675acfec17a5076f527ef3d9589ea531_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d97438df0bc2330c0a9883d5b47558eab7df6212178fe41c834b0c91342e7950_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f2e9acca77ef8a9c5fbad15da9c1e280d008c120b73b46c88b500d3619cd9909_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:48477a35d629ace3b3633603ce57f13eaea6ce68aa81b4d28dfae4b451a5739b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ff5cd88f4ac706c8f11732d69385dc2f1e5d1ab4c714e81cdb8f1a9de556ef7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b196bba27d521814c3a93ab32bd872babc5efe998a34c4c239b125c99d639a92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:df9b422d1cbc714ae6f1ab673f1b07baeb35bc2a599f9c86e021ee8f71cf9b31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:61434a01a32e093b0d20038e406cdab7e820dd8af1d209c8c1f90fbfd54ea579_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:759c26ba84f052ca8f0b32d8440cb6bece381855c49f9f194918ee35b7c61621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b43e7b9a10d6afab95c86c0febc2acf4cbd1e91fbecdf0a470164c5d3d074298_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bb3d6cc1832ac8806a7559877232e33934f3ff1c656dbe30d80c7396fa6e3ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:3447dbc634ec11ab98a102ccc8615ae624512b15fd60e206909c34f9315beeaf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f86c8f6d000943173136dbb4221cde88d106262c56b60d4c8279300b8108fa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c686a0e053a2454d0ef84555824b2622980d8a16a411c1cb643ce8517c54538c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fcd8184b1bcb989cef43a93114b0fa39de8c50286ffcbde1e1c33fd3d41d11a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2e5afd956b7603d27f8f270153c32c3ee959cb98fa9a34151a3e3a1902c287ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4aa45706b43e4dcc4ea60d919a1e7e5e59a4567e7b38259cd93a08df50dfde34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:82ac2af4d51160e295c19d6ee5ecd90b2089fa19bf964c23055dbbc383c9973e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8c050f1c6d9d3cdb95e5f22ef6cca3d59990fdd3b1004e8458adc16d994e5ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0f15e63ec3db0f4bf9b19529f76f181c5d38b6255cff86b0f7dd7e5f293ebf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:119b70d62e79f49216773a5a7fc545646165abe04508ddd9e1ef01fc09f63a0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:52d25ecc0194d6630402fb95bc5d4a3582b9d9323b3e23a73901bca0cd4daf6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a0f2a0a5e933ad3db9afeabe87f05264a9e50f52d20c0cc4b40b62172a76fde0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7ad6869ddc1ffb26503d6ce6a05cd96285d1318a58a264d48e60496b9760d2af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:97a1815a7a286fb8a51d7aeb5f58844ef1dff1f2d673f87da00808a35f2dfd37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9e1bbb2d192433e1563e7f44d57bdb9f986219e1cfb439fd5fc55297393a380e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d5757831725d2562ea1b5bc01926e1cb99cb6d962e4ca089db4903e2d441a541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c81bc918f3ae573d1df6f02d6a9c328368278e085afd52bbccc50b2d968e351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3df0066645ea8a023f3ea9024228d2430df9844162eb0539ad307d3f9482a56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a4f49068119e6316b35e177f67a4eec4897d499bd865a60866a4deb04de6eab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:da4f39e46413138c30730d7dfb976eb3c2ed4e00b07dc92ee8434444379a5fe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2cf4a447da2922d0a1fe0f95309f4a85dfb5316768907fc1a10e18c5e5993b40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e67d8ec1fc6db9a6adec8ba9081254cfe191bae1748bbc64dba66c22af9ec9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ba084a8c530a7cc6d7d2f4472aa671c7ab386b38354ab4b8becd1e3a3a2537e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc4e1c47565bc265e8e7be8a99714c810b3afdf1a26e9b7f26f3eb59a32be197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:349dbe07b6ccf94af50b0c61e65f9418d65ea250e11ebacbf567eed3b7b3a35a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a8618dc411f262b3d785cc2c92fabc5e6b130377006df6a6ba46d65b908c6e3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b63b0ffb529a9cb0eec50fc31cd6921e1492002f85c01fc281fdfadda9f2d22b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cd4c0e23fa9875227fa550681db50fcc6172d829c0615d1bb058a16caf791847_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c166794fba0268f5b243c6d6da9e831ce41af382d9af5a04ee620b84b9be21c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2adec13738594d4360b3b8612f243ff1ffd4f5f608c304bacece7f746fbd6e9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:637df444e2e8cc0eafad1a1488eb3011b2b17f7d5b52bb285d49ebd5732b288a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b909a84c87dff10bdc9d901c6f53776d4eaeed32b43269b4b667f19694788974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:6269a7ad44df4f7cc2111b7d40bb9c6e244f92632a3338c21560270afc5f28ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:628594ecc77d62fce67ea1ec0157b6f3924702a957fde8893b49390ee09e0a34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7e4a36ca04cbf047faeaf528424e0b03ae442f386f67f85e428183a288c067fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9059724abe45f053adfb1fddb89313caed3144c52cee775c62268085bfea5664_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:26447150c83d9fe568f789b18af02ada7fe45cb8c1c500a8f39723e9c051cf01_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4956fd0def16080905cb81a8dbf6669280d1b3825ee7e93ddc3ccff777b1ad70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8cb28c31dddbc35a3c18b5930c2ce6ff1b85f8fbf9786e73383e670225209662_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd10f2746357a1f7f018765cd108989ee9159fae45d7f402920b472798445836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:38593f7bf21de99c51748a97b2c0e4705b183e0e8797624371774918a75fee29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42ac6354dd889a74f9f9289e54da170e9605c5f71436ce08cb78e83100a349ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa518993f984f86b4c30b5b6741f8eefb00d420cf2f40c0aa02fb23bcddd2963_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c667065e44fe2d94a70648fe551d6cb0d8bdce5617c8a5011b7f9646e4b5c247_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d5a54adbdb40f256148a41416de76cb3c89c9445ea23f82d759c9d30190101d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:680fbf9711f7b193f4a7ea3751374e6d4e8aed37c6005c4dc51fc950b8d9c2f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8a1616247261f61b03945903c2b1f9d297c57d036713c31a881ba47daa1156d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d2f2a286a47291dc053abc32cae0ebdf57c67a9989715cf3ac7318314ec81599_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:78ab9568315da925464732ddba2db0c9cc5c295825cc311630723e9efe686b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9ed626d9a414eb09a12d2d961733ed46e860659a84501c09443478d28671169a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c16199a1d0cdd79093b90ea5c6cf8eb751203a079d2137ab87b6d3cdf26786db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb48ad5ec14a8bd24924c397c6aab20e1ab2634ef6bd5016f5a410943f4ed956_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:34e6f20e76ed14280482a1ecd37ef01025b124d5c0f18650d025dec2b84d264d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4aea69928cb1e5885f5ad8955a01ea17db8414ef397907699fb1c05da2a7a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5d74c9974d5cf514c85e14ec03be3cf721a2c21c56817a202d0fb08bc650ec6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d78d14772e29a50800fde8f3a74f049232888323ca767ca07e69f0b1930d02e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4033f60f840e76c9e6f04670d0e889d0c6c5c1bd41947fcc1fab3747b9c61739_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b75ea06da7f5a151da69c978e03b0b80f274a98475d97719262573bb4367c9e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c49539f817bde96170cd382f7cf85dcc8a9fb59f54db6969f20c488be411a3af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc2334ea90d625f71c5beba51e23ec66a76f877354cdc8bed55e1910855bf15d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:133f9a3faa1aca7ae7340d053b7524357616aa759b4b3643527b8cf9180cca38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:453f44dd1213fa0bf9b25aeda88395c8d89d39592cbe6153c2a169bc6901eae5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b8979d663c949e9903a8a510fa22b367e21508cd61114831a059cbe8404b7ea6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d98d988dae51aafe25d856b7a615c79fd15591bdb818434655bcb9f75d585077_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:192d475d6efb06b11643c1677667f7d921133db5ec56cb8ec175024e31e94c27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2f9305f6855305f701988dd45df83ce24078a2c45ff46316a8982e2739c8de14_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:40e4d145be1bec48fe8fab310cf16a502bdfff349b522fae9b8c96348e82b27f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d70a99c0eecfde1939cb589d0d4acd5a3f4047dd85cfc1451c6e1efc84db3a27_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2efb83ef03ff9a248585e7295adc41aa6efa6d310b9d9fe74792cf72bee49eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:941492386abc1df4d346182714a68ed71ba854551039db8a0ec8416d14a1e277_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a59a2a400478c52dc8d9a07a45347bd0e87612b5177e0fc723fe3646d3d8c764_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:facd7be130bf231e06d84e68ff0208d23deb66d2444003a43f79f87fd1b8e333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45f265ef59aaa50a5a5cd9c62f3198c3d95b13700f0de2dffd386f247ff89ba8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb515b12ca0d0dfd6b1cb3d30e818984f6481c46172c92db3f7cfdb7809aced0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e62ffd616ed47687128237495110c600d453c4a73696d91cb4f0f80f76453b1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f4bba877cf24c16968be8217e1219c96decfd7214fa6a1af3d8290405cf76e5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:33c497a34bc24a86ddfdbccc39c7aa1c8111437b3951ba20c7bae6fa3c386d18_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a5645db36028bdbeba747c3e7aeffc62970a4cb95d9ede25c5f291db2809e60_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a84dfe03a166136731f09d68196e64eef8ae74f9a3b916ce15290a795b0ffbe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b6411724ab499f60c853613e51288433efe4e766aafadb2d16bdb0691a1f1a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:290293f6af366f298a9868cb2a04f05d2b184292fddd1841bba86ec8ea37b2af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6c25cd59142b0c1682db8bfea429702a6bd02ed58827fae16fa08e8e5936abe7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a5f52ea53263db781ac25102171ab49e7f9cea247704dcdde91bc2ab1bf9d592_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a7aa76d95cd044977964c101908efe7b89cc958d04aee0112a22639d382a54d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2b311500c801272a35f19e4c188d26b203dff333c9d6126d178b1c2763588327_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7806c509377a75a03ec01d7f7c4e6e1e1ef54debca55f05fd622aab51db08ba2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aeda67dd1728a9aea52416c274e05289685bd9ad67e2f3efa2bb8daa0cee63bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bea4f4f23c8c3e1539eb3d920db3de059d6e538a0abb2795266d496a776ce5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:399fd5d6bf985958562c58992e4af6c54e1146c859e87ef8c63fdd9534dbed9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:511fe20617dae53acb8275aede1fd681da6d842a8e5f3bdefcfae75fb45525f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:577e201a345d23e3d0513839634319070f8264499ee46f5f47fbafb955df1181_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bf9084d2ecc79fea1d86dbd1a1a9ea218d8ca8c7854045ec17e779e7b949805b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:06735a6da4f81c3540f9257ea8a87c1a6bdd29c8c94fcea6e00d2b54a97bb33e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ee4af0a517f043d65e22138cd89c782a05458d264d4b16e71d0c2c91203bb92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf6f54a367757e137c771f30a80553e375ed8272aa05d7d98e587ec838d9f9e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fed1b4cbcb37d115fadd374167d0d3cb15f3c926583f55ff79a1acf079a1d94a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1d2b6cb1aa0c7c6b8c0dc55721993fcfedd5977aaf3e07de8979d78465777bf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2b720a4ad13f7165f0ec536cb66ee05c44451ad575a9afd9b9a30693f12f2f7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b2e15ccb047f1767a47638287aca67c66c742d2e7c540eae598db5f777a6668f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:be319bc38b8329d37eb569efd62a9fc9f762b2685ccf5822872766ea8d6e6b28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0d36b0a82855296ab47641ffe701ef6852865bfa35bacfa19ff28e000b002f6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2296d46ab321446b80fcdfed28a8ad6a9217894fb53f68db31cc37932bf8c33d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7f8fceaa11c5b7606c8917935e7ac5778d76aacb9a5e05e0ec122aa6ffac8590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:dca3b6c2d3a88e04b832e6b658b113409c78407e88f9f79a8129c716a8042894_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:064a5dcad588b7f50903f4d8422040604c39ac40c27425ac94a08e2c3b7db12a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:361b251bf0ae303b9648289129bb371c32c914c157a56947eb5970f984fd7d96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:36b82f0eae18c825e1b469587335ecbcc6da62fbd23ae5dd9d3ae570ad675c5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c5b422f02605333eab64f36a0c724b6228e225dc9e26e0213695e9b43b64ad3d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0dfa41e6e9ddfb02d313251900add854e332c58a6ac222eeb19f9fa4b1e87904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2392f41cb6276dda63f151ba915af00c5182be92bc373548c59e07f323d7b512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9fa1e65197eff686ef155214ab93c6d225613e5af9e026504590c36b81cfc908_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e1cf136e3d52179e9fe6782fc07b3018f630346ee3b475ed297b19e6704c68fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0c712a4494c66ea0af1f5672ee8e85cb5598b8dc85876aba0c171d922c8b4cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89bd47446c2f957c35f940437e4adfdbd97da7d586050502528f6a767bf40000_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c87b59490c6c98b5645fdccf0ad14c9ff7806dc4c7796734aea262f1f77ba239_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:eef09804122982676e5f8de8823558e02212109aac0265981e942dd60d1543e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:408905e4fcc85e2e861ad339748f90c0029adf2d94a17f3e9115530584983f46_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:45542c822ee789829c2dfc64155a56813d2237a624ba5818ab819e781120fc5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:88a3ab172d860a8dc2d00d5c0e31de2ce59525bd7ccb65f920d0c1f690f82fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c275f2a025730aca87ce40504a6d893a7efcfb63043d97314dcb4180ce6302a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0fc0cb9c0104d0cc63374bc62eaebfa1c6ae51854f9641a61b01bbe88b81a024_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5d99d041848d79d184aad1777693d24684d196cf600127cf76a20086fe3681f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ff308a8355478c1ef5dc519282852c69802ff68b4e450997c9320bed1609f13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a29e1718366bf19da33c0691a4e4316cf3bc1a3c5e4b4e53dcb3d4307195d4e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:252ee06938244ddfe006aa7574fc323a9dbf87a50b98b15699182ca2e1d5819b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:eeea41428579b224b88100a93cf88d561281d812d9c6ee543c38fd34ef8a03af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:07d430380f79738a5a16c4f445e4c0f6620aa128f46e3759de17dd815046b646_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e377e6051942bc58948793a3e4905ec6bde0276043171b0eafe439e9be34f319_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:6bd7539bb291dd2b1f8b8e442ad1a5f122fef2f83aba0d9dbcb7542e1e9e8844_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b54a1c8f26dc97b5a9c3c2375c6195de7482b8aa5e466a1587dfe0975df706c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:2ed0ee1cb12474a791815f986e7fc770d849710dd2035cba6bb57e81fdd4991f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:685ef872662d383580ca28b552c9aaaaf31088420d8c4fbecafde872cc3de217_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8255c9b147bcac1480a03980f83af97381a360d125bde6588a2cd0cff599c88a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9e47a4249313f1e319e520db90f88f2ebd3146ed6a12948bfb6130724120e386_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8d9d1e63eea08d613eac2fb6d28128609853480d00d2dfc98dff6101e2b539fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:9548e122e66ccd32862b9c48464c9c1e12ffc87accf96c00cb0527e9ed51896d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:aebc6cefaeb2b81736f7744f69a39b6cf9085ed0fa61d4c127cfbc62d1214b62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d3fcf28ac837fa5365a673feb90f1a8f94096fbc9cfbdfb479a103e94e5da257_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:02e47fef0323359f7d9d92a7d6fe79007c4436e0310a4353264dacd7add60152_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:616ae66743d5976e301b59f1046d90b13c237033d106242df688a7b316cd3224_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afe7a2bb514ba8d046c53499708b57d161aed4a8418df24296dfd475654b2705_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fa4e9822c55492523bbeaba892e2dc2e56e5950e12176dba167fc0c4e986493a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:881626d42a8955cd23a7e0a9e2984f3f93f88a818efa2f0e7eb292ede479f795_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b9e9d5cae58011f211317a7da65102ed73eb62571f498ab7b6f3e006da258bf2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c9006544da98d49b8c843d2da02ab0b1b1ae0856f852109ee1777e79616099a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d025f1be644c794537a8a3c288d0f4ab729ea94a0f581054aac745222e4b54f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4267e6dcd36a5443fcf83f050babaa86267e6578cd5b6db6b1d4282654ada919_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:8a8ef6bb8262b90a7c51d71e85feda7a9bb9b9b0b7cdf3885c841ae4cf1ad8ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ccc2dd63ffb41bb81efa4d45cbc2390a63e7d445bf53de47a646d2bb0e8bdaa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dc1b24216145b1a028cfe167f00081dc27ae04805087c2bf437f4dca9b07b161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72123f2386433833c06a6c8ed7d9a6d79aec1e8166a64657e4bc62401799adef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7bb6ceb790cd7cad276df3b0c72ec2c621530d200d8022dfda3e235ac76e6f98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d9abab7eccc9693b01cb91d76f960a8dc21298353dc6838666eba3b74df51bff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e9d804d464d8e790168c75d258f655531a75c611509a9761d817ef3b37fac193_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6a8bc63f4acb3a1df10016b68a31c7eec7e617353615943a30eab4e294fd7824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8057518b57c78e758bb8be3e8ee1102200a830ae4486e0fdb3a4106cd4ef8644_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:afe56fe854bfcac6f58bb356fad4e49f01919d9e2e3733e7d3bf4ae42f310e6a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d1d2e06e7e7e8642a037df04c7fa6eb5802b68fe2e69ef32e79a08d7da651f46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:02290d43fdd4da47c157572478824e36f78b04ef212ef04d366430386b0e20f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f44563ae6c9530a7ec6eadfc2643840d6d64630ab6354eea44f124ca52d5cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4f70f7e7b4a41a903b71f119bd9f3ac69489c73eb59f3cc26f09caad0d24720_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f495c1d7f14a9bffbf5d6a53257741c09fe3522786b899c8f77d0fb3fa7c82a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3285cf007880272b3956ee6ffc9c65b9a1f9d6366eef641b39fdb64f6c6bb323_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b1bcc77358bb7abcbdcd1d3d6159460096df3ac7d9e2525c6f56b5e8168c195_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:887633c61b54011c82deca3fe1adfbbce8aecd48e90c7d1cd261633f6c411f09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e067907a7dc5282be395a1ae1a89ded57ded837a05d8d59a6b212578c1405037_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3eeb9e81e5eca8dc1d6a9d655fb1f0a165c6b12f35911124df3917a70c373955_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08281a93e6c7db7dc5f8d8a324165a20053ffcc17bc98eda82be6f2ae7eda9a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a597ddafdf52c3ee5436e1aa8cccce399ce5be8d3020a8ff56006c3b6cd20c03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fa40d328737fa63fb7a0f202cd755df663892a8a780c1786131f497a593ca63e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2858bbb2a715e912c07b664daf05a43663eb198f26c7884951cfddc32171ed9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3faa0e17223a1ca974f38fbb70051a25fc1c92011362c6a7feda4af554533c02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6ac777f680b8821bc1eddaaa14490fcb554a96c84670555b8b533859cc608242_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b2202bc6dd9e2a78012450311ddafc73529446d24b0bd522ba0d8db924b6ab01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:059a516539508d9b8e4d937f68fae0196a5818074c00c704e7eec47601722efe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2277e36ab71f54843ab64dbf41dcc5c2e9f30ccffba39558119843989c5d27f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:26135bcaed5b7c9af5ce26392a008169a3339a32a4a38bba7450b8c0a510a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:89841d0e9b801b441a6ff801de3f70cdce414ac8dd203d9c74e405625f8092e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4214951a3aefc94f717cb5cb3f07e789792d91ee93f9ed599c299112ecb92a3a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:43ceae40b2da495df9f1430707cc0e050240a7231815a58951304cf479cd3a37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9911d4025b0860048c4e8bb4a53b88f8ffb12596ec411bb5bc1f47f165f083cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d363c2c21c5f0f55dc74f4954cb365b1691bab1cad1ebf6c6dd4e53bf963cb9e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18e98a1cf8680720e0584e188d2cb6c2a55e633b1ca1a08e774cedb71ffa2b16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f7d4d619ef89f7bb608a06f75a9ad37258fa9e3767e362e9151bc88841a204_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:860a6001748572d3df69f00a5a8b9d2a9180d49e8de75e55f63ad2a624ec42cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb46bff2e2a61979ad69479405133d6f822c0319c6e40616e44ba6f9aa509428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:32f90e1073801254caa4c3d6ed67eb6ad1ca2d062c5d7177d9db265c53bcf320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:47127438813816feaea4aec3d4ec422fa94568deecdcabf72f1ff5ae9ece24d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4a427fe1dc986b22bba3a88caf87043ca65f5aff80e1059e3af232c13a2fb5cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5ec90d4d2f5fa7dd6fa476226bc8763d06a2e95ed656dea6828c75a5ba5293a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1bf261406f13ba24452f11b789c7606957e48aaf2b0f249c23ef656c4c809540_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:292b89b7770ad3e0339aa7b00d127890847e76c8cfd00b73ca2e5614a2fdd4bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7fe8f9eb99d842b686593263f9acad7fe69c0fdcd153a27bd094792053bc1798_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0cbfb1a23cb8bad625cedfc3ba332f42db3e114c35c06b2fca5488f86d7aae0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4827ac1de76ed3f08c6977325d0ca79d969c33244187d3b975728d67064b7d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7f5decd334a0e08ac4e78ef25a40ff8d1cd2c887c39ae2cd597e140e283f50ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0e30f60e86ba1df1e60b6e80d6d49666044604ad9d78343da3492a68f46cea3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bc49ab82efe37e8159c3d0acf298131aee1e946ce5bad78c8f69ff12c70b2d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d9c6e03ec60b223c253fc37cd593c1e6b9fcfe8f8bc09a52fd8a9d2959266886_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5163c5ed7817c58fc220ef7e7a1229e5d50b5c4982168df55392d3ed12657b05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca9bf181ad776d5be2d3badc86f8141743575c54bc2230129387559f8df27216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e82cd42774c9a693f194f06488162f82caa5510c1a681b81b9f4165b0a2560d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:040ea2be3ed9bae7837b8d46562c34a158fa0aeb5f03ab1a6d797093330112f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:32346b5ba3ea5514e2aef76c92e0113272d84e430c0bca75606b3a6fdf67b05d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:60cc3f3d1fd65f584c84fdaaa0b293d3ca83f0a6531d5d6cb847079699eabf92_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f7ade3af84c4125bc68994408ff3fd1cc1a7ab9aa7970ed367146b6db6420686_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4996558b6980f9465299bcf10718d624947e5ed5f63cd28c25dd36877fd39c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ab65e38931bf6a7d244e2a4ee52ea3d5fccf62de185c7a8ace3974ccc73e5bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b4a33acf8b6d105f6a1a8965fcf05b04189b4be080a9f53c4e58de26c385b9d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:de06edc362983c3959fdd9aefc127ff5d6aae45d2841b918fbf1c3b1f93deeb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:259a577005c3d9023c4f4aae88615a96b3e3706e275861a506dc958d84351c2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57facf3051ebb8bb8f5b32ac44dba7f3f723a79d70344b9eefaca17cb39144fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7bfb51d791a6af7cdd364e5cfcf23eba5e1731745e9cc51a7985387c162312ea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:97c2f81782ad78589f009e45fad2051bc0b435b7ec3b2f17c85fa4394c980170_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:336234e18a3ea2773dca49787086236231b6751930afbb58afdff864dff1d976_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bfad672f025d6bd88fd084696f0c754faecf3570f19caab8b53a745d69fa889a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:acb66c176f09bfd862a8045e7bda2f5678c6715dec19d31d6342d4e985b143ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b31f43cacd49abd459b951a3c698072de525e730aa14025bc53269cad6ea5044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7fbc87e66bfa99f252fa77451b1902003f14548c216fa001dc2b10fa48a5ebd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c8f342299bdd557143731dce46aea27bd29724334b1dec7a56350d673042e638_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:49d4fc7bf805e79237e8c3d9280e7206dad889f43bdc074ad2c4165df8ec2ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6ece857177a322b0774265e27a946940b83840d378566ac33e01efaa8c622c11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f6f456b456e94b8eecc37c65f382d85bde0845dad95c723118faa4f16295f87b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1bdb543b3bfc5cc6afeb82504aa2eb028f7bdcf5a0f915de32f601b1656b4658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:586c5a998c9c3bd2ab9f9a785327908bdf8e07adcaf9dd33f225fd52a29a54d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8757014cf3ed961ecb123d81d9a3e3f911049b35f154b83d4f27c2f3b317afdd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ae5157fa38db22435273638b09df1b86738711f3634902f42e651ae53799d506_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:161f6e600289e9d8f06084bab0bcc6a4396b55dd135d8ff762dfa93501399913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:25bc3159a0174a80af2f08d96b172369d826fe4ed8f356df1cf85e43a0408474_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64e115137aec18afb04f2dd41aec9dc49a90fb7c793138f60fc985e2c1d9c4db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9047ce8aa18d3e3ffdf8e90dc2345ed9517154f8e1314ccd9489aaa74f81ebe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1ddb7088dce8a03498bb38afed6f256b5250a452a78cb00e2af0673a304d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5104364b0d0dd72203e1639db3ff8f6d251c23afbeb7602561b356229f9195e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b0e7e400199b3a72c30074dac8019dd1960f75addc02fdfa1c2fb880889896fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee96dafe1ed62111fcc4c5b355b552db5b0a818ecbe6ba43e3753495c8218672_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2f51a79040790abc03d149aaad1587cc0290059337630afa815de907f5038c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60454259584e942f0c82cd31507bc8e4b4d9127a1fba2181326fd4f67611b9eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:71bcec0d6a72985a0e9532b1b900f012b80cab209e2e4def53accaa5394a2394_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c6956c3ad7af711f6293b792c4da6522ee95edb2e77e12d0d07d2ecbf5a0a165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25c91a8e838f8b82bda7f282127046e84cb397b44f3827cbaad3b93159be322f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ad1d5e916ed42e7f6a264c02a9485cb00ea2cdfd1b2116a92136ace811efe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9d6c48a452da6c2585ce3d43db632a1187bf06ae7ff7fea81b25e405dd11acb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c6d6f1acff6aeb1cc89a49366b6806dc9a99605ff65c7bcbc3139d984d7a830c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:346d98ddc19886e9ede8d86169072a1cd765d1946500abbdac9224b0a5b0b200_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:41939cbc9e484027b8a18f1cb12c926a1e96280f459719446151090d080ad9ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d69817f9a1e0bff99f7554a4dd0f0c8209f7bf42327ed2b22ae5dfac6afd76b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a5a4358830e0c4bb2eedead4a37160e1ef01bc6b391ecfdb0aabdb42a6191e5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ae41e534e2ec7602f58a3587778bd207d24cd152cb85f6d53fb28c66d16f33e7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d0120f52699c009432bd37bd2cb2c996786580e7a235fdca82818cf3ab2a2b67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3639fb8a09e916cc07ae84d8a666089ce05d7654685e5acaf2e3da525b71244e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b52fe10473b707279c8d83a6c9e512d15f67fec16f9a87c369b5fd3344ba79c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4f15b957bfd7a9542cdac35c13e3c270ffd28e739cd8d68477ccbc95d349b863_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:74d7c81877261394df2e3f7f59e8c879a3b942ff9ae31a04e0dce92b0bace647_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e7016fc7fb4da1243386b38cc774291561f88ac0e1625c952c1ed06fcd83e0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:aac127caaf6d1c491d2df85dd4967b6e33ce67d828fb05cfb0dd81823fcf68dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0eb6080ed2061c382ca869abec7ca18c0a3ee6b97c606cb87a53b71c7757202f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:68f10369f4cf06cd9c5360e80045c51d0eaaa4bf381b337eb9a6db37225bc127_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b125b8fc06019acda5dedd96f31876d7cda05cf2042e8d02aa3c7dc470a06a96_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:baf8fa407db50877b8bc904d789b5856f5974d8a68ec158a015e64ee50b278d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6b32a87d6a69a93a67a8c4f2a1f5f1f5c07702d68c3d1ccb41d4e296ad14e251_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c2a95735f8b5a36f3e6856f93a0a4bbf51e927d01b8a739e7d346dd390dc8c61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e025435019dd37ff455059f00b7c04d7566b388a18ff2676c43d6a63fbd70252_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec2cfc607280d187ec5c368507cde8b8a77851224cd6eede56ac1b3f278be0a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:13ea7132e2b583e92c29ad3c5c57908b5b81d820cea90a1a084aba9e92a13d1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:68e0976578a589fc15b606ac956b15ba8db431a19ec57f65f53971d928d7ff6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:deeb031c1d9a426320274d9a84d616ddb2907d6c4a8f4a01b3edb77f3245fe46_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e438a502874e6e196d7070d0634c98fe3b811a43c1626c07fb85a3790cbb5dd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:064b7a696087997ba862c2937f980f0c6daf54f91427dd78dd8b2b33587f265a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:09720d2411d6d6b316ff56d2825f5193397f080529b14cd019054bd8cef8a095_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1eaf238e32b5f1a1cb90959eced418c90d0fda930ee983dd9f16f4528b6925d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea3bf90dbfa1f97d8fad01a5bb52e3bb523382275592557802877f10402dd252_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:41e07fe6ee242b4e083883c74123157e6cfdf248a4bdbecc84f7ace1940a1f71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:855508e9e294b35a7833d8084e0ad95f39700ed711a47a491d8d068c4897c84c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:93956b3a81b0b3f607cdebe39a3ba5f18e9000fafff271b08ae81c96d240fed2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ffd2df0c38bdf9b229defe1624b645e98be585d3471c363216a3785bd9e63a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a8368c03af7b90b8d026c3e42a2d41b651ef48bc03cefc8c943b69aae9ab2ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a46427a19e45ed9b69d20452b212996a4be014b35860c0a7eac047671927acb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:46387fcce7b95cccd9b90f12b5af01c8fe301f8b679e51ca4b67d7d6c8de51f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dc2eafb489f1f0c716e12b75553ee0d3527db5fab7d74d5f553a95be9f5ce3f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab839673ea28982a7889435b54e823bf1f736e11fa05a6d407389e75bc8cc683_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c929d892170e8eb9ae84455cee51026a5dccb4d4b59bfcf8edfbf5ecf4335c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:bdfa3d57f25f5938f8344996463d88089a2f34859a2ce88f83ed40b8526707d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:e57fc07848b901c4971317730cc863f6559e27e05b6898633a095a2fb978c1ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2322486973958a6fca4e76963189a8fec4de5f1f7a09e8fa2589181eea8f2d21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:99aa35105ed5dba296c1df219483873c69e2f32a4accacf9d910b4b692cdd738_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b26495fcc04644c3f12324f7062ad5d454cf002b454fe618b7ee9e1318a7dd1c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1b2cdd07e3c31247337fc23d52abc7f38a8d45aaa8295a5a55a785ca8713da1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2db78863d03c6533b4e4dbb31d4fd9ba4a959102fa99d7f0ee3f708a901c3a45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:500b64e8a48f26ea4b83331f9164b714d533e5be63118558330997b490830272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e0623ed7fd38dc9358d8360188ae479bd7c86cb2b238240f018b29795a4ed8bb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8e971fab2f7f5757c0415b8b59dfce517edc211d5c13cd42bbef68d8212f0112_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b9b17c839699823cadb1e7c3427f751b750cead942e97bb96ef7bfbe84aef635_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc0770d3df72dec038cccb533e450eb7b91d48dbdf618d4952e3048f209519ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f2dd70c3f8314626f4ec2de45ae131027936e5b292ecc10d65d1a575855d1d9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:811f3cbd3be30d41a2329b3a8218d27bd8b5cd7e55ea31a66505fd95cb09c404_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9450d866d1fe509fd67ee3ff9ce7e9a8afa043a2558d48d9a523756beab0a7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bad2a9a15547615b227971349ae91e245be46d939aaae86d64653db160b1a274_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c5eaf5e6ead0f2ae2a95905ab74e6688c04bf1d8554aa5bccbc41aa8029991e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0828365c09b4fe3475a2297d8751b65b64aaed3ef4145eec24c8341a0f83cdc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9422ea7ba3c21bb6541a4fc962d773c5f78cb240bcc0c198895f750f05b3c959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b7c88f5ef72ff0f5e8977035ca95b219361c955cb548c507d09f9a8ee8d3596e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d5a2bdef9e9bcc52d5cc0215e6bfaee5005b08a5fc8aa380b576577867a3f080_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03b9c3f29e0a7352a9a93456e09df0307c33d3c4720c7bdc836bbc9ebc8570b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b01eec309cfd1506b6b26fc8425e369ce8cf7dbfd98e88405f2026912231194_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d55377a7b70a2b0a9dfbd5aaf90f50a8be5ee40704632b697f3abc371adcc0db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1fd1bcd9a1a8868c81927ac2aae9f28dd36db3b2fd818a32cf062bc3e99b8ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:82d377fe6ad2abda065eb31a31a7e0eac036ce3747221aa1eaf7735c86730379_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b74991c4bb195bb65c178d9e50afb91559ad20b4334989a803d15405558bb59d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ce15af35ab764ed6052890901f6c5a1740ea4fe3b9e14c8f1e7710f54be2183e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e4a63152f7a03d6e9721ea02e463fb99a5f6097b3891fc0dddae903fb8345a61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:48a78954e015fd2721c5572c7b3303472775afd9ccbedf9fb4258147559798a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6a38f2b9dd42773a6622d5ad8fe1ce0dacc2c185974f21638ddb232356ec213e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9fdf9c5b396ddbb0369efaaccbd0ca625bdbd7f6a3110acdb3dd508c4124def9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b95c3f96403c4125f15209bf23dc4e2ef676213f3170864cdaf71eeed77e0f51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0fbc95b48ed38d05b9aa446e5fec17647cada3dacfd02d9c67c5a83c72a955aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c9406f50779e38d95eacaec5a02ba91339891d6661eb11337adf1ac06ceb403_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89dbfc521b2d84abb37cc154b0b27899847bc424ab279b04fa2057faf1f60507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a8b375edd83cae1cbbc4a5ab1817bd28b0955cccd143b32d832c716952982485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1df709daa12469d0a14959ca4f2ed5178b7cbcdeb9bfcb46b3f96705ca3262b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1f8394554a319bc6cfb4e473c8709fa083cb7c02efc32a1bd9359378512b1ca5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:768e529c9c22040920e57bf17d006fd56a06492dd116114e1ebe10b7f3287605_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cf44cb2393a8f4380fd69097a83330e07ca66148023d532757695db253075ad8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1974564f19edfcc9c85de91a9a09910383e24e9da671fad77238db6c18c41a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eeb6bd35572c00b3ee28f969cc55782111af790406aacaf1a01c7422c07180a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:75004bb9218aa3e2c08da04ed0c6e471e79ca95421f4ca8188bdc0a1acd0d32a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8d0c5bb3bdd259e74173a782b0ea5f595d1911192c30509c6f053ca3c1bd742_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:02db004c6030a854940b7067995f149deb21f6ec560d047d8666582571290ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:69603f46d07eb9d0f21d9c785864483a6eee41042b97c323b2420a73e5ab298c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b159e9ab4cfeebfe773ad31dd6b184c6dcb29a072379a63d38164bfb8b225652_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e49160b320b6f899360fd5641f1b9351850ee904d461a4d36adcfa3fbde546b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:48868ebd0df7f496a0285c7c0d50e4c7d7ee09a481f45b52d9a24bfa2bc399f5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6afcf07ca8e96d51d6fef004e92bca567aea6abef3beb2bd0828aa3bb00eb5f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b9d7d7a22c88c8b4f02aae9412239f2e96431da6f3090f4fadf2b366309c01f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e4f28ebb57ebe40246eddc2c7d897131b709233066cd2490bde3e449e60f57cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39282995da59e60df30e53db80abcd9959d1c0c3509cd5c834241b394eb5b9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cf5c1e81723b46ba1b7338dda3f3ee0e35698436b36bc356657c73f29f6644f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f0e61310434638342a922abf8d71b40a92e64eee2d2324f4c62030ee76f2cf64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f9afc35f4496e1ccbe599894ee66f46ff79878931178c52455bcf37182286ee6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58805438b9b4ff64adc94cd1367c541b2ebf2c906e7856c61c536d9c3495eb0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b03d62d550e0e6e406746772cc32a1e7e81de091921eb6e0ac25b30c153df3ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b3b459a1a1364898207dd05bb283229bafc5fa5ed7604c5fe92e799dc42c1ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:db4afc0af9ffb35674d3772d0dfc2e3749784dcfceda73d767df2c5cf9006107_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:47a54271941b0c7d1bc8814aca4b31ba776b5d3d3d6ea41d3b525b7f085742fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8ec035922bfcd5a588d369a730721825e164c274a7e2c87162ad438ebeea1caf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31e898d97d87b0c43a746755b8872a6dec6b0bd556de870094801d5199b199a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e2bf9123a8aac3d0eaa9351f2d6cd7c751499db06856403d8c6a9fff7568bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:388abd5619745ad524974318624ba1d8cfdb0ba41e3fa16401f470095ed44a87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:f1dfa8a9fce31157068d442cf6d9b09e29e2a83f95fbd0f682cb7b150dddbf61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0740db71f976a19d7dd5f0e0cd5546d7219d68be74bc8bf1fac4c5eae7a16242_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d9bbcf233b16ed6b43db5c24369d3ccf05803d91adb3e689eb18b3c02749439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22bca9380841f75d42eae4720083919c1c38d00bb08fbe84091ca50e48a002be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf9075eb21938a8590dcea20d1bb96a36972eb06e05b854868cc95cbabc57b2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1a03601089b67ddfaabf596fdbe824e3b2955f0d55220581615094ebdb654916_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20a06db4b9c4346d5f0286f0db00260fcd0939ab2f0e4c86c403d1f8e54c5f94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:80c176249be3ed3830099b86adb0401b817a7ca1250f8f243840e6d2524b8315_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ccf75e5e656c885e29a31e0d0fa779f00ef1398d66a1bc69e762b9f3cc32d79d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2f42c4e9fa1d9960e305b1e7c1189aef5879dc43479c51b1f920cd61210dfb85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7341c186e5f6062a7188dbccde974c2515215ad623f06336bfd1fac132f0f98d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7fd9f307e37eb326d4c30d072270aaf6d81a6d3883f62fe44a6223511864e719_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9600de60f3804b205a21577167d271c04fd41ee0cd6ad32a1aeecc1c19d258a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:222a84234af503fdf5b087829ae6b45ffdc533b791355ce7ff4b12cc35251de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cad551936072737ee802f2253c1a1d580b13441540a8aaece59ecc700b243a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a25eb4a6f01bb10ed49cb2627fbab93bb566f89e6ed826cc130450cf2d604af5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd6d0286c39b9b3b9d69e3c462386434f07b3ddcc9bce9940547d4b4d096e729_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:09781a3e01d877288b56a047c45c1b74cfa479c5bd310b6315e005542da35e1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1051cd3a9753a4efacd066b7f10a15f95e954e254491b3c4212579186f77e6d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1633de94143c856f563ccfde62a6ec7da92dabcf6490701f3db58a4b47fa0b10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:533068040a004a28d9e282822411d4c3f1643283cdcde4f4fa5c82db828f5e2f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:3b09033b87860a4ba75606d840d43d879d8ee866d44275b08d6139b69ade654a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:4261e8574ce86e15bbf5a8f2af41abf9c66202d1139ad2b80219a29e7c842e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7fcfe2a05914b29ad30407d8cbd7dfc9b8d3c30aa447d04e5973146409ec1380_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:f3170bd634fc62710dfc1606f06eb5751565035d16c8fd60f3ddfd3da3ed004e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a9b2f7d54f53d3bd8ec39679be9bd4a9047c3485186f05452db4d3249aa6f53_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4adc1e1cc1151616dad7100ab91177e2d1c6dde1c565616f18b3582ea515929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cdfb927b8c422068381f1c3ba1167392eb3a18aaf6c5d0746fe76164d8836962_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f83d7df253dad2d53c11a4c5af638af1b2ba649d8ecebe4276e126bb464fff6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:01baec4c72e189b8303d1b174124f5f29555b69853f0abde6eda4ae9a45651fe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4bf1cf7a92131efe291c013363041245a31e9d92f5df746638a6a2c701676fac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:56d854f16973a74f5cce6451f8b926726834b03a7943cb6028b2022926a0c3ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fa6485729cb220e80002e1727d68c696f4ad1b038ab6d8b17b67d779f5ecec94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5e3386bab7719a9d7ad1eb783b66b3760e2cc8df7fe738508faf89c19aee6be6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:967c9190c12262d6c06d47775909ce14ac9edfb4cdf39add507f3188399591d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a4c2c005e7041d6114a9f8a117d099710f4a5777c13d310eac88fc18df3e3d0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b904942c296801b3a0417086c3f194796974ecfa51b462342659793d8ef1f6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2a41208341528480c20944ff218f53d1563af7a52422f7fab2bf3c875c297eb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2bc50d839bccb1ec9b9a546d88efa59c624260e3c9447c36cc30ec5470798614_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a9ce91969a059f4a7615a8d1b54349567e82e688a818de90311d174219a0a63a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b103aa62f71aed577321ac2d8f6e3f9694607aac1e29659b8da66d10c5163d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5d17145f0538df53176b20f6609072be1529184c2aa47d23f0fc02b2c6790872_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:90ad0ab1614aaa0db7cfb01875ac6f165969f961e4cbefde756787bf90e40f91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c2a78dda73b59339b83c9118e937f07ce99aa58e17491c0c3ea70ad238632c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c592d7a0ae2ea9f1718aa7811826a8037919931e38a9cf5f4adbd6914eedcdc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4ff3e7452c90c36207703762d9bf5718fda9e9bfeab292c2110d0642a62e5ba7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be63d8a530533b5a71fbb701373fa55b8b2cfe9ffa4c3f80dd6d25796da24952_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0436b88c3464e4a740ff89ff545746ecbdce9e048bbe74b3b7609357b593f34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e737f9576c2fe99557b914fdb444b3244d503286ec0278fd9a834f1caa1ec6e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0055f88ad2dec72bc6ef801ea8bb48e5f88b986baa30fd4b7c155826a0ba9d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ca5eee102332dbb3d5e537ed9cd8fecd8c7fd77ee04fabc601ac92b7462b59f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:373f8616bf85e3ed6804bd7733108d91e2b10128dcb377a55fc6558753b31dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a6df5e5e7090914e0b36d8778a616940df2c875653c300b3c0666fa9421d4aea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:184fbeb1a637d4359f2d437ce5e66df5be525cdfc8c2620c694fa6f333be2d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a401905ffc8e7e6930959c239b7d567f4b618c9e2772fac3d0c28e4fcb77c834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bcf3d6ae6bc62aafce719480fcfcc6cb361dbd1bd3d2ac6827284544b4fc5014_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3738d6deb573fade6a08d7f240f44a23b67bf173fc43c86d1d1e043e8c05e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f87fec7f73c4e9a4722f35c24ad83c37c9d140b6d3409c1498150ca5dd82c83_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5c570c841b8c0bc5ee5819d8d3c1076fcebb1b3db41a84e81649c61d79b2f7ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6a4a292f4fbe89c8d0e5929093a6937d3b5345dbfe9ec3cc6e377364ce6fe311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c0ba7123f81b89040e9983a390e8de66ef86f0ec3e29e791e86a6fc4f62af6ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:18f7e01f59c11ba158f0ef3ad4554a4c15a3ca64a085a3d5c62e1bcccd4a5bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201da52cc17fc4a261c936d5f208ac76021d008b4f2a88ba8a9fbf321139bfbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aa110a386b4c89281fdd38e6e8e422d054896160d9c3603d7dfa4cafdc83e959_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ccaa0b0b8131638e69295eec5e9302049e00aca79b017d70c0c8e95d20e5b6f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4d856a893b6515c9a955d628eac4d956ebed39d2406deb572973527dfc10d63e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a35360bb1662562cfb897f0a2a7a9d021a08d128bf337ecc1514bb519ab9e8c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97bfde1d18cd802dd1e47cdc877a3c8ff97d5bdf46419808b7ab2e02a8d998ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e7871d3413e864b9ec39d7cf0e99f6d8cdb8d4d38a8ae94819a45991deeced1d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e0181d67215ba2027b954d57d9227a1c35d5369419e4d21471ac5c8ae50ec2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:265e968a0d0b7216b21c8e3b590a9fb0b81740465532ca892eaffb85e37c9af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:357fd3d246907abc291e4ba5b02e2e7877a1fc816f2efd9b7fe91e991127b264_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5926c74298c6c52c1f8af43ee44bf600a0300c4ecb93786fd981812872f39163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1197e695aa845b81357c838a3cf7b6e755a42fdca354ed9fbc6c8f5744ccced3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7c7383954adac64482222f47fb00908bd7f870fd7ce2c1494268dc93776619af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d73ed7c2efea83f28e1a70b45293911cb4d8dc99301da4b9993fdcd2c1f8677_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aa02d748ca0f5633eacc1739003899593b423d5e2a7f2b5d9b4a36dc64ecc6a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:382a785a55e5af76400b35f23f5612c5ff841d37c51a38ee1b01212fb9280099_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fb6de095ea3532d525e2e278b2e3456da13fbc94b177be608623966e2f84541_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b3687dc847513f20e29c0bbbca35468994ee0b52e177f632a8535dbfe46352a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f828529afc575616e41be2150332aa054e9f42812abc9351f657bd32f6b5a210_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ab31aed3980ceeec1958adc98535dbd7c5ce40b2781bbefd3513feea14050650_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c419759b3e6471cc2ba90bc3e4303096263d65d53a594a74598dfe407264d916_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3fd56b6702dd7c9d785c21e758e8e694e9883d111e33e75113ece374dd0a009e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f8b56ddb91b88792028ffb316283e5705d01722499597c57edf2ec3e75f1781b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:67c2f2d9f8ac62717989b549b601e6dd8180dd8094e271a9dffc6c634bc7d748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b040115060c25595dea8a4a55fbfb5702a4c1e398bbc8a980b0317f01099becd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:b06bfa6637f698cfa5839a8098ae04f5edb78f19d2101af13b39ae49febd0d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c1ba2f89f12b3b2861b0dd2ba4521401f3f20706ad42654c9200c2555d744e23_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3e1638949186968df7180903c85cbc7930df6fc8a9138b12836e17b705dae4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:521867e885bb0a42f8b362cf1edeb63a460d646e61ad465efdd836749afc74c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:810ddf6626d9b674c188f60d026e62c272ee2869473f9eaa26af688542fe2b9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d52f090cb60b44c7c22d2b706434208b9603cadab5f4260ae9ec2a115afd8b9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1126b68b78c96dd4cb776b1ac9476e43d05f29b7326f794274d597aeb1419bca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b1b7314947b1c03d6ef3bb06c52dde40b212b58f7dc110afd7972024a89563c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2ba1b5fc06ad3b029fc9d0b9926500671820a698af420d92544cf19e8f4f26ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5706b887588374fe6f40038be60c3283755d6c2a11c6dda885819f8b9dd05c54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6a11e63a4561d31486d78d438284122109581aff4aefe3a921bf97a6a209a6ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ad92ac5e7dbe14f213916c98966a3aaf3ad2ac67f925702081fbcbb567522c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db06297124ab75a063d3d8fde7145692b5eea7dadd97c6a1434b41a3b2ab3312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fdeae1c930715ecb872eac653b93d454bc20ba4e2447c2abd60a5bd5a432a3bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05053767f74fed196934fc29eb5a24abe7137db6d0d49cca8ffa82143ddb977b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5032c37c06878c2fa72bf3c0d73e7d96147638053be9e2c8353711c033fd64d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:8ee280e8db93ce621a08eb46f3c94c4853280f4a5295eb940dc8042b60704a5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e09b508569d3c4fa9a9fb5ddf0e4ab277d317b51c77eed18149504adb7bfdbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:749a78768a39b7313ef73e4ca3e245cc8886053d7a3abba458ea8db5c4b64445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:80d8b142d042dcfa8b077cda41dc6ca3a55561466b96b0a3b8ad3ec7c8cd90db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:883b2b4676d91ace53f70537696e3dc076818b7a890bbed790d6443388fd65ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f464cd180bc485726b457caef9cd5b34b3e56536baf5671bd4f40482fdd86825_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4525bbcd9140577c2b6e2cf54ba8cefd24703da236a562f23d18530983489a43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9111502a9de0999a98f566f1c6465a35ece2e171ace29f84bf93b7802fe3700d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b2b6135d39406821850ee304cb5d72780cbf0e18fb71dd1b35dd7c5a31eea937_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:bd27b9ae42098e00def3f8f917e3e0c3f4f334cdb419333bdb1f6ea144700d68_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:648d9707879a963b62152ef3da3658d6454049241ff7e50912c635cab09c6dc5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b9ccb2dfa89b7b0757d870eedb63725a61a96431e5a1520ad21643e50716f23b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb9d5c2f932ed369af7b29be625f4fc7f76f47db8d06a84ea6dbf2b3ddac5c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d66896cb23ccc7e27febc5d8c9bd1513501db11d6477a7fa1c70ff4c47e28de6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:63316d1a1103fa3cb8d2470bf60c5fb7857f0bac55245572e845a6f1239ac029_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9fb0d83c51675aefb15df08d7f87446b2835d19f1b8d734921b43c76434b10ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:a30f69cb96bd678890979d2fc68b797f411e53ceafde3d931d75b940f628f182_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:bb5f0c8f08b2a8e2acba3bb1091d875672060a931d988800f09cfb4ef54164f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:89a95fde761b6e370ebcc6e08d76652b41631d50111dac21341a629d9cb4babf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a0f2a874bcad541b6a48edef47ca4082d72abf80839600d30a1b29acfd03789c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:abc3545b6ab587de6674f19c677ccb95da1fdbdb13823cd56d4dcd2df763510e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ec3df995657a8905503c24050b58a7e719f6caba2708b13383cffeb8468bd076_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7280c3c94b23c02f9ab552e07b15ec1a8cea77bb8835809801743e40457d50f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:75bd9fc9326aa68c0942f550718c55539ad1d452154e8d27531bc5f99f49db8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8e570bb65c9298095d5c4431da72907547083745aa774cdadb8bc872dde548bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a4137061628ee7356b52c4de8b26b5a563241cb13928caf23a81877b9d6876ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:28b8c29c2e2c0232e4dd1173b02cdc812f46590713324fdecbca5d8df88523ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:66ae58213b3a678151532e79a38c9cc4ff3c0bd07d98039464489132ca828c29_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:bc44fa59cf32048e2af76ac8f45fad39b80826300cd2671fcf835d9b2b60c357_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:be28a110c3a97697fcbb67a732ccbe269175dbddbb149ebc79f02f60c1b9dd5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2b187f47253023351fcd372cec47fee1c13f2b3212dc243867bc0d006689c405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d42ae0fa403a6553a496f1096a45f049bb2d27fde785fd40ca7b8d732ccaba5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6b896e493f0c8b23e216b3e489da62d272c7dbeeb3d82e429e606cb5c656ac60_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6ef9ba3036242b3e423d7d64a7cce1fccefc596841193aad884c88e4f8c2d346_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:49812e9eb190d85a1781c8cc8492d674aaacfe3abea4f1752422dfab7b88c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8f15abf48bcb242728f52a19000e22613d84460462654f31e7e5fc2899d609e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:9adbf9a4a6647361a56dc3854b8746c98a177f2cdeb66538db8fabd006974196_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bb420427cb7bbde984434e4557712f0a01048db6a2325a3f1b07eab2466f7760_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1991cfb139097b1aed3103078cc2f5d57780c62aaa157e0880c8f75a99e31a69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:666607d51bf2762bd6f6e236c5b0aa19246ceafaca27cb2ac033a9a501dde919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ec93b6dac16ecdad6e23001d3d4eed2d0258e5ff4aae7e3b8f1fa35ff2f3ed33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6b46d22438f7de53bcb22267ec5c0e52e6d4b50df41d20e7aba28c073ff21578_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36d57e9cddb34dff822a66f341f4e4aa3a2e008908ce1f6cb57da3cbf1299e3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:cda4d597af08699cb5d8f4f2e5bac8c513f21882b017ddce7c06047b45f9a03a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:70f1b7ddbe805ef95df77bce005d82c06536574024befd35b509998ebb50439e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d5376ed5b4249b6af860d76f148dad5b32608134cbd0c398abad76b9c9d771d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e96ee0fc8ac65ed868a7528820dad13d2aaa19bcc14c2b9917c25e64fecb28de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e97d668f507f731570f1ff04380b5d4994d575fff79910946b5079146af19f00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:37f4f535ee4beac725693db9bf17f78494b3a3b820ae0fd56d42f23b3eea82fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48fb4379e0164ed9408a8374397b255a9c71385d7e35616e6de88580d68cf51b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9e7e5ac1af291a4420b3b55b35f69fce62175a77cbcd4d0b54a7cebff779af52_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:aabeaa795b78d3c176388e6cdfc26dba092fc4a7c001bdacec9266c2d275d8d2_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:6226
Vulnerability from csaf_redhat - Published: 2026-03-31 02:53 - Updated: 2026-04-01 21:59A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
An excessive resource consumption flaw has been discovered in the jsPDF npm library. Passing a maliciously crafted PNG file to the library may result in high CPU usage and a denial of service of the program the library is being used in.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
A symlink validation bypass flaw has been discovered in the npm tar-fs library. Affected versions are vulnerable to a symlink validation bypass if the destination directory is predictable with a specific tarball.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.
A flaw was found in nats-server. The WebSockets implementation fails to enforce a memory allocation limit during the decompression of WebSocket messages. A malicious compressed payload allows an attacker to cause an excessive memory consumption, eventually resulting in a server crash and a complete denial of service.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Multicluster Global Hub v1.6.2 general availability release images, which provide security fixes, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important. \nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub is a set of components that enable you to import one or more hub clusters and manage them from a single hub cluster.",
"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:6226",
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-57810",
"url": "https://access.redhat.com/security/cve/CVE-2025-57810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59343",
"url": "https://access.redhat.com/security/cve/CVE-2025-59343"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27571",
"url": "https://access.redhat.com/security/cve/CVE-2026-27571"
},
{
"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_6226.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Global Hub 1.6.2 security update",
"tracking": {
"current_release_date": "2026-04-01T21:59:48+00:00",
"generator": {
"date": "2026-04-01T21:59:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:6226",
"initial_release_date": "2026-03-31T02:53:32+00:00",
"revision_history": [
{
"date": "2026-03-31T02:53:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T02:53:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:59:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Multicluster Global Hub 1.6.2",
"product": {
"name": "Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.6::el9"
}
}
}
],
"category": "product_family",
"name": "Multicluster Global Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3Ab7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3Af244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3A4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256%3A9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774364330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3Ad4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774362315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649712"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3A2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3Ab59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774362315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649712"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Acbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3Ab5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774362315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649712"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3A78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774245716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1774362315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3Abe5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649712"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64 as a component of Multicluster Global Hub 1.6.2",
"product_id": "Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64",
"relates_to_product_reference": "Multicluster Global Hub 1.6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-57810",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-08-26T16:01:25.508363+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391077"
}
],
"notes": [
{
"category": "description",
"text": "An excessive resource consumption flaw has been discovered in the jsPDF npm library. Passing a maliciously crafted PNG file to the library may result in high CPU usage and a denial of service of the program the library is being used in.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF Denial of Service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited on Red Hat systems as the host operating system is not at risk of degradation.",
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-57810"
},
{
"category": "external",
"summary": "RHBZ#2391077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-57810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-57810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-57810"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/4cf3ab619e565d9b88b4b130bff901b91d8688e9",
"url": "https://github.com/parallax/jsPDF/commit/4cf3ab619e565d9b88b4b130bff901b91d8688e9"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/pull/3880",
"url": "https://github.com/parallax/jsPDF/pull/3880"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v3.0.2",
"url": "https://github.com/parallax/jsPDF/releases/tag/v3.0.2"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-8mvj-3j78-4qmw",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-8mvj-3j78-4qmw"
}
],
"release_date": "2025-08-26T15:37:28.071000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jspdf: jsPDF Denial of Service (DoS)"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59343",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-09-24T18:01:19.612438+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397901"
}
],
"notes": [
{
"category": "description",
"text": "A symlink validation bypass flaw has been discovered in the npm tar-fs library. Affected versions are vulnerable to a symlink validation bypass if the destination directory is predictable with a specific tarball.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar-fs: tar-fs symlink validation bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59343"
},
{
"category": "external",
"summary": "RHBZ#2397901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59343",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59343"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/commit/0bd54cdf06da2b7b5b95cd4b062c9f4e0a8c4e09",
"url": "https://github.com/mafintosh/tar-fs/commit/0bd54cdf06da2b7b5b95cd4b062c9f4e0a8c4e09"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/security/advisories/GHSA-vj76-c3g6-qr5v",
"url": "https://github.com/mafintosh/tar-fs/security/advisories/GHSA-vj76-c3g6-qr5v"
}
],
"release_date": "2025-09-24T17:43:34.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar-fs: tar-fs symlink validation bypass"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
}
],
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: Unexpected session resumption in crypto/tls",
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
}
],
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: Unexpected session resumption in crypto/tls"
},
{
"cve": "CVE-2026-27571",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-24T17:04:11.684134+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442401"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nats-server. The WebSockets implementation fails to enforce a memory allocation limit during the decompression of WebSocket messages. A malicious compressed payload allows an attacker to cause an excessive memory consumption, eventually resulting in a server crash and a complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nats-server: WebSockets pre-auth memory DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw does not require valid NATS credentials to be exploited as the use of compression is negotiated before the authentication process. However, only deployments using WebSockets and that are exposed to untrusted network endpoints are vulnerable to this issue, limiting its exposure. Due to these reasons, this issue has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"known_not_affected": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27571"
},
{
"category": "external",
"summary": "RHBZ#2442401",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442401"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27571",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27571"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/commit/f77fb7c4535e6727cc1a2899cd8e6bbdd8ba2017",
"url": "https://github.com/nats-io/nats-server/commit/f77fb7c4535e6727cc1a2899cd8e6bbdd8ba2017"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/releases/tag/v2.11.12",
"url": "https://github.com/nats-io/nats-server/releases/tag/v2.11.12"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/releases/tag/v2.12.3",
"url": "https://github.com/nats-io/nats-server/releases/tag/v2.12.3"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/security/advisories/GHSA-qrvq-68c2-7grw",
"url": "https://github.com/nats-io/nats-server/security/advisories/GHSA-qrvq-68c2-7grw"
}
],
"release_date": "2026-02-24T15:59:17.926000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T02:53:32+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/multicluster_global_hub/index",
"product_ids": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6226"
},
{
"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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_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": [
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4736201438be34ef50de48b9a3d66db5afc5e5831f43c03b0997868601f6a9df_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:4bc7e3ff6dbf302216dc178f810b05d7a2111dc282f0f750756cf0bf6087500a_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:7a15c7d86a736b47e5622eab05a3afc503211987f6f43a3dbc84e78bbf669571_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:f244199ed6bfaa0b2402a94d1b68b7249cf3eda9d0147316c3d8879d1f897986_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:035d205705b2efd62713bea9d05cffdc5db7a437f050c4a3e3f12746b05c29d4_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3ad24c00931c4024f1acf777d5b4abe874fd90f41a7d16053b11b0a24542ff97_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:437e02ffbc088d65e6697c2fd1d45ffd52c24828846a793661eacf2a26e297bc_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a0ed5f55190d1688180a775074916bb6f3a4cb4dde71b48481c9858b514b7e_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:2e122bde4ebe81137cc444ee6f320bdb9ecc44f04a6f7cc8bddc4118cefcf93c_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:4bc6678736ae57b9980042fa1890226fa0e9850c780815ec641425af6c24c121_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:78651ded14b7828ba304579cc335543b993b395d0725c1980ea388b2130076d2_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:cbeb3fb1de219e3e515ba7e02f34836ebd1717d2dced4a6f1f46058f57e6d5eb_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:9ce0cdeed264fe07ae4372d898bf4842aa54983206967748d00bdc835555d25f_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:239e83fb26062ff6f3f7a50e299e54e272e6342660bb3f387f952edf9e354763_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:39c70f4fcd2ad2bb8495de3e748f8ec60d0dad9e2f7e4d41ebcfde777d99cc0c_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9d6c8bd778da4dd6e45730d8a6c00b8e24e930de6c7b64461d348315495134f4_amd64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:be5fe7a5bb171515bbdd7f747f76aa0cf8486ed62f7a1ee80405b602a810aef7_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:48c808f50398202bcac609f760af2289df8e190cdf6c51165debe4354602573b_arm64",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b59011fdb03a6f9696d6a27b35fd05f0cdb87243e4aac824a309ff8e077361c6_ppc64le",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b5eb668bca1c305eb096d72da69bcb7588e5da5ccd4a6ca765f9075f38699a7a_s390x",
"Multicluster Global Hub 1.6.2:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d4329b36c0c1dda7dbbcfeb826b045df9d1aadd4d606ac62a70a8f7740c445d5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nats-server: WebSockets pre-auth memory DoS"
}
]
}
RHSA-2025:21336
Vulnerability from csaf_redhat - Published: 2025-11-13 15:16 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21336",
"url": "https://access.redhat.com/errata/RHSA-2025:21336"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21336.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:05+00:00",
"generator": {
"date": "2026-03-31T03:09:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21336",
"initial_release_date": "2025-11-13T15:16:28+00:00",
"revision_history": [
{
"date": "2025-11-13T15:16:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T15:16:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.src",
"product": {
"name": "golang-0:1.17.13-7.el9_0.src",
"product_id": "golang-0:1.17.13-7.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.aarch64",
"product": {
"name": "golang-0:1.17.13-7.el9_0.aarch64",
"product_id": "golang-0:1.17.13-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"product_id": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.ppc64le",
"product": {
"name": "golang-0:1.17.13-7.el9_0.ppc64le",
"product_id": "golang-0:1.17.13-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"product_id": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.x86_64",
"product": {
"name": "golang-0:1.17.13-7.el9_0.x86_64",
"product_id": "golang-0:1.17.13-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"product_id": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.13-7.el9_0.x86_64",
"product": {
"name": "golang-race-0:1.17.13-7.el9_0.x86_64",
"product_id": "golang-race-0:1.17.13-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.13-7.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.13-7.el9_0.s390x",
"product": {
"name": "golang-0:1.17.13-7.el9_0.s390x",
"product_id": "golang-0:1.17.13-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.13-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.13-7.el9_0.s390x",
"product": {
"name": "golang-bin-0:1.17.13-7.el9_0.s390x",
"product_id": "golang-bin-0:1.17.13-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.13-7.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-docs-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-docs-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.13-7.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-misc-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-misc-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.13-7.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-src-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-src-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.13-7.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.13-7.el9_0.noarch",
"product": {
"name": "golang-tests-0:1.17.13-7.el9_0.noarch",
"product_id": "golang-tests-0:1.17.13-7.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.13-7.el9_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64"
},
"product_reference": "golang-0:1.17.13-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le"
},
"product_reference": "golang-0:1.17.13-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x"
},
"product_reference": "golang-0:1.17.13-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src"
},
"product_reference": "golang-0:1.17.13-7.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.13-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64"
},
"product_reference": "golang-0:1.17.13-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.13-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64"
},
"product_reference": "golang-bin-0:1.17.13-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-docs-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-misc-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.13-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64"
},
"product_reference": "golang-race-0:1.17.13-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-src-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.13-7.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
},
"product_reference": "golang-tests-0:1.17.13-7.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-13T15:16:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21336"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:golang-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:golang-bin-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-docs-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-misc-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-race-0:1.17.13-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:golang-src-0:1.17.13-7.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:golang-tests-0:1.17.13-7.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:23916
Vulnerability from csaf_redhat - Published: 2025-12-22 14:47 - Updated: 2026-04-01 18:59A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Data Foundation 4.18 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.18 security, enhancement \u0026 bug fix update.",
"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-2025:23916",
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23916.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.18 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-04-01T18:59:36+00:00",
"generator": {
"date": "2026-04-01T18:59:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:23916",
"initial_release_date": "2025-12-22T14:47:09+00:00",
"revision_history": [
{
"date": "2025-12-22T14:47:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T14:47:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T18:59:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.18",
"product": {
"name": "Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Ab40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ae82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Afc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1765612155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Aa1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ad70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Adc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aa5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051377"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3A2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Af551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ab07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Aa81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1765612155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ae7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3Ae21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Abddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Ab6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055560"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Af5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Aa1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Abc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1765612155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ad7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Accc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Acf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Adb3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ab59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ae0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ace99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051377"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Aba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ae6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Aad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Abd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Af59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Af72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T14:47:09+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_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 Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T14:47:09+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:2572
Vulnerability from csaf_redhat - Published: 2026-02-11 16:14 - Updated: 2026-04-01 21:58Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.14 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.14 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.14/html-single/release_notes/index#acm-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:2572",
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2572.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.14.2 security update",
"tracking": {
"current_release_date": "2026-04-01T21:58:43+00:00",
"generator": {
"date": "2026-04-01T21:58:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:2572",
"initial_release_date": "2026-02-11T16:14:44+00:00",
"revision_history": [
{
"date": "2026-02-11T16:14:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-11T16:14:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:58:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aa374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770410994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770668001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ad387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770632254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770554303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Af1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770039851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Afd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770122844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Aadf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769720041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Ac178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ae00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770343757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769721579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ab8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770336554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770402970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Afe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Afa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770680402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770113563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ac8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aaf4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770613422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770628969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770658920"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Ae3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770410994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770668001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aaf2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ae086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770632254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770554303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Acf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770039851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Af7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Aeb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770122844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769720041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Ab4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ac31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Aaee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770343757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ae994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769721579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770336554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Aafdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770402970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770680402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aedc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770113563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770613422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770628969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ac5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ac1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770658920"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Aeee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770410994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Af7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770668001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Afe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Abf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Aecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Add783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Aa39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770632254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Ab034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770554303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ad916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770039851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ac1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770122844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ab7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769720041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ac8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770343757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769721579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ad2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770336554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ae37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770402970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Af638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770680402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770113563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Abf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Aec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ae0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770613422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ace7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770628969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ac4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770658920"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770410994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Ae10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770668001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aaea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769990632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770248324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Af9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770632254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Aac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770554303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770039851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770122844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769720041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aa661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770388341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ae3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770343757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1769721579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770336554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ad958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770402970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ac519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770680402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770113563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Afea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Ab86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770111039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770421120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Ab2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770593899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770507506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770613422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770628969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770050123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770049220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Af77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1770658920"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
}
],
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not 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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T16:14:44+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
}
]
}
RHSA-2025:21382
Vulnerability from csaf_redhat - Published: 2025-11-13 19:01 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21382",
"url": "https://access.redhat.com/errata/RHSA-2025:21382"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21382.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:06+00:00",
"generator": {
"date": "2026-03-31T03:09:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21382",
"initial_release_date": "2025-11-13T19:01:04+00:00",
"revision_history": [
{
"date": "2025-11-13T19:01:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T19:01:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8)",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=src\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.13-3.module%2Bel8.8.0%2B22903%2B37387f31?arch=src\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src (go-toolset:rhel8)",
"product_id": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=src\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.13-3.module%2Bel8.8.0%2B22903%2B37387f31?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.13-3.module%2Bel8.8.0%2B22903%2B37387f31?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-17.module%2Bel8.8.0%2B23626%2Be3eba141?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020251106161253:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-13T19:01:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21382"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.E4S:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:go-toolset-0:1.19.13-3.module+el8.8.0+22903+37387f31.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-bin-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-docs-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-misc-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-race-0:1.19.13-17.module+el8.8.0+23626+e3eba141.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-src-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.TUS:golang-tests-0:1.19.13-17.module+el8.8.0+23626+e3eba141.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:0718
Vulnerability from csaf_redhat - Published: 2026-01-15 15:59 - Updated: 2026-04-01 19:00Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Advanced Cluster Management for Kubernetes 2.13 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/release_notes/index#acm-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:0718",
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0718.json"
}
],
"title": "Red Hat Security Advisory: Moderate: Red Hat Advanced Cluster Management for Kubernetes v2.13.5 security update",
"tracking": {
"current_release_date": "2026-04-01T19:00:54+00:00",
"generator": {
"date": "2026-04-01T19:00:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:0718",
"initial_release_date": "2026-01-15T15:59:28+00:00",
"revision_history": [
{
"date": "2026-01-15T15:59:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-21T16:47:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T19:00:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Adb73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aaa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aa93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ac5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Acffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Afa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aaeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ab501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abeade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ab49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aa96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Acfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Add1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Acd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Af817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Abf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ad371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ad557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Acfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aa25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Aa46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ad0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Afd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Aa1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ae1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aaffc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ac9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adb1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ade02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ad61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aa5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ab66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Aa03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ae8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767656229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767569821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ab7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Af6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768002123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Aef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767829032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768174626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ab7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Add4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767815177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767742659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767975435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Afa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768001991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768088963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ac0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768246235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3Afba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768175238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768284628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Aba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768253501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767417758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767397377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Affe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Acee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768261114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768193705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1768316963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767311056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1767570359"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:59:28+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"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 Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:665b6a98c4bbf958afddaea131ae92b461b9a2a169d310c3880d6d15e64efad5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:94ad71c13775aca9811cd0b0068c57c44e0fbcd161d82b9e44baa03c6c989feb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:a1b37231e73ef52d13f8c6a84f943f1e5f51121e0ceb78b9405d9081aa292fb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cfc3e2ec8aef53bef990b871e97fcffc2e1001d5b6a42ae4e34181cb3877ddf5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:2e4e2180d5912535ac4914569e5e592a501260199cf5371b7d0ac9aec290d0e8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:6cc312032def2c245b43e6af8d57b319616a2713a6bd4f865ee99be6309e5846_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:784b6f4a2ea7f405f769903ee8c12998cf7b27112f9fee75039a6c0f4154a998_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:e1560f85d5351cdf0f0fb90e7d13506a7bb5a0da0a0f414db7b82ca87192912b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:37be373535e469c34571baeb73cd898341596abd32ada59eb7f70d58e415df39_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:8be6a862ffa9225b1a84dcd84ed9988fdda18ef2d65839426d9a9b3177685915_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a93229f32b4fb37b113c9e4faed2eab0e4964df4018f098c8a5c98afd4504e77_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f6f8d26d898df4a477072149e59ffc19429ebab876c8cd2a0d6a651a9c3b6f3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:08b1b9b15029874e227df06846d49560c9594c7885edc57d58cc75c696b068ee_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ca63d4a623ac3e7e0ed562e467ed6cafe3f321212b63f2f8591a026fd0f6bf1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:73ac6ebec978921805d11d61c5806c2efb77e1aa5d029aee8fd24bf88542b156_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c5554d7510c3031b77bb79106dbdafbaf799c4162939f3ec54bdd5695d106d09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:23ee5821994d30b1baeea676d33779059e69ea27b25a776aebc91cc05e7088ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:53da7d735dedf07c2379c7f5e208d72537493df6792ed60b90237a428ce71bdb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:60c34f4c57bf1868afdae915f69927132af9f5aa03cd700a0dc1cbaa1005aecc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:995699e6ce30f497b4941121469449d7b89233cf02f1972bc9baa76de38cd252_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:6e7c13d8d8c5e77a321a23649851b6e51471470d3f5a382e37351112ad8a91b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ca9df94a780782b0ff4d63ddd56d5e0cb63faa2277a10ce162a570ed8e7af6eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:ea5ed610e44cb35d57088dd96403adb224ddb0e1f526750032749a1c8fe6f1ab_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fb369b72bf0a5b34fee9c180c2e4a43aca6e537edf79140b1ce1c9c80f5d068b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:76d8f8546ff38e0d110d56dffa0a1e62cc9690f5696454586fe3e179db1dd8c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:d557d9639e5b26b69181b907e760a826c1e6afeeec4f8f94bf69143a3f3a2115_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:de02b80919c8cbaa9cffe71f72c146f5e443c2d568bbd2555726da90fbcd9a70_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f7c99508aabf170fbd414bd70b013501ea22e43aa5a80626e86c6f9386c89fe6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5ddea05da3eb7b6baca832ae672b7d85d7367392d2a9ce21416c604ce901e907_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:8f0b7b344a5d5cd342720746a129cb362ad797a98ebdd6b26f611b2d0faa7bf8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:91b152a4a591780d816f8b9ea7c48ece106fc970cdda3933f8a8c5741f9bf4df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f813b74a79513e3da2b3e5e2c8a3d56c6418ded6b790078da1adfeb3599f683b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:2ab3b6bb6449e92628cb1b10a53ea7c26723d1a091505fe5fef97d3b7f1cf19b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6dd88ac2e4ead1ed4797625edbbb5d46bddcac1ff35a3f8d2cfb89a1917794b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:a5c6cee014b7f142991c8ad974a9a21e02d62f9ec0e304d6c59b777e238bb765_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ac48fa8aa93c1b97a7a8cc51fa04df390191c41cdfe2ff43d56eb25a479e1430_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:68cf565ea17b361483b8d4fd2f161e7d11bf280d21b3aac5de28c483ca92c977_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:941d78c1bfa6ab66656f6e225c61921a8d6073646605daf91c579dc48bbcf1cc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c43c9ecb442378fa6d676dd4a6790857376464de8ffb261afcd85fbadb748ad4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:cee733bbd48dc75128e70648e36d98c3326c56c12a44dd5aa7f46169c3041ef1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:03d7a69a0d79f4894f550f49b33f51fd968d37a1fdb3b9520eb77d57a7c7d9d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:049b7dc87c940276ed828a99ed4784277caf117bcb6c5c49dde28cd790d7bbe6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:06ce4fefeb6e76dc56eb869c047c285ad7a6333df615000159915543938ee2aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:a46258893752446d26abc21c887a5fb5c7dc69e9d806c83ccfc897615e51776a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:3612a9bada511ccb6d3dc50c56a9a40d6546a9b51f068a17e318b01d008346e5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:6a9b05fd27754deaa2b84be0579974d9f94a47d3f39fc3ca76f612d7a2b70899_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b326cc88285aa4bc15b3e50aae4a8a88b288f7935234663c682dc3ab1470c972_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d0188e40aa4a2ec5a35ef1f70bd9e5df2e1bdc9cda0cf46f93043f8afb4e277c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:663d7605eb81cee0660a5f5da9681b6dbfc6761fd9fb50d0bfd87b6417ab3896_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:66e560fd187ffbcddc1dc9b9bfb3663762e49d64dc97c704e47c93b2d0311ff3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:853a5c2eeae8fc6f32405e1f31e3f5eff87d0ca8c83ac93381fb4bcacdd1bdda_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:88a8336e552e4c2732b42e0a9a421139f09db112a86657e1104647387c25c31b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3ba5bbdf34cd8c435139d647ecb9eeb6fe88e10ba8523fa5e98bc85663bd9f6e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4c45fb5942bd37497b417339bdfb4f9c00047320ecfe42a4c609e2be43729378_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5bcc7f444249dc1bab2f549be9637ac77559d93d653d1201f53a7420178e98f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:a03f55eadb3321c01f37cd905baeae0b70f65ba5e8ba19ce4a51c3373bd9c4ae_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:1be9c5037328aa1c958e6ba236b19b71bb9e2ac1e8641a4e46d01b692a2cd6fa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2cbfa55c96a4aaaf1090046cee2392a44e565c9d5dce26f79d07ccddd9b26ff7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ac96445454d3f0ab3aae42dd5a260b290d472eb7f8ba2af1cd9b0dd72720eb73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:e8ae5c9f252d46213c917db0cf15c792bb5e0e93431099a52b8d597dc6a0a7e7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4e61bb2cc124f37ec9c009e9ee92bfa638ff608f2b28962abbe1ff5614b99155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:6db1528b64024bc8ef5bcd4be824e28bfc42723a00987bb8c0e9e76a7645b2ab_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a036b7bfea1089cd0fa0459be27c83bbc37ffe105b402cc86040869ac8f5370c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:db73710e1bda5e1a38ae0642a0b9bb6aa9bb9adfbfaa784115dacb3b3dd13b52_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:39b616236295973063b57bc10c9d5a5363f232e1ab0aaa70114b852438ce83cb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:75c6919d1a676e852e9d05b18ad7d9f0f5388642111dacd57cd987c182d4ad23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aa77da8cbb39f1037163c9aae974c6ff38d65d10521caee467d06a93d57c5f44_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:dd1020c0dfeee31343febe320e3f7bf2ffc9360a77624ad3bf2a86938079ec35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:5b10ad33c3d6df9518e9ef67876b76023f5ff6604275ef9cabc0a323c458b85f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:affc33a341817b5bd0c4483eaca9822092506c0eb50d7454db6582da2f28581a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:b19d21767dfd86812c2c9f90d21be00c2f1a306a48e9ba79bf0f7259e8749a5e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:f461b2cff4d669d34b19715dc5a92361f7d32a052bcead974be8f00ea1f607a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6e5372fb7e3f1f4f6c19e08151b2a3199552f10f05ef89a754f8e3d046e300b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:81a1445cb5b18ebd5e5b1e1c4cca572fd41eb0db1d32845bb4c7aae1a3bd2eb1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:b7fa755088496c1ff6cbd3fbf258ef8502332885bb92f4926511a8c914ad69ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:cd674330dd7ea16ecd5835655f267018ff9b7d1377bffc42d408bb30f5229831_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:26a016e308137355dd3b8d09ed7a3c72422d6536a04cd10fd0b7c3080068de53_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:886c89b45b1e15a0a0d4d7298f4c273222add875e4f234711876d25fdeeec568_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b86b05f795d55c85da03442935eaa899cc4b1a11042614ccf2268bb617aecdb8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:c9051d16a576f70f6956af056e8736a5f513aaad2653dcfd9853b1322e81d98b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1e856c9b4214d551bcf01b78d925649992ba82f31015853595459ba2982256f3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:29b0ec791fda85735b9f92405f331ac7bc266a7d698bea2440c7b381d5f539a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:8812a1c6f433ae0ba72b01a0e3a18052ddbbe35775b2f947b912654b3e13e2ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:9ea5e3b759327417815ef84d4bdd7949fd3df6a834a4b87a74ff107f6ed62fb2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0ca96b1365be82bdaf81806610373044172bd7b0f883332227cb5bcc86db588d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ec99d63ff15647a5f3ffd8a6ab8cc59783b463a392488f6b19c2c55eea71cb74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:ef59470e0ebdcaa6399ab672ad7c60b7af047a5eee53f3a61e4695ceb9e7f3f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:f817a58ee7e9c2b99249b6fc9a72178f28dafa3383847b1d3dcd4e2260903877_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:11d034e0f0cfe7357423dd7ca4bb450b1a5f4a3e078d05597ef7f53cda19e2dd_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:7aecbf9285612a59fc8e4128f0e674ecce21362c91ca621921fd0944e1694507_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:93c4cf8bc978bce64ef7906a9a34c50ce58521d3021acc261e8bb2c53f1ed812_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:cffcd9716c03b4cf6f36995b071a89626325ec7978943e521214452e24bc14c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0587333ddfc1f1b5df66948c16cfcea1043c538ddb6ebd6524c00310a41dde7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:0a38a048f8e04e08cc92dd4b1bf429670a61cf5b8615a9d3438dc9a68b4b0e6e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:54b289b9be542339fe66563414c41797b47be201e87ada73b690d566513d7459_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:bf1433c1b724907496c3ffbe697e1ae3b1c92cdfd1e2836a652eba80c335cb54_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:338f5ebc52ee1294fe9370c346f87f62a7f5abc361a5d0973323ad80cbc2b0ed_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:8a969e5065b20cf5de48ac8766f2a13f3cfb7bb5db95ea71b30325cd3f42075a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d371ec7fc585b4f2dfb142780dcc7ffd66ec6ea965fa5ea4e2c6aea5d71a9e50_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:db1f83f8fb6a8fc6183f8d32724be12f4cceccd86edc3e755fe68729f66cf567_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0344ecd03e44ba3a5eb9dfc28019dd1db90e09c4e7623757d48fda322f4d5b2f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:20d446443a875d12a9d000ef1824ab5ad757a24eb71f47dff9216134a3a0d734_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:3113b507b4189cfcb00061c3daf95d6fce0f54878d744d3df390a08775802be6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8166dfccdc7da9e6c3c9846945b1ce450bd368d79c3c02898d8c66d5b279a45c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3b41c34927438bdcb065ca130408a4211b4e212408de7fe53adfd11a76167612_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:663e97df6cffe99c1d3e1d01708aef38d9e5a858296fc69af7fc5d2387d64b21_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b4c981a44fd51804708d249cb921b60a1c7dd521181627e78085a20c83bcb86f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:fa5a90216bdb143e64e5cdbd971f6716abdd8c077449157649f9b978e1851e1f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:47cc4ef020503a7916b56785ea56755f8cedd1d0b5bdcf55cb45ebea22d2434f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:b7cdf9f1dbd25494b4d916bc1c9dffce742c9a2e883f5b9b59784f25d452a713_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c6abd61f7c565127001c2337ff144f6a4b66c4adc70ff0259e81f95bc0166978_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:ebd236921f519586c5edb48a2df52cb3ecd86841a16b421eb9d74937bc556c93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:34399b48ac694b999eff65d09bed188a22afaf6f00f4454908190687b081d1a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:787eb26e5a18812d9965728409ee862eb1b94b20dfe16d166787f9a97cd17687_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7a62a7b87b7db8f41f32718d5340246f004c442f91ba2501c5f8a7952e7c7917_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:821ba150580381789bb84988068c6f8026109d0d8b254e4a0e55ab50909ddae4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:1b22096d57d4339657553c510bd033ad3858c9537b5233851a1cc4fe6b42da51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:3f6f0cd8160850697e6b14b7e3a6652a5eb069b14f8962c93e7992cb019b460b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6545f3cd6c2f0aad0d27ac2a15675373d905c5e66da56fd2307825ca807c06a6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:dd4064db7f99a582d4e1b8cc2793e6794b85067689b721c87a6b6a4594585b57_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3b99914511cbeaf3a042c833877ea4bf6e757bd546e7ec23b22a3848a1f4db9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:6e0c311a80288c438ac66021e0c8720607a4856a8eacbb44ac5e0a9ff66dd56d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:70b72d19c9d7f717d5a3ea33556050888ccc70e2eecccdb11ad33c01e2358c48_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9ec30a1fcd0af97efe157e384b0b7888df9e093fcc5a2ecf5e2c6762a535b2b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:448bfd8f1c13918fdfafd2f4b2bdbf1b8e5c20492518f9deaf4fcec944a6df2c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:8c69c2c439db122a49f9cbfa673378cabeda0262c8b1cbd096ee680f1177895f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c035c903d388cce8d070f08a0507c59717c345c5bcddafb6e1b3a212e5757868_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d79ef7d2d1be1eaf5bf3e289c8d5dd982643b4a180a4b92b92fc41f69778fe9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:486f79e587f71cb28a32fb177b2d378a1b98f73283752858a32fd62b47e30cfa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:aeda21b95776223304df43d3c8e5aa545cd9b67943c7abc500472dab852fbdfa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e11276f43ffb43602bb490137b1b9f32e88e180b7554cad8678eb0fda81e0656_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3ab6fc167b7617a23e19dc03e924a2321a274558045586cd684bf51b2269869_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:172e6a9fc4d8b02f767849a89758434c4fa00195b044576bda2473725c57003e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1e569c76daae8b9c2cd727f28f52b77cc46bb008e24d0ca5eb963fdbf47c19b5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8101434f8d7161460b1239d3815f97e5bc6f0c5a6db1c8b43945bc052cbefa55_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:fa0478dc29b2c2efbb01fa4fa18a77ceab2a3cc26a21e026d87272a9d742f140_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ad260988bf476506a5705401e86357b5ce515240fa8e03fe6e2e6aeab46353ee_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c0432249602b1bb0f3e43aea2df89849e5cf0fd32359179a8fb1e6c2812155d7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:cfa42263874ad0bc04f6361739503fe4118e1bc7d15e3863667fd74abd64c137_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:d61fc73b0557c6dca63b4064773a4b91a27cc3a5a45ad2dc007db0a56ab7dc6a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:4d0eab8ffbfee5e9c45818f1cdc1ec3ec6ded394011d58bffd467d3211c5c303_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:60edcd71b0bb7ba8571fc5cc250082d0988996d45f3569ed4136973cd935fdfa_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:863ef3274de8d30a5633bf9a7a4ed8860076f3021a608a8797c8edbd89290e55_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d499d073f4e0bb634b5f40238633ab8f0788bd66792b2465fdc756e2aaa3e321_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:189332e3a0bac4aa37343db9bd5416c4e4fbfabbb29dd4f82fbab784ddf38394_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:257cba15ee7494f6083143b82561a9a002fe3232cc035a053523abb246c5e664_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:61f4b39c336aa11a2baff5860e278e237b72ee36a99f10c7d8dfb52931f2efa0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:fba3aa076aed90c5664045dbde469e6676080850a553dff0c1054da2043a7fa3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:a25252783abbce3681d3f8950e284a696d8e13cdd39d7f7f405ba952740cb2fc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:ba0d18613591f7eb8728c2dcc779e0fb6185cb2ed732d4758889ecb363378b0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:beade93279cd99ea15f9d5b9266b662e46a9afe56ba1055427f135c8eed51f5a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf0c0f29eef7a07399b1e951647ee0d3b65bc7a04e89abb4a2c6dc2325ad739d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:09c5a10a563124059d4fd057172668ceb7439dea190ed4a70619448dbb0b581f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1de35d5f8fe6f4280cb16e3ab0062f6fd2512ee404c2106d7724132acca55f13_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:9d22dea5eaba844b2ae283af05e7cab75a41b5568353c08a30c268aac01daa9d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b501be924fbecda28d880b1f944c10ba9a0276f7791637c30b8880735abbe4bb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:0bd04436dee66d8ab8bdd9be8867d4005f3186b860dbfeabb7c668274a61bf3c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3f5c031ac27b5022dc6da5277e8e08c06144c39feb4df0128fec7252e6b42a69_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c3ebb0f6c90a2fff276cd2697206a2d506fbbb2f468ab69afddc861a7ff3f752_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c6e773b4c74401baedd5b9c1dce0babb41019bbbdac77d0a4e711698a555910b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:170153243e0c7b76219689c4d953c238c938324cefce3ab7af05cc8cfa07c4b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:831d44ea89d278a4abda5447f4ad2790d76298f3bcd2518c83c72255409803cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e70c7f24f000abb608706836dc499ce9df17f008ff6c2574bdc6b6e6cf6e8ade_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ffe2d28d3e80b36cf5e5684ef3e7e3e0d1ea4da79baa7c73e144299486cddcaa_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:17ff29a4356ba14fff51a5a5208cc7cfaddf183f50527208cc946fb0c55efadb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:21f28fab65734597ffd9469e96eb9b9ddbe07547fd82f2d9706feccbcd73f640_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:6b2e67c4ce0c9d50b506e9b0dd75b43b0b4fba86f99323e07c867462e472f135_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:b49db5adfc47e95d525649988151bb7c176358e6f35616fbca001b23fa9d453e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0beec21d640003cf7caf454e42923ebe3f2c993c50c17517bbee7c9baed3e238_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:8a5a26f405db687c27bfafc495f4666d9363692010a5ae95e2b9ab4d0da4ce70_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:a96f152077fead663f71ef644e8ba602bf3a9d89a9504f1cca9a504d593e8a86_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:b66661df636f2f1883ad239273c46524cd82b8d74fdc2c95863b1acce53a017f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:4847ef5c467efc986ae86cc9d1308bf8038d8038615b45f9186c81e5ecd7e248_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:50e1e0fe83dce9cb945f65410d9058ec65a1e3160ae611af8c8d64d4725dca59_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:56a869cdde48df263545231780d68e2681259a4ce6d96d1bbf45660df7e1268a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:fd0175886157e084846f2d0dbaac986b57654a4beb13651897f861aeae1a406a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
RHSA-2026:5645
Vulnerability from csaf_redhat - Published: 2026-03-24 15:38 - Updated: 2026-04-01 21:59A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "cert-manager Operator for Red Hat OpenShift 1.17.1",
"title": "Topic"
},
{
"category": "general",
"text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities\nand certificates as first-class resource types in the Kubernetes API. This makes it possible to provide\ncertificates-as-a-service to developers working within your Kubernetes cluster.",
"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:5645",
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html",
"url": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5645.json"
}
],
"title": "Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.17.1",
"tracking": {
"current_release_date": "2026-04-01T21:59:39+00:00",
"generator": {
"date": "2026-04-01T21:59:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:5645",
"initial_release_date": "2026-03-24T15:38:55+00:00",
"revision_history": [
{
"date": "2026-03-24T15:38:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T15:39:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:59:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cert Manager support for Red Hat OpenShift release 1.17",
"product": {
"name": "Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cert_manager:1.17::el9"
}
}
}
],
"category": "product_family",
"name": "Cert Manager support for Red Hat OpenShift release"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3Aabcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Aa1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Ac73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: Unexpected session resumption in crypto/tls",
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: Unexpected session resumption in crypto/tls"
}
]
}
RHSA-2026:2951
Vulnerability from csaf_redhat - Published: 2026-02-18 14:15 - Updated: 2026-04-01 21:58A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A new version of OpenShift API for Data Protection (OADP) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore\napplication resources, persistent volume data, and internal container\nimages to external backup storage. OADP enables both file system-based and\nsnapshot-based backups for persistent volumes.",
"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:2951",
"url": "https://access.redhat.com/errata/RHSA-2026:2951"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2951.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift API for Data Protection",
"tracking": {
"current_release_date": "2026-04-01T21:58:52+00:00",
"generator": {
"date": "2026-04-01T21:58:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2026:2951",
"initial_release_date": "2026-02-18T14:15:26+00:00",
"revision_history": [
{
"date": "2026-02-18T14:15:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-18T14:15:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T21:58:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift API for Data Protection 1.4",
"product": {
"name": "OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Adfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"product_id": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256%3A6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770645852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3Af8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Ae770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770645005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Ad4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Ac0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c?arch=amd64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643612"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3Adde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Ad48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770645005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Ab89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Aaacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041?arch=arm64\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643612"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Aae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3Afcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770645005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3Aa26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb?arch=s390x\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643612"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Ad7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770644825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3Af355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770645005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256%3A0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Ae9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp\u0026tag=1770643612"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64 as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x as a component of OpenShift API for Data Protection 1.4",
"product_id": "OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T14:15:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2951"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T14:15:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2951"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T14:15:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2951"
}
],
"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": [
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le",
"OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
RHSA-2025:21337
Vulnerability from csaf_redhat - Published: 2025-11-13 15:20 - Updated: 2026-03-31 03:09A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21337",
"url": "https://access.redhat.com/errata/RHSA-2025:21337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21337.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-03-31T03:09:06+00:00",
"generator": {
"date": "2026-03-31T03:09:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2025:21337",
"initial_release_date": "2025-11-13T15:20:08+00:00",
"revision_history": [
{
"date": "2025-11-13T15:20:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-13T15:20:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-31T03:09:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.src",
"product": {
"name": "golang-0:1.19.13-19.el9_2.src",
"product_id": "golang-0:1.19.13-19.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.aarch64",
"product": {
"name": "golang-0:1.19.13-19.el9_2.aarch64",
"product_id": "golang-0:1.19.13-19.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"product_id": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.ppc64le",
"product": {
"name": "golang-0:1.19.13-19.el9_2.ppc64le",
"product_id": "golang-0:1.19.13-19.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"product_id": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.x86_64",
"product": {
"name": "golang-0:1.19.13-19.el9_2.x86_64",
"product_id": "golang-0:1.19.13-19.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"product_id": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.13-19.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.19.13-19.el9_2.x86_64",
"product_id": "golang-race-0:1.19.13-19.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.13-19.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-19.el9_2.s390x",
"product": {
"name": "golang-0:1.19.13-19.el9_2.s390x",
"product_id": "golang-0:1.19.13-19.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-19.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-19.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.19.13-19.el9_2.s390x",
"product_id": "golang-bin-0:1.19.13-19.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-19.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-docs-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.13-19.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-misc-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.13-19.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-src-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-src-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.13-19.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.13-19.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.19.13-19.el9_2.noarch",
"product_id": "golang-tests-0:1.19.13-19.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.13-19.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64"
},
"product_reference": "golang-0:1.19.13-19.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le"
},
"product_reference": "golang-0:1.19.13-19.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x"
},
"product_reference": "golang-0:1.19.13-19.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src"
},
"product_reference": "golang-0:1.19.13-19.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-19.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64"
},
"product_reference": "golang-0:1.19.13-19.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-19.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.19.13-19.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-19.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.19.13-19.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-src-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-19.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.19.13-19.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-13T15:20:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21337"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-19.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-19.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-19.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
CERTFR-2025-AVI-1138
Vulnerability from certfr_avis - Published: 2025-12-26 - Updated: 2025-12-26
De multiples vulnérabilités ont été découvertes dans VMware Tanzu Platform. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | AI Services pour Tanzu Platform versions antérieures à 10.3.2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "AI Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-34351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34351"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-26T00:00:00",
"last_revision_date": "2025-12-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1138",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-26T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu Platform. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu Platform",
"vendor_advisories": [
{
"published_at": "2025-12-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36640",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36640"
}
]
}
CERTFR-2026-AVI-0326
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.6.9 | ||
| VMware | N/A | Python Buildpack versions antérieures à 1.8.83 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.1.9 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 2.4.4 | ||
| VMware | N/A | PHP Buildpack versions antérieures à 4.6.69 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.2.5 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.17 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ pour Tanzu Platform versions antérieures à 10.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 2.4.6 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 1.16.18 | ||
| VMware | Tanzu Platform | Tanzu for Valkey sur Tanzu Platform versions antérieures à 10.2.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.6 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.6.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.83",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.69",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.5",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.17",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.18",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for Valkey sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-28422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28422"
},
{
"name": "CVE-2024-36903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36903"
},
{
"name": "CVE-2024-35875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35875"
},
{
"name": "CVE-2022-50759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50759"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-36026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36026"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2023-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3640"
},
{
"name": "CVE-2024-27435",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27435"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-28420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28420"
},
{
"name": "CVE-2022-49069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49069"
},
{
"name": "CVE-2024-57875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57875"
},
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2023-54129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54129"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2025-39992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39992"
},
{
"name": "CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2023-53562",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53562"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2023-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33875"
},
{
"name": "CVE-2024-41001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41001"
},
{
"name": "CVE-2024-42155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42155"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2025-68196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68196"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2023-53247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53247"
},
{
"name": "CVE-2025-38042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38042"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-53829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53829"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-54002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54002"
},
{
"name": "CVE-2022-50550",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50550"
},
{
"name": "CVE-2022-0400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0400"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2025-68342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68342"
},
{
"name": "CVE-2022-48673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48673"
},
{
"name": "CVE-2022-50425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50425"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2024-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39293"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2025-38669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38669"
},
{
"name": "CVE-2025-40137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40137"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2024-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38306"
},
{
"name": "CVE-2023-53733",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53733"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2023-1386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1386"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2023-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53347"
},
{
"name": "CVE-2023-28374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28374"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2024-36921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36921"
},
{
"name": "CVE-2025-40057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40057"
},
{
"name": "CVE-2024-41050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41050"
},
{
"name": "CVE-2026-25500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25500"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-27558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27558"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2024-35998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35998"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-0076",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0076"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2024-58237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58237"
},
{
"name": "CVE-2024-36909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36909"
},
{
"name": "CVE-2024-42147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42147"
},
{
"name": "CVE-2023-53529",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53529"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"name": "CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"name": "CVE-2023-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54280"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2025-52534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52534"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2024-46705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46705"
},
{
"name": "CVE-2022-50407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50407"
},
{
"name": "CVE-2026-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23196"
},
{
"name": "CVE-2024-26595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26595"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2024-45775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45775"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2022-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49901"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-38329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38329"
},
{
"name": "CVE-2021-33096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33096"
},
{
"name": "CVE-2022-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50230"
},
{
"name": "CVE-2024-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35949"
},
{
"name": "CVE-2025-39947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39947"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53588"
},
{
"name": "CVE-2024-41082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41082"
},
{
"name": "CVE-2023-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53685"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2024-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42253"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2021-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33114"
},
{
"name": "CVE-2025-69645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69645"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2024-36900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36900"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2024-26866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26866"
},
{
"name": "CVE-2024-27010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27010"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2023-52561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52561"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-41069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41069"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-47432",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47432"
},
{
"name": "CVE-2026-24734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24734"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2024-35878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35878"
},
{
"name": "CVE-2023-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53362"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2024-26756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26756"
},
{
"name": "CVE-2022-50815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50815"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-38036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38036"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2024-46860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46860"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2025-38340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38340"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2023-7216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7216"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2026-23217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23217"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2025-68246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68246"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2023-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53320"
},
{
"name": "CVE-2024-44961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44961"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2024-46835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46835"
},
{
"name": "CVE-2025-69650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69650"
},
{
"name": "CVE-2022-50554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50554"
},
{
"name": "CVE-2023-53509",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53509"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2024-46775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46775"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2025-38207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38207"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2024-26807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26807"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2022-49742",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49742"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2024-42118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42118"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2024-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52560"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-52653",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52653"
},
{
"name": "CVE-2025-40285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40285"
},
{
"name": "CVE-2023-52508",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52508"
},
{
"name": "CVE-2025-69647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69647"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2022-49108",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49108"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2025-38717",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38717"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40208"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2024-26767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26767"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2026-2219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2219"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2024-35926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35926"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2024-26983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26983"
},
{
"name": "CVE-2022-50627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50627"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38029"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2023-53258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53258"
},
{
"name": "CVE-2024-46813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46813"
},
{
"name": "CVE-2024-38594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38594"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47658"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38096"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2023-53429",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53429"
},
{
"name": "CVE-2024-46765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46765"
},
{
"name": "CVE-2022-50380",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50380"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2022-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48990"
},
{
"name": "CVE-2024-24864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24864"
},
{
"name": "CVE-2024-35832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35832"
},
{
"name": "CVE-2024-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36479"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2024-45782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45782"
},
{
"name": "CVE-2022-50785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50785"
},
{
"name": "CVE-2025-39745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39745"
},
{
"name": "CVE-2024-35799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35799"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2025-71223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71223"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2023-53765",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53765"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40356"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2023-53325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53325"
},
{
"name": "CVE-2025-21752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21752"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-68220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68220"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2025-68302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68302"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2024-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40975"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2023-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46316"
},
{
"name": "CVE-2024-47866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47866"
},
{
"name": "CVE-2024-44970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44970"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2025-40139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40139"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2022-48667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48667"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-49161",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49161"
},
{
"name": "CVE-2021-21240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21240"
},
{
"name": "CVE-2022-48771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48771"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2024-27400",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27400"
},
{
"name": "CVE-2023-52485",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52485"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2022-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49997"
},
{
"name": "CVE-2022-49469",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49469"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2022-0480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0480"
},
{
"name": "CVE-2025-68173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68173"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53209"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-1272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1272"
},
{
"name": "CVE-2025-21658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21658"
},
{
"name": "CVE-2022-49651",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49651"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2024-26770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26770"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2024-27041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27041"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3195"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-26242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26242"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-52673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52673"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2021-33113",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33113"
},
{
"name": "CVE-2022-48668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48668"
},
{
"name": "CVE-2024-27418",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27418"
},
{
"name": "CVE-2025-68231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68231"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2022-50322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50322"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2022-27635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27635"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2020-12317",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12317"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2024-42128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42128"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2021-4095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4095"
},
{
"name": "CVE-2022-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50240"
},
{
"name": "CVE-2025-40054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40054"
},
{
"name": "CVE-2024-45015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45015"
},
{
"name": "CVE-2025-68184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68184"
},
{
"name": "CVE-2024-36357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36357"
},
{
"name": "CVE-2025-71074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71074"
},
{
"name": "CVE-2025-38673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38673"
},
{
"name": "CVE-2025-40107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40107"
},
{
"name": "CVE-2025-11234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11234"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-53447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53447"
},
{
"name": "CVE-2024-46754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46754"
},
{
"name": "CVE-2021-0161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0161"
},
{
"name": "CVE-2018-1121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1121"
},
{
"name": "CVE-2022-49547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49547"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2025-0622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0622"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-26757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26757"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-53248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53248"
},
{
"name": "CVE-2024-56788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56788"
},
{
"name": "CVE-2016-8660",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8660"
},
{
"name": "CVE-2024-26691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26691"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2025-7519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7519"
},
{
"name": "CVE-2023-53491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53491"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2022-50811",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50811"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2023-4133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4133"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2023-53366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53366"
},
{
"name": "CVE-2022-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49910"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2024-40918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40918"
},
{
"name": "CVE-2024-27032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27032"
},
{
"name": "CVE-2022-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50236"
},
{
"name": "CVE-2024-35932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35932"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2024-35971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35971"
},
{
"name": "CVE-2024-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46762"
},
{
"name": "CVE-2023-34983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34983"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2023-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53323"
},
{
"name": "CVE-2026-3731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3731"
},
{
"name": "CVE-2025-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40198"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2025-39942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39942"
},
{
"name": "CVE-2025-68310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68310"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68229"
},
{
"name": "CVE-2023-52857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52857"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-39929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39929"
},
{
"name": "CVE-2022-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50304"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"name": "CVE-2024-43844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43844"
},
{
"name": "CVE-2023-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52920"
},
{
"name": "CVE-2023-52590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52590"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68321"
},
{
"name": "CVE-2021-0072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0072"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2025-69652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69652"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"name": "CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38353"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2019-0154",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0154"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2023-52761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52761"
},
{
"name": "CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"name": "CVE-2023-53609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53609"
},
{
"name": "CVE-2023-53478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53478"
},
{
"name": "CVE-2024-42117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42117"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2023-53682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53682"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-54770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54770"
},
{
"name": "CVE-2026-3442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3442"
},
{
"name": "CVE-2024-58238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58238"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-40237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40237"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2024-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35945"
},
{
"name": "CVE-2025-39990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39990"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-53780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53780"
},
{
"name": "CVE-2020-35501",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35501"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-52624",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52624"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-50700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50700"
},
{
"name": "CVE-2023-52632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52632"
},
{
"name": "CVE-2024-46836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46836"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2024-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38556"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2023-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53198"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2025-40333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40333"
},
{
"name": "CVE-2022-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50234"
},
{
"name": "CVE-2025-38082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38082"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2023-4969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4969"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-35946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35946"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-53789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53789"
},
{
"name": "CVE-2022-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49858"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2024-35803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35803"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2024-8612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8612"
},
{
"name": "CVE-2023-52586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52586"
},
{
"name": "CVE-2025-40332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40332"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2021-33110",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33110"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2019-19378",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19378"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2024-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40972"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2025-71073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71073"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2024-36911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36911"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2024-36917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36917"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2023-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53068"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2021-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31615"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2022-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49932"
},
{
"name": "CVE-2022-25837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25837"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53221"
},
{
"name": "CVE-2024-26719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26719"
},
{
"name": "CVE-2022-44034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44034"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53072"
},
{
"name": "CVE-2023-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2007"
},
{
"name": "CVE-2022-37341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37341"
},
{
"name": "CVE-2025-69648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69648"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2024-46843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46843"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-38709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38709"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-4408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4408"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-53602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53602"
},
{
"name": "CVE-2023-2828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2828"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2023-53867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53867"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2025-38038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38038"
},
{
"name": "CVE-2024-46802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46802"
},
{
"name": "CVE-2025-39859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39859"
},
{
"name": "CVE-2025-40313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40313"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2023-33053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33053"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-38261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38261"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-69644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69644"
},
{
"name": "CVE-2022-49303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49303"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2024-42320",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42320"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-39877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39877"
},
{
"name": "CVE-2022-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3114"
},
{
"name": "CVE-2023-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52916"
},
{
"name": "CVE-2025-38064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38064"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2024-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35937"
},
{
"name": "CVE-2022-50628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50628"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-43824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43824"
},
{
"name": "CVE-2025-39886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39886"
},
{
"name": "CVE-2022-50350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50350"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2022-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50721"
},
{
"name": "CVE-2022-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50095"
},
{
"name": "CVE-2025-40073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40073"
},
{
"name": "CVE-2024-26662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26662"
},
{
"name": "CVE-2026-3196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3196"
},
{
"name": "CVE-2025-61662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61662"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2021-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0168"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"name": "CVE-2022-50583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50583"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2024-38554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38554"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2023-0030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0030"
},
{
"name": "CVE-2024-42110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42110"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2024-53179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53179"
},
{
"name": "CVE-2024-57945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57945"
},
{
"name": "CVE-2023-54233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54233"
},
{
"name": "CVE-2024-43899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43899"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2019-15213",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15213"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2022-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49935"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2024-35956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35956"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2023-54237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54237"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2023-53424",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53424"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2019-19814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19814"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-44962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44962"
},
{
"name": "CVE-2025-68322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68322"
},
{
"name": "CVE-2024-35931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35931"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-39927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39927"
},
{
"name": "CVE-2026-1703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1703"
},
{
"name": "CVE-2023-26551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26551"
},
{
"name": "CVE-2024-46857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46857"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2015-8553",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8553"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2024-36966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36966"
},
{
"name": "CVE-2023-53332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53332"
},
{
"name": "CVE-2024-35924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35924"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2022-49471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49471"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2023-53753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53753"
},
{
"name": "CVE-2024-41074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41074"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2017-13694",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13694"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2013-7445",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7445"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2023-52701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52701"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-26647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26647"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2022-49317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49317"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2018-12928",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12928"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2023-53671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53671"
},
{
"name": "CVE-2025-40354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40354"
},
{
"name": "CVE-2024-26938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26938"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2024-35999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35999"
},
{
"name": "CVE-2023-29942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29942"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2022-48633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48633"
},
{
"name": "CVE-2022-3238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3238"
},
{
"name": "CVE-2024-38557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38557"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2023-53584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53584"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2022-50418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50418"
},
{
"name": "CVE-2023-53438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53438"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-53460",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53460"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2024-56671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56671"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2025-39940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39940"
},
{
"name": "CVE-2023-52751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52751"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2023-53483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53483"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2022-38076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38076"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2024-56368",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56368"
},
{
"name": "CVE-2025-40075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40075"
},
{
"name": "CVE-2022-49172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49172"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-40979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40979"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2022-44033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44033"
},
{
"name": "CVE-2024-56757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56757"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-38069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38069"
},
{
"name": "CVE-2022-49750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49750"
},
{
"name": "CVE-2023-53707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53707"
},
{
"name": "CVE-2023-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53115"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2023-54107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54107"
},
{
"name": "CVE-2022-48646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48646"
},
{
"name": "CVE-2024-43912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43912"
},
{
"name": "CVE-2024-35808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35808"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-61663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61663"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-36948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36948"
},
{
"name": "CVE-2022-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48887"
},
{
"name": "CVE-2024-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40977"
},
{
"name": "CVE-2024-26948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26948"
},
{
"name": "CVE-2023-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53370"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2023-45929",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45929"
},
{
"name": "CVE-2025-68343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68343"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2021-33115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33115"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"name": "CVE-2024-39508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39508"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-32249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32249"
},
{
"name": "CVE-2025-37899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37899"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-40362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40362"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2024-43831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43831"
},
{
"name": "CVE-2023-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30630"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-38330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38330"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2017-13693",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13693"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2025-36423",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36423"
},
{
"name": "CVE-2022-49622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49622"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2022-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50284"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2024-41008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41008"
},
{
"name": "CVE-2024-27035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27035"
},
{
"name": "CVE-2023-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53218"
},
{
"name": "CVE-2022-25836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25836"
},
{
"name": "CVE-2024-37354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37354"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-29934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29934"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2024-36951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36951"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-38438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38438"
},
{
"name": "CVE-2025-40032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40032"
},
{
"name": "CVE-2023-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26555"
},
{
"name": "CVE-2023-1193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1193"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2024-46806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46806"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"name": "CVE-2025-68779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68779"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-48514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48514"
},
{
"name": "CVE-2024-41030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41030"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2024-47664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47664"
},
{
"name": "CVE-2024-36915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36915"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2024-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49504"
},
{
"name": "CVE-2025-38118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53367"
},
{
"name": "CVE-2022-50500",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50500"
},
{
"name": "CVE-2019-14899",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14899"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2025-40206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40206"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2021-0164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0164"
},
{
"name": "CVE-2026-26958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26958"
},
{
"name": "CVE-2024-46870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46870"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2023-53748",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53748"
},
{
"name": "CVE-2024-26740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26740"
},
{
"name": "CVE-2022-49173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49173"
},
{
"name": "CVE-2024-45781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45781"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2022-50551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50551"
},
{
"name": "CVE-2026-26269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26269"
},
{
"name": "CVE-2024-43872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43872"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-69649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69649"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2025-40336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40336"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2022-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49766"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2023-52569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52569"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2022-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49940"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2020-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25743"
},
{
"name": "CVE-2022-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50167"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-27704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27704"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2021-3735",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3735"
},
{
"name": "CVE-2025-40353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40353"
},
{
"name": "CVE-2024-46861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46861"
},
{
"name": "CVE-2025-40222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40222"
},
{
"name": "CVE-2022-50634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50634"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54514"
},
{
"name": "CVE-2025-71202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71202"
},
{
"name": "CVE-2015-7837",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7837"
},
{
"name": "CVE-2025-0677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0677"
},
{
"name": "CVE-2024-45780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45780"
},
{
"name": "CVE-2024-46749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46749"
},
{
"name": "CVE-2022-50492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50492"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-26552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26552"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-59691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59691"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2023-52481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52481"
},
{
"name": "CVE-2023-52888",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52888"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2024-47666",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47666"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2023-0160",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0160"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-1788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1788"
},
{
"name": "CVE-2023-53721",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53721"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2022-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50256"
},
{
"name": "CVE-2024-42091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42091"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-37907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37907"
},
{
"name": "CVE-2024-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38625"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2023-4010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4010"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2024-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46727"
},
{
"name": "CVE-2023-54028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54028"
},
{
"name": "CVE-2024-42129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42129"
},
{
"name": "CVE-2023-54105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54105"
},
{
"name": "CVE-2018-17977",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17977"
},
{
"name": "CVE-2019-1010204",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010204"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"name": "CVE-2022-50354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50354"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-52589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52589"
},
{
"name": "CVE-2022-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41848"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53434"
},
{
"name": "CVE-2023-29935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29935"
},
{
"name": "CVE-2023-35061",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35061"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21636"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2021-0172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0172"
},
{
"name": "CVE-2024-47662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47662"
},
{
"name": "CVE-2018-12930",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12930"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-41067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41067"
},
{
"name": "CVE-2024-26844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26844"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-40193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40193"
},
{
"name": "CVE-2023-32644",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32644"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2024-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46681"
},
{
"name": "CVE-2024-36927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36927"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-40012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40012"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-8354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8354"
},
{
"name": "CVE-2023-54323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54323"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0689"
},
{
"name": "CVE-2022-50316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50316"
},
{
"name": "CVE-2023-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31347"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2023-53657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53657"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2023-52732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52732"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2022-49167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49167"
},
{
"name": "CVE-2025-68311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68311"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2024-41088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41088"
},
{
"name": "CVE-2025-0690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0690"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2023-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53052"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2022-49234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49234"
},
{
"name": "CVE-2022-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50163"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-26699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26699"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2022-50390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50390"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2025-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31648"
},
{
"name": "CVE-2025-0678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0678"
},
{
"name": "CVE-2024-41075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41075"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2025-40195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40195"
},
{
"name": "CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2023-53574",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53574"
},
{
"name": "CVE-2022-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50166"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2024-56738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56738"
},
{
"name": "CVE-2022-50778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50778"
},
{
"name": "CVE-2024-42067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42067"
},
{
"name": "CVE-2022-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49971"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2025-39789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39789"
},
{
"name": "CVE-2022-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49124"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2022-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50195"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2024-40998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40998"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2025-68318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68318"
},
{
"name": "CVE-2022-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49980"
},
{
"name": "CVE-2023-52634",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52634"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2025-62526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62526"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2024-45776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45776"
},
{
"name": "CVE-2022-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50090"
},
{
"name": "CVE-2025-40340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40340"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2020-14356",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14356"
},
{
"name": "CVE-2025-68745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68745"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2023-53764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53764"
},
{
"name": "CVE-2024-53687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53687"
},
{
"name": "CVE-2025-39901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39901"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2024-38628",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38628"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-38672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38672"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-0684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0684"
},
{
"name": "CVE-2025-10158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10158"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40146"
},
{
"name": "CVE-2025-38359",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38359"
},
{
"name": "CVE-2019-20794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20794"
},
{
"name": "CVE-2023-53849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53849"
},
{
"name": "CVE-2022-4543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4543"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2023-53627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53627"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-38091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38091"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2023-53575",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53575"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2022-3523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3523"
},
{
"name": "CVE-2026-26157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26157"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2023-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38417"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2021-45261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45261"
},
{
"name": "CVE-2025-40074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40074"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2023-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53037"
},
{
"name": "CVE-2024-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46842"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2025-13462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13462"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2025-69646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69646"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2020-26142",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26142"
},
{
"name": "CVE-2022-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49955"
},
{
"name": "CVE-2023-53628",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53628"
},
{
"name": "CVE-2025-29943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29943"
},
{
"name": "CVE-2025-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39978"
},
{
"name": "CVE-2023-31346",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31346"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2025-38140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38140"
},
{
"name": "CVE-2022-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50002"
},
{
"name": "CVE-2025-38621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38621"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39908"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2025-34034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34034"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-59692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59692"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2018-12931",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12931"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2022-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50224"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-13791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13791"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2024-49990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49990"
},
{
"name": "CVE-2020-15802",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15802"
},
{
"name": "CVE-2020-24240",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24240"
},
{
"name": "CVE-2024-46718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46718"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2021-0066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0066"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2023-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53376"
},
{
"name": "CVE-2023-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53538"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2022-50357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50357"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2023-52671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52671"
},
{
"name": "CVE-2022-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50303"
},
{
"name": "CVE-2024-35870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35870"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-36013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36013"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40196"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2023-52676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52676"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2017-13165",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13165"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2025-39932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39932"
},
{
"name": "CVE-2024-47683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47683"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-46811",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46811"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2025-40040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40040"
},
{
"name": "CVE-2023-53635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53635"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2022-49531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49531"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2022-49810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49810"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2023-26586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26586"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-44950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44950"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2022-50332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50332"
},
{
"name": "CVE-2023-53822",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53822"
},
{
"name": "CVE-2024-27408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27408"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2022-50461",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50461"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2023-26554",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26554"
},
{
"name": "CVE-2025-38486",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38486"
},
{
"name": "CVE-2021-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26934"
},
{
"name": "CVE-2023-53466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53466"
},
{
"name": "CVE-2025-21629",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21629"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53168"
},
{
"name": "CVE-2022-49528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49528"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-45888",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45888"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2023-52749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52749"
},
{
"name": "CVE-2025-39754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39754"
},
{
"name": "CVE-2025-40286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40286"
},
{
"name": "CVE-2022-49967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49967"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2022-49245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49245"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2022-50871",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50871"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2025-39958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39958"
},
{
"name": "CVE-2018-8956",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8956"
},
{
"name": "CVE-2025-40266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40266"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2022-49420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49420"
},
{
"name": "CVE-2022-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40964"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-3441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3441"
},
{
"name": "CVE-2024-36244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36244"
},
{
"name": "CVE-2023-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53149"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2022-50746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50746"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2022-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49943"
},
{
"name": "CVE-2022-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50260"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2020-12319",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12319"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49568"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2024-36924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36924"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2023-3397",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3397"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2024-26672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26672"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2023-53806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53806"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2021-33139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33139"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2024-46808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46808"
},
{
"name": "CVE-2026-26158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26158"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2025-68288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68288"
},
{
"name": "CVE-2025-38168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38168"
},
{
"name": "CVE-2023-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53547"
},
{
"name": "CVE-2019-20426",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20426"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2022-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50212"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2023-54259",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54259"
},
{
"name": "CVE-2025-68802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68802"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2025-1369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1369"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-68317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68317"
},
{
"name": "CVE-2023-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53231"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2022-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2961"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-33155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33155"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2022-50851",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50851"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"name": "CVE-2025-38674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38674"
},
{
"name": "CVE-2025-40093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40093"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-45777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45777"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2022-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49965"
},
{
"name": "CVE-2025-54771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54771"
},
{
"name": "CVE-2024-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0564"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2025-69651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69651"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-40335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40335"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2024-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58098"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2022-28667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28667"
},
{
"name": "CVE-2023-53383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53383"
},
{
"name": "CVE-2024-46717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46717"
},
{
"name": "CVE-2024-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25743"
},
{
"name": "CVE-2022-50704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50704"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2024-41036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41036"
},
{
"name": "CVE-2023-53751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53751"
},
{
"name": "CVE-2025-0033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0033"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2024-42319",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42319"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-13716",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13716"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2022-40735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
},
{
"name": "CVE-2024-36024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36024"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-54190",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54190"
},
{
"name": "CVE-2023-52879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52879"
},
{
"name": "CVE-2025-68281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68281"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2025-38440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38440"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"name": "CVE-2025-68236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68236"
},
{
"name": "CVE-2024-39286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39286"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-68333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68333"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-52625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52625"
},
{
"name": "CVE-2023-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53353"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2023-53702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53702"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2024-26842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26842"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2023-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54059"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2021-0170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0170"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2024-40966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40966"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2022-50571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50571"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-40180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40180"
},
{
"name": "CVE-2022-49393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49393"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-71204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71204"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2023-32651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32651"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-71115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71115"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2022-50862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50862"
},
{
"name": "CVE-2025-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1118"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2023-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53355"
},
{
"name": "CVE-2022-25265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25265"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2026-23181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23181"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2023-53558",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53558"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-22860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22860"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2025-40247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40247"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-0686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0686"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2025-68781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68781"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2021-0173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0173"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2024-45778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45778"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2024-47661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47661"
},
{
"name": "CVE-2026-28418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28418"
},
{
"name": "CVE-2023-54151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54151"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2024-46803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46803"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2022-36351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36351"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2024-36478",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36478"
},
{
"name": "CVE-2024-43832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43832"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2024-46720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46720"
},
{
"name": "CVE-2024-26658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26658"
},
{
"name": "CVE-2026-2243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2243"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2024-38564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
},
{
"name": "CVE-2021-0174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0174"
},
{
"name": "CVE-2025-8746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8746"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-45779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45779"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2025-40077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40077"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"name": "CVE-2024-46823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46823"
},
{
"name": "CVE-2023-32642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32642"
},
{
"name": "CVE-2025-71227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71227"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2024-46733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46733"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2022-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50015"
},
{
"name": "CVE-2025-40071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40071"
},
{
"name": "CVE-2024-7883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7883"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2022-50772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50772"
},
{
"name": "CVE-2024-56717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56717"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2023-54234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54234"
},
{
"name": "CVE-2022-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45885"
},
{
"name": "CVE-2022-49783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49783"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2025-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47153"
},
{
"name": "CVE-2025-40080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40080"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2022-49539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49539"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2024-26869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2021-20255",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20255"
},
{
"name": "CVE-2022-48979",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48979"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2023-54180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54180"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2024-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46848"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2024-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36009"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2024-36350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36350"
},
{
"name": "CVE-2023-25951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25951"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2023-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53152"
},
{
"name": "CVE-2021-0308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0308"
},
{
"name": "CVE-2025-68315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68315"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2022-1205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1205"
},
{
"name": "CVE-2023-45927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45927"
},
{
"name": "CVE-2020-25742",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25742"
},
{
"name": "CVE-2022-0987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0987"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2025-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40217"
},
{
"name": "CVE-2025-38199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38199"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2022-50720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50720"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2023-50387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50387"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-39961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39961"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2024-26876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26876"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2023-52657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52657"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2024-58089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58089"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2022-49127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49127"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2020-25741",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25741"
},
{
"name": "CVE-2022-50748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50748"
},
{
"name": "CVE-2023-53767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53767"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53180"
},
{
"name": "CVE-2026-28419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28419"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2023-53385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53385"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-46678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46678"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2023-53620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53620"
},
{
"name": "CVE-2022-50539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50539"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2022-49496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49496"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2025-39957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39957"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2023-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53540"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-53261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53261"
},
{
"name": "CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-39931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39931"
},
{
"name": "CVE-2023-54187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54187"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-44032",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44032"
},
{
"name": "CVE-2024-57895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57895"
},
{
"name": "CVE-2023-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53240"
},
{
"name": "CVE-2025-13735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13735"
},
{
"name": "CVE-2023-53694",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53694"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-35794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35794"
},
{
"name": "CVE-2023-52829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52829"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2025-38033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38033"
},
{
"name": "CVE-2024-41023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41023"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-36910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36910"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2024-56737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56737"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2020-11935",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11935"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2025-68309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68309"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2025-40003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40003"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2024-57898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57898"
},
{
"name": "CVE-2020-35503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35503"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-56639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56639"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2021-0183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0183"
},
{
"name": "CVE-2025-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39884"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2024-36914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36914"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2022-49764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49764"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-38092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38092"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2023-26553",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26553"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2024-6519",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6519"
},
{
"name": "CVE-2024-46729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46729"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50266"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2023-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53093"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2022-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50009"
},
{
"name": "CVE-2022-26047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26047"
},
{
"name": "CVE-2024-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53240"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2024-36949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36949"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2024-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2193"
},
{
"name": "CVE-2025-4382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4382"
},
{
"name": "CVE-2022-28693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2023-54242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54242"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2024-41062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41062"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-50518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50518"
},
{
"name": "CVE-2022-49829",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49829"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2016-2568",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2568"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2018-12929",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12929"
},
{
"name": "CVE-2024-26853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26853"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2025-39952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39952"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2024-45783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45783"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-53410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53410"
},
{
"name": "CVE-2023-53254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53254"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47210"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2021-0165",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0165"
},
{
"name": "CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2025-38205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38205"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2024-58241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58241"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2022-49833",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49833"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-68282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68282"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2024-46726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46726"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2025-1125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1125"
},
{
"name": "CVE-2023-53647",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53647"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-0012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0012"
},
{
"name": "CVE-2020-12313",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12313"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2021-0166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0166"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2022-3872",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3872"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68177"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-43866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43866"
},
{
"name": "CVE-2024-37021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37021"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"name": "CVE-2025-68191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68191"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2024-46730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46730"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2024-46728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46728"
},
{
"name": "CVE-2023-53561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53561"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2024-58100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58100"
},
{
"name": "CVE-2020-0256",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0256"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-26954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26954"
},
{
"name": "CVE-2025-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21634"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2025-38047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38047"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2024-41013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41013"
},
{
"name": "CVE-2023-54320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54320"
},
{
"name": "CVE-2024-43911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43911"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2017-0537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-0537"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2025-68219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68219"
},
{
"name": "CVE-2022-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50232"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2023-26112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26112"
},
{
"name": "CVE-2018-6952",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6952"
},
{
"name": "CVE-2020-14304",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14304"
},
{
"name": "CVE-2024-46834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46834"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-40110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40110"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2022-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50016"
},
{
"name": "CVE-2025-29481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29481"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-61661",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61661"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2024-25740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25740"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2021-0176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0176"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2022-48998",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48998"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2024-42273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42273"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2022-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49974"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2019-20633",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20633"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2021-3714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3714"
},
{
"name": "CVE-2023-54071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54071"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-40036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40036"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2025-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39833"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2024-35784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35784"
},
{
"name": "CVE-2024-56591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56591"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2024-57976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57976"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2025-0685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0685"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2022-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50071"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2024-56180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56180"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2025-38643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38643"
},
{
"name": "CVE-2021-3864",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3864"
},
{
"name": "CVE-2025-39771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39771"
},
{
"name": "CVE-2023-52591",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52591"
},
{
"name": "CVE-2024-26648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26648"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2020-24352",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24352"
},
{
"name": "CVE-2024-36000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36000"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2025-38360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38360"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2024-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0217"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2021-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47658"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2019-12067",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12067"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-44963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44963"
},
{
"name": "CVE-2023-53348",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53348"
},
{
"name": "CVE-2022-48766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48766"
},
{
"name": "CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2022-50467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50467"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54047"
},
{
"name": "CVE-2023-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53382"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-39677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39677"
},
{
"name": "CVE-2023-53651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53651"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2022-50383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50383"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-53387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53387"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2024-45774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45774"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-61664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61664"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2022-50863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50863"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2024-35843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35843"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39762"
},
{
"name": "CVE-2024-40999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40999"
},
{
"name": "CVE-2023-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53292"
},
{
"name": "CVE-2023-52576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52576"
},
{
"name": "CVE-2024-27002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2025-21730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21730"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2023-52660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52660"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2023-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53371"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2024-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27025"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2024-27011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27011"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2024-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38543"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2023-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53187"
},
{
"name": "CVE-2025-38689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38689"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2022-48744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48744"
},
{
"name": "CVE-2025-38070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38070"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-62525",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62525"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2021-0175",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0175"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2022-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48706"
},
{
"name": "CVE-2025-40334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40334"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2024-46716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46716"
},
{
"name": "CVE-2012-4542",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-4542"
},
{
"name": "CVE-2021-3773",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3773"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2022-49267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49267"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-38189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38189"
},
{
"name": "CVE-2022-48628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48628"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2021-44534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44534"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2025-68193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68193"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2023-28720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28720"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2024-46833",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46833"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2023-53742",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53742"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38041"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2023-53452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53452"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-6610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6610"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2022-50616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50616"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2023-53544",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53544"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2022-50708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50708"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
},
{
"name": "CVE-2025-9301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9301"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0326",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37233",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37233"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37237",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37237"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37236",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37236"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37246",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37246"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37235",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37235"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37229",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37229"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37226",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37226"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37230",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37230"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37242",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37242"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37228",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37228"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37240",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37240"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37243",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37243"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37234",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37234"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37231",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37231"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37239",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37239"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37227",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37227"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37232",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37232"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37247",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37247"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37241",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37241"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37238",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37238"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37244",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37244"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37245",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37245"
}
]
}
CERTFR-2026-AVI-0266
Vulnerability from certfr_avis - Published: 2026-03-11 - Updated: 2026-03-11
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Valkey versions 7.2.x ant\u00e9rieures \u00e0 7.2.12",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.0.x ant\u00e9rieures \u00e0 8.0.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.1.x ant\u00e9rieures \u00e0 8.1.6",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 9.0.x ant\u00e9rieures \u00e0 9.0.3",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-0232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0232"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2024-41996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41996"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2026-0988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0988"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2026-2100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2100"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2026-0990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0990"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2026-24883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24883"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2026-1757",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1757"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"name": "CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"name": "CVE-2025-64118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64118"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2026-0992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0992"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2023-39804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39804"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2026-0989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0989"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
}
],
"initial_release_date": "2026-03-11T00:00:00",
"last_revision_date": "2026-03-11T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0266",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37185",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37185"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37184",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37184"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37182",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37182"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37183",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37183"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37186",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37186"
}
]
}
CERTFR-2025-AVI-0960
Vulnerability from certfr_avis - Published: 2025-11-04 - Updated: 2025-11-04
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v4.0.x antérieures à v4.0.16 | ||
| VMware | Tanzu Greenplum | Cloud Service Broker pour AWS pour VMware Tanzu Platform versions antérieures à 1.15.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à Upgrade 1.10.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.32.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.9.0 | ||
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v4.1.x antérieures à v4.1.5 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum SQL Editor versions antérieures à 1.2.0 | ||
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v3.13.x antérieures à v3.13.11 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v4.0.x ant\u00e9rieures \u00e0 v4.0.16",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour AWS pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.15.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.2.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 Upgrade 1.10.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.32.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.9.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v4.1.x ant\u00e9rieures \u00e0 v4.1.5",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum SQL Editor versions ant\u00e9rieures \u00e0 1.2.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v3.13.x ant\u00e9rieures \u00e0 v3.13.11",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
}
],
"initial_release_date": "2025-11-04T00:00:00",
"last_revision_date": "2025-11-04T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0960",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-04T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36296",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36296"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36302",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36302"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36297",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36297"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36300",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36300"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36298",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36298"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36299",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36299"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36301",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36301"
}
]
}
CERTFR-2025-AVI-1129
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.11 | ||
| VMware | Tanzu Platform | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.1 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.3.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.2.6+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | .NET Core Buildpack versions antérieures à 2.4.72 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.23+LTS-T |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.6+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.72",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.23+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3573"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-3044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3044"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2020-7792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7792"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1129",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36626"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36633",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36633"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36630",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36630"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36631",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36631"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36629"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36632",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36632"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36627"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36628"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36625",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36625"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis - Published: 2025-11-06 - Updated: 2025-11-06
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2026-AVI-0218
Vulnerability from certfr_avis - Published: 2026-02-26 - Updated: 2026-02-26
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | Platform Services pour Tanzu Platform versions antérieures à 10.3.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.5 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 16.x antérieures à 16.12.0 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions antérieures à 4.3.2 sur Kubernetes | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 18.x antérieures à 18.2.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.238.x | ||
| VMware | Workstation | Workstation versions antérieures à 25H2u1 | ||
| VMware | Fusion | Fusion versions antérieures à 25H2u1 sur MacOS | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.1065.x | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 15.x antérieures à 15.16.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.95.x | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 17.x antérieures à 17.8.0 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions antérieures à 14.21.0 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Platform Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 16.x ant\u00e9rieures \u00e0 16.12.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 4.3.2 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 18.x ant\u00e9rieures \u00e0 18.2.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.238.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Workstation versions ant\u00e9rieures \u00e0 25H2u1",
"product": {
"name": "Workstation",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Fusion versions ant\u00e9rieures \u00e0 25H2u1 sur MacOS",
"product": {
"name": "Fusion",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.1065.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 15.x ant\u00e9rieures \u00e0 15.16.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.95.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 17.x ant\u00e9rieures \u00e0 17.8.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 14.21.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2026-22722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22722"
},
{
"name": "CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2021-22898",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22898"
},
{
"name": "CVE-2025-38490",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38490"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2025-39987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39987"
},
{
"name": "CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-38579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38579"
},
{
"name": "CVE-2025-37761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37761"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-37865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37865"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2024-7006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7006"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"name": "CVE-2025-38711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38711"
},
{
"name": "CVE-2025-38487",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38487"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-38335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38335"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-38304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38304"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38471"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-38230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38230"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-40055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40055"
},
{
"name": "CVE-2025-38158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38158"
},
{
"name": "CVE-2025-37872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37872"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-38588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38588"
},
{
"name": "CVE-2026-22801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22801"
},
{
"name": "CVE-2025-39876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39876"
},
{
"name": "CVE-2025-40029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40029"
},
{
"name": "CVE-2025-38279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38279"
},
{
"name": "CVE-2025-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38561"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2025-38574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38574"
},
{
"name": "CVE-2022-2255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2255"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-40048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40048"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2022-48468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48468"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2025-39757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39757"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2025-38474",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38474"
},
{
"name": "CVE-2025-7545",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7545"
},
{
"name": "CVE-2025-37979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37979"
},
{
"name": "CVE-2025-40043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40043"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-39772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39772"
},
{
"name": "CVE-2025-37936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37936"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-38601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38601"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2022-47008",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47008"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-38104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38104"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-37871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2025-39702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39702"
},
{
"name": "CVE-2025-39973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39973"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-38645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38645"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2025-22126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22126"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-28164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28164"
},
{
"name": "CVE-2025-37755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37755"
},
{
"name": "CVE-2025-39685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39685"
},
{
"name": "CVE-2025-38660",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38660"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2025-39943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39943"
},
{
"name": "CVE-2025-39945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39945"
},
{
"name": "CVE-2025-11840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11840"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2022-47629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47629"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2025-38624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38624"
},
{
"name": "CVE-2025-38388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38388"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2025-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38417"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-38323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38323"
},
{
"name": "CVE-2025-40019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40019"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2025-39889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39889"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2025-40081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40081"
},
{
"name": "CVE-2025-38087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38087"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-1181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1181"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2023-25586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25586"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2017-20052",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-20052"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2025-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40153"
},
{
"name": "CVE-2025-0840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0840"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40121"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-11468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11468"
},
{
"name": "CVE-2025-40204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40204"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-40171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40171"
},
{
"name": "CVE-2025-37918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37918"
},
{
"name": "CVE-2025-37917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37917"
},
{
"name": "CVE-2025-38290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38290"
},
{
"name": "CVE-2021-22901",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22901"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2021-3998",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3998"
},
{
"name": "CVE-2025-1179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1179"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-38578",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38578"
},
{
"name": "CVE-2025-38675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38675"
},
{
"name": "CVE-2025-39911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39911"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2025-38646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38646"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2025-38708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38708"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-40125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40125"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2025-40349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40349"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2026-22715",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22715"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2025-37784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37784"
},
{
"name": "CVE-2025-39701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39701"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-40187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40187"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-37815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37815"
},
{
"name": "CVE-2025-38686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38686"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2025-39913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39913"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2022-47007",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47007"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2025-38609",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38609"
},
{
"name": "CVE-2025-39967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39967"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2025-38463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38463"
},
{
"name": "CVE-2025-40115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40115"
},
{
"name": "CVE-2023-25433",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25433"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2025-38521",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38521"
},
{
"name": "CVE-2025-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
},
{
"name": "CVE-2025-39709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39709"
},
{
"name": "CVE-2025-38282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38282"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39689"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-39787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39787"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2025-39731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39731"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2025-38653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38653"
},
{
"name": "CVE-2025-38571",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38571"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2021-45078",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45078"
},
{
"name": "CVE-2025-38695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38695"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2025-39749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39749"
},
{
"name": "CVE-2025-39949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39949"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2022-4285",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4285"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2025-40173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40173"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2026-22716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22716"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2025-39923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39923"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2025-38456",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38456"
},
{
"name": "CVE-2025-38538",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38538"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2025-6176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6176"
},
{
"name": "CVE-2022-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47695"
},
{
"name": "CVE-2025-38295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38295"
},
{
"name": "CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39953"
},
{
"name": "CVE-2022-50458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50458"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2026-2006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2006"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-39681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39681"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2025-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40167"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"name": "CVE-2025-39969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39969"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2025-40194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40194"
},
{
"name": "CVE-2025-38706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38706"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38699"
},
{
"name": "CVE-2025-37927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
},
{
"name": "CVE-2025-38707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38707"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2025-37897",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37897"
},
{
"name": "CVE-2016-9840",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9840"
},
{
"name": "CVE-2025-37911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
},
{
"name": "CVE-2025-40245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40245"
},
{
"name": "CVE-2025-38587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38587"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2025-37869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37869"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2023-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53107"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2025-37930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-38677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38677"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2025-1182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1182"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-38253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38253"
},
{
"name": "CVE-2025-38123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38123"
},
{
"name": "CVE-2025-38338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38338"
},
{
"name": "CVE-2025-38555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38555"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2025-40001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40001"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2008-0888",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-0888"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2025-38027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38027"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-40035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40035"
},
{
"name": "CVE-2025-38283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38283"
},
{
"name": "CVE-2023-25584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25584"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-39988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39988"
},
{
"name": "CVE-2026-2005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2005"
},
{
"name": "CVE-2025-38455",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38455"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2025-38584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38584"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2025-39675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39675"
},
{
"name": "CVE-2025-39679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39679"
},
{
"name": "CVE-2025-11082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11082"
},
{
"name": "CVE-2025-38527",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38527"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-40233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40233"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-38149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38149"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-40020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40020"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38693"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2025-40188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40188"
},
{
"name": "CVE-2025-38685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38685"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-1149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1149"
},
{
"name": "CVE-2025-38648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38648"
},
{
"name": "CVE-2025-38278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38278"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-37764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37764"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-44840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44840"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2025-38053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38053"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2026-0988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0988"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-37912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
},
{
"name": "CVE-2025-38482",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38482"
},
{
"name": "CVE-2023-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-38634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38634"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2025-38008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38008"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-39730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39730"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2022-50444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50444"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2025-38619",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38619"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2025-38095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38095"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2025-39737",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39737"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2021-46174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46174"
},
{
"name": "CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"name": "CVE-2025-40049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40049"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2023-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53164"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2021-22924",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22924"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-38724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38724"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2023-26966",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26966"
},
{
"name": "CVE-2025-40070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40070"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2025-38582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38582"
},
{
"name": "CVE-2025-37813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37813"
},
{
"name": "CVE-2025-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38543"
},
{
"name": "CVE-2025-38698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38698"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-39739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39739"
},
{
"name": "CVE-2022-48065",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48065"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2025-38496",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38496"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2022-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47696"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-38533",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38533"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2025-40205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40205"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-38169",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38169"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2025-38511",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38511"
},
{
"name": "CVE-2025-38537",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38537"
},
{
"name": "CVE-2025-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38546"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-37887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37887"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-39743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39743"
},
{
"name": "CVE-2025-39718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39718"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-38005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2022-35205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35205"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2025-38354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38354"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2025-38712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38712"
},
{
"name": "CVE-2025-38732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38732"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2025-39773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39773"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2025-38696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38696"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-38274",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38274"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-64505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64505"
},
{
"name": "CVE-2025-39885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39885"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-37874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37874"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2025-38632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38632"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-37988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37988"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-37969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2025-38548",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38548"
},
{
"name": "CVE-2025-37816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37816"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2016-9843",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9843"
},
{
"name": "CVE-2025-1178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1178"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2025-37921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37921"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-38258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38258"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2025-37828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37828"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-1176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1176"
},
{
"name": "CVE-2025-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37769"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-39970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39970"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2025-37935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37935"
},
{
"name": "CVE-2025-38396",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38396"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-38407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38407"
},
{
"name": "CVE-2025-39994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39994"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2025-12119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12119"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2025-38493",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38493"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-38670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38670"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2023-34410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34410"
},
{
"name": "CVE-2025-38602",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38602"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2025-28162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28162"
},
{
"name": "CVE-2025-38007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38007"
},
{
"name": "CVE-2025-37923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40220"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-38142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38142"
},
{
"name": "CVE-2022-23990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23990"
},
{
"name": "CVE-2022-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49920"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2025-38478",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38478"
},
{
"name": "CVE-2025-38568",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38568"
},
{
"name": "CVE-2025-38583",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38583"
},
{
"name": "CVE-2025-39788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39788"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-37831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37831"
},
{
"name": "CVE-2025-38499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38499"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2022-28391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28391"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-40109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40109"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-38735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38735"
},
{
"name": "CVE-2022-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50247"
},
{
"name": "CVE-2025-40006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40006"
},
{
"name": "CVE-2025-12383",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12383"
},
{
"name": "CVE-2025-38652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38652"
},
{
"name": "CVE-2025-38110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38110"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2025-38402",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38402"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2025-39698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39698"
},
{
"name": "CVE-2025-64506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64506"
},
{
"name": "CVE-2025-37915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2025-40011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40011"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2025-38303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38303"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2025-40231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40231"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2025-38018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38018"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2025-38614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38614"
},
{
"name": "CVE-2025-37991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2025-64720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64720"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2022-3970",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3970"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50249"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-37978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37978"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2025-38210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38210"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38664"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2023-53182",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53182"
},
{
"name": "CVE-2025-38322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38322"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-38385",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38385"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2025-11083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11083"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-38694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38694"
},
{
"name": "CVE-2025-37793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37793"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2025-38676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38676"
},
{
"name": "CVE-2025-38530",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38530"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-37826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37826"
},
{
"name": "CVE-2025-37986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37986"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2022-3479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3479"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2025-40183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40183"
},
{
"name": "CVE-2025-38019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38019"
},
{
"name": "CVE-2025-38729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38729"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2025-39998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39998"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2025-37962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37962"
},
{
"name": "CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"name": "CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"name": "CVE-2025-38681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38681"
},
{
"name": "CVE-2023-25435",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25435"
},
{
"name": "CVE-2025-37799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37799"
},
{
"name": "CVE-2022-29155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29155"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-38593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38593"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2025-39968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39968"
},
{
"name": "CVE-2023-33285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33285"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-65018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65018"
},
{
"name": "CVE-2025-39795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39795"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-37801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37801"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2025-37863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37863"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2025-37901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37901"
},
{
"name": "CVE-2025-38687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38687"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2025-37864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37864"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2025-38307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38307"
},
{
"name": "CVE-2025-11081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11081"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-37916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37916"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2025-39986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39986"
},
{
"name": "CVE-2026-22184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22184"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-66293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66293"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2025-38529",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38529"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-38055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38055"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-38715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38715"
},
{
"name": "CVE-2021-22897",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22897"
},
{
"name": "CVE-2025-39734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39734"
},
{
"name": "CVE-2025-38089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38089"
},
{
"name": "CVE-2025-40078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40078"
},
{
"name": "CVE-2025-38382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38382"
},
{
"name": "CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38608"
},
{
"name": "CVE-2025-38650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38650"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2025-39710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39710"
},
{
"name": "CVE-2025-40116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40116"
},
{
"name": "CVE-2025-68249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68249"
},
{
"name": "CVE-2026-0990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0990"
},
{
"name": "CVE-2025-38124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38124"
},
{
"name": "CVE-2025-39934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39934"
},
{
"name": "CVE-2025-37925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37925"
},
{
"name": "CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2025-39683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39683"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2025-40179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40179"
},
{
"name": "CVE-2025-37972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37972"
},
{
"name": "CVE-2025-38183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38183"
},
{
"name": "CVE-2025-40127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40127"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-39794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39794"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2022-48063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48063"
},
{
"name": "CVE-2024-53589",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53589"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-38528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38528"
},
{
"name": "CVE-2025-39996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39996"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2023-32181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32181"
},
{
"name": "CVE-2025-38292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38292"
},
{
"name": "CVE-2025-40053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40053"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38010"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2025-39951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39951"
},
{
"name": "CVE-2025-38468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38468"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2025-40120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40120"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2025-11495",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11495"
},
{
"name": "CVE-2025-38688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38688"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2019-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9076"
},
{
"name": "CVE-2025-37970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2025-21884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21884"
},
{
"name": "CVE-2025-37905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
},
{
"name": "CVE-2025-38390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38390"
},
{
"name": "CVE-2025-38013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38013"
},
{
"name": "CVE-2021-20205",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20205"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2025-38713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38713"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40243"
},
{
"name": "CVE-2025-38148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38148"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2025-38094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2025-38289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38289"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-39782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39782"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-38697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38697"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-37949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-38691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38691"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-11414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11414"
},
{
"name": "CVE-2025-38489",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38489"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2025-38483",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38483"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2025-38639",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38639"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-38612",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38612"
},
{
"name": "CVE-2022-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50250"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2021-29390",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29390"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2025-38566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38566"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2025-39721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39721"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2025-39760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39760"
},
{
"name": "CVE-2025-40118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40118"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2025-38718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2025-38392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38392"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2025-39673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39673"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-38663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38663"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2025-40021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40021"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-38156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38156"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-26519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-37846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37846"
},
{
"name": "CVE-2025-38722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38722"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2025-40044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40044"
},
{
"name": "CVE-2025-13034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13034"
},
{
"name": "CVE-2021-20284",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20284"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-40112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40112"
},
{
"name": "CVE-2025-22101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22101"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38374"
},
{
"name": "CVE-2025-39703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39703"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2025-38549",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38549"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-1972",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1972"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-38101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38101"
},
{
"name": "CVE-2023-32573",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32573"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2025-37992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
},
{
"name": "CVE-2025-38577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38577"
},
{
"name": "CVE-2025-38671",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38671"
},
{
"name": "CVE-2020-19726",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19726"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"name": "CVE-2025-38299",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38299"
},
{
"name": "CVE-2025-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40154"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-38635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38635"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-47010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47010"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-38488",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38488"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2025-38265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38265"
},
{
"name": "CVE-2025-23149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23149"
},
{
"name": "CVE-2022-33070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33070"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2025-37873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37873"
},
{
"name": "CVE-2024-57360",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57360"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2025-39766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39766"
},
{
"name": "CVE-2025-39801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39801"
},
{
"name": "CVE-2025-37922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37922"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-39724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39724"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2025-39687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39687"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2025-38510",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38510"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2025-38246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38246"
},
{
"name": "CVE-2025-39758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39758"
},
{
"name": "CVE-2025-39694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39694"
},
{
"name": "CVE-2025-38220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38220"
},
{
"name": "CVE-2025-38405",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38405"
},
{
"name": "CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"name": "CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2025-38429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38429"
},
{
"name": "CVE-2022-25236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25236"
},
{
"name": "CVE-2023-30775",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30775"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2025-38155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38155"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-37977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37977"
},
{
"name": "CVE-2023-37369",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37369"
},
{
"name": "CVE-2024-48615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48615"
},
{
"name": "CVE-2025-38365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38365"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2025-38668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38668"
},
{
"name": "CVE-2025-37973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37973"
},
{
"name": "CVE-2025-68750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68750"
},
{
"name": "CVE-2025-38260",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38260"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-37827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37827"
},
{
"name": "CVE-2025-38721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38721"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2025-40126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40126"
},
{
"name": "CVE-2025-39972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39972"
},
{
"name": "CVE-2025-37748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37748"
},
{
"name": "CVE-2025-38364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38364"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2023-25588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25588"
},
{
"name": "CVE-2025-39684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39684"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-38526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38526"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2025-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38472"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2025-8959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8959"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-38506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38506"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2025-38494",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38494"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38604"
},
{
"name": "CVE-2025-38623",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38623"
},
{
"name": "CVE-2025-38193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38193"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-40200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40200"
},
{
"name": "CVE-2025-38236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38236"
},
{
"name": "CVE-2025-38725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38725"
},
{
"name": "CVE-2025-37975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37975"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2025-40124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40124"
},
{
"name": "CVE-2025-38347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38347"
},
{
"name": "CVE-2025-39776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39776"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2025-39880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39880"
},
{
"name": "CVE-2025-37998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2025-37968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37968"
},
{
"name": "CVE-2025-38376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38376"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-0665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0665"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2012-0880",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0880"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-38683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38683"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-39736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39736"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2018-9996",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9996"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2025-8225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8225"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2025-8224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8224"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-40215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40215"
},
{
"name": "CVE-2025-40111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40111"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2025-37809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37809"
},
{
"name": "CVE-2025-40068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40068"
},
{
"name": "CVE-2025-5245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5245"
},
{
"name": "CVE-2025-38185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38185"
},
{
"name": "CVE-2025-39691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39691"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-40042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40042"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2025-39890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39890"
},
{
"name": "CVE-2025-39742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39742"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-22102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22102"
},
{
"name": "CVE-2025-37987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37987"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2026-22695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22695"
},
{
"name": "CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"name": "CVE-2025-11966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11966"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2026-0992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0992"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2022-47011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47011"
},
{
"name": "CVE-2025-38610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38610"
},
{
"name": "CVE-2025-37772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37772"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-38214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38214"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2021-3549",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3549"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2025-37994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
},
{
"name": "CVE-2025-38551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38551"
},
{
"name": "CVE-2025-38701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38701"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2025-5244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5244"
},
{
"name": "CVE-2021-37972",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37972"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2023-4863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4863"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-39937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39937"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2025-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38469"
},
{
"name": "CVE-2025-38581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38581"
},
{
"name": "CVE-2021-30560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30560"
},
{
"name": "CVE-2025-1153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1153"
},
{
"name": "CVE-2025-62408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62408"
},
{
"name": "CVE-2025-40060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40060"
},
{
"name": "CVE-2026-2003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2003"
},
{
"name": "CVE-2025-39790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39790"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
},
{
"name": "CVE-2025-38680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38680"
},
{
"name": "CVE-2025-37754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37754"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2025-11412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11412"
},
{
"name": "CVE-2025-38497",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38497"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-38684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38684"
},
{
"name": "CVE-2025-38165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38165"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-39686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39686"
},
{
"name": "CVE-2025-39798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39798"
},
{
"name": "CVE-2025-38495",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38495"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2025-38730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38730"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2023-25434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25434"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-39714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39714"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2025-14819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14819"
},
{
"name": "CVE-2025-37759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37759"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-38414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38414"
},
{
"name": "CVE-2022-35206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35206"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2025-37933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37933"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2025-37886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37886"
},
{
"name": "CVE-2022-38533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38533"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2025-40297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40297"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-40178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40178"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-38576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38576"
},
{
"name": "CVE-2025-39869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39869"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-39985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39985"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2023-36660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36660"
},
{
"name": "CVE-2025-37900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37900"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2023-25585",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25585"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2025-39719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39719"
},
{
"name": "CVE-2025-37990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
},
{
"name": "CVE-2020-12762",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12762"
},
{
"name": "CVE-2025-38553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38553"
},
{
"name": "CVE-2025-38190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38190"
},
{
"name": "CVE-2025-3198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3198"
},
{
"name": "CVE-2025-38180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38180"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-39738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39738"
},
{
"name": "CVE-2026-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2007"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-37960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37960"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-39713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39713"
},
{
"name": "CVE-2025-37763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37763"
},
{
"name": "CVE-2025-11839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11839"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2024-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8244"
},
{
"name": "CVE-2025-22128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22128"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-38277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38277"
},
{
"name": "CVE-2025-37913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
},
{
"name": "CVE-2025-39756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39756"
},
{
"name": "CVE-2025-38539",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38539"
},
{
"name": "CVE-2026-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2004"
},
{
"name": "CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2026-0900",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0900"
},
{
"name": "CVE-2020-16599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16599"
},
{
"name": "CVE-2021-46822",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46822"
},
{
"name": "CVE-2022-45703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45703"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-38480",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38480"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2025-39946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39946"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-39804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39804"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2025-39693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39693"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-38630",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38630"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2022-47673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47673"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2025-39980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39980"
},
{
"name": "CVE-2021-20197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20197"
},
{
"name": "CVE-2023-24056",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24056"
},
{
"name": "CVE-2026-0902",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0902"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2025-38481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38481"
},
{
"name": "CVE-2025-38585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38585"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2026-22717",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22717"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2025-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38625"
},
{
"name": "CVE-2025-38164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38164"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-29480",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29480"
},
{
"name": "CVE-2025-40346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40346"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2023-1999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1999"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2025-39676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39676"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-7546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7546"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2025-1148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1148"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-38427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38427"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2025-38217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38217"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2025-40030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40030"
},
{
"name": "CVE-2025-40244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40244"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-39995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39995"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2025-39783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39783"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2025-38255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38255"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2023-1579",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1579"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2025-38622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38622"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2025-37909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
},
{
"name": "CVE-2025-38700",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38700"
},
{
"name": "CVE-2021-43396",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43396"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2025-38532",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38532"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-39712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39712"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2021-22945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22945"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-39907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39907"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2026-25547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25547"
},
{
"name": "CVE-2025-38640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38640"
},
{
"name": "CVE-2023-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38197"
},
{
"name": "CVE-2025-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38476"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-64702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64702"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-40140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40140"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2025-40223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40223"
},
{
"name": "CVE-2025-38572",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38572"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2025-38182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38182"
},
{
"name": "CVE-2025-38550",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38550"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2026-0989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0989"
},
{
"name": "CVE-2025-38170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38170"
},
{
"name": "CVE-2025-39711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39711"
},
{
"name": "CVE-2025-22115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22115"
},
{
"name": "CVE-2025-22120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22120"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-38535",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38535"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-11494",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11494"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-39873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39873"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2025-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38473"
},
{
"name": "CVE-2025-38113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38113"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2025-38714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38714"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38470"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2025-40351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40351"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-39752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39752"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-02-26T00:00:00",
"last_revision_date": "2026-02-26T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0218",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-26T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37096",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37096"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37092",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37092"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37102",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37102"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37078",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37078"
},
{
"published_at": "2026-02-26",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37109",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37109"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37087",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37087"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37090",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37090"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37077",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37077"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37098",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37098"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37079",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37079"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37101",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37101"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37104",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37104"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37080",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37080"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37097",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37097"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37083",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37083"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37086",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37086"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37082",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37082"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37100",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37100"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37099",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37099"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37081",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37081"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37089",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37089"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37076",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37076"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37088",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37088"
},
{
"published_at": "2026-02-26",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36986",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36986"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37103"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37084",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37084"
},
{
"published_at": "2026-02-26",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37110",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37110"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37093",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37093"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37085",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37085"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37095"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37094"
}
]
}
CERTFR-2026-AVI-0112
Vulnerability from certfr_avis - Published: 2026-02-02 - Updated: 2026-02-02
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.7 | ||
| VMware | Tanzu Kubernetes Grid Integrated Edition | Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions antérieures à 1.24.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.7+LTS-T | ||
| VMware | N/A | NodeJS Buildpack versions antérieures à 1.8.74 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.3 | ||
| VMware | Tanzu Platform | Telemetry pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | N/A | Platform Automation Toolkit versions antérieures à 5.4.0 | ||
| VMware | N/A | VMware Harbor Registry versions antérieures à 2.14.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.4 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions ant\u00e9rieures \u00e0 1.24.0",
"product": {
"name": "Tanzu Kubernetes Grid Integrated Edition",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.7+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.74",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.3",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.4.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Harbor Registry versions ant\u00e9rieures \u00e0 2.14.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-28164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28164"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2026-24882",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24882"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2023-34231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34231"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-64505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64505"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"name": "CVE-2025-28162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28162"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-64506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64506"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2025-64720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64720"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-14762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14762"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-65018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65018"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-11414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11414"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2026-24883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24883"
},
{
"name": "CVE-2025-39964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39964"
},
{
"name": "CVE-2025-39993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39993"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-6966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6966"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-8959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8959"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-40018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40018"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2025-67499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67499"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-11413",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11413"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-23419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23419"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-11412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11412"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2026-24881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24881"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-11494",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11494"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-02-02T00:00:00",
"last_revision_date": "2026-02-02T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0112",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36902",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36902"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36908",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36908"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36897",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36897"
},
{
"published_at": "2026-02-01",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36912",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36912"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36904",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36904"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36900",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36900"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36903",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36903"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36909",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36909"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36899",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36899"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36906",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36906"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36907",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36907"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36901",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36901"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36905",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36905"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36898",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36898"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36910",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36910"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36911",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36911"
}
]
}
CERTFR-2025-AVI-0756
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 6.0.19+LTS-T | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 10.0.9 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T | ||
| VMware | Tanzu Operations Manager | Tanzu Operations Manager versions antérieures à 3.1.2 | ||
| VMware | Tanzu | Tanzu Scheduler versions antérieures à 2.0.20 | ||
| VMware | Tanzu | Spring Cloud Services for VMware Tanzu versions antérieures à 3.3.9 | ||
| VMware | Tanzu | Single Sign-On for VMware Tanzu Application Service versions antérieures à 1.16.12 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy Azure Light versions antérieures à 1.894 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy versions antérieures à 1.894 | ||
| VMware | Tanzu | Tanzu Hub versions antérieures à 10.2.1 | ||
| VMware | Tanzu | Java Buildpack versions antérieures à 4.84.0 | ||
| VMware | Tanzu | Tanzu for MySQL on Cloud Foundry versions antérieures à 10.0.2 | ||
| VMware | Tanzu | Tanzu GemFire versions antérieures à 10.1.4 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Operations Manager versions ant\u00e9rieures \u00e0 3.1.2",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Scheduler versions ant\u00e9rieures \u00e0 2.0.20",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services for VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.9",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On for VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.12",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy Azure Light versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.84.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL on Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.2",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2025-4088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4088"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2021-35636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35636"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-0448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0448"
},
{
"name": "CVE-2021-35583",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35583"
},
{
"name": "CVE-2025-3032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3032"
},
{
"name": "CVE-2019-2585",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2585"
},
{
"name": "CVE-2021-2352",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2352"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2021-3236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3236"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2020-14861",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14861"
},
{
"name": "CVE-2025-0242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0242"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2021-35639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35639"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2018-3279",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3279"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2019-2982",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2982"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2022-21253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21253"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2024-10467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10467"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2022-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21538"
},
{
"name": "CVE-2022-22965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22965"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2025-5281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5281"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2019-2808",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2808"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2023-3138",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3138"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-35575",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35575"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-8027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8027"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2022-21436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21436"
},
{
"name": "CVE-2025-2857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2857"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2020-14773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14773"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2023-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5841"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2023-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22015"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2019-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2589"
},
{
"name": "CVE-2023-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2022-21418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21418"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2021-2441",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2441"
},
{
"name": "CVE-2025-1939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1939"
},
{
"name": "CVE-2023-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21877"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2020-2921",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2921"
},
{
"name": "CVE-2021-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2357"
},
{
"name": "CVE-2025-0440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0440"
},
{
"name": "CVE-2024-21207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2025-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4091"
},
{
"name": "CVE-2025-5065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5065"
},
{
"name": "CVE-2025-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0996"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2019-2596",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2596"
},
{
"name": "CVE-2019-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2879"
},
{
"name": "CVE-2025-0445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0445"
},
{
"name": "CVE-2019-2630",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2630"
},
{
"name": "CVE-2025-9308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9308"
},
{
"name": "CVE-2019-2607",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2607"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2022-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21522"
},
{
"name": "CVE-2024-10459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10459"
},
{
"name": "CVE-2019-2495",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2495"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2023-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22026"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2020-14829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14829"
},
{
"name": "CVE-2020-14576",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14576"
},
{
"name": "CVE-2022-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21529"
},
{
"name": "CVE-2025-37871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
},
{
"name": "CVE-2023-39017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39017"
},
{
"name": "CVE-2024-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46751"
},
{
"name": "CVE-2025-0434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0434"
},
{
"name": "CVE-2022-21435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21435"
},
{
"name": "CVE-2020-14777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14777"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2019-3003",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3003"
},
{
"name": "CVE-2020-14839",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14839"
},
{
"name": "CVE-2019-3018",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3018"
},
{
"name": "CVE-2021-35623",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35623"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2022-21460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21460"
},
{
"name": "CVE-2025-8881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8881"
},
{
"name": "CVE-2019-2993",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2993"
},
{
"name": "CVE-2020-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2686"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2021-2170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2170"
},
{
"name": "CVE-2022-21379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21379"
},
{
"name": "CVE-2021-2215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2215"
},
{
"name": "CVE-2020-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
},
{
"name": "CVE-2025-4609",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4609"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2021-2022",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
},
{
"name": "CVE-2024-10461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10461"
},
{
"name": "CVE-2022-21526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21526"
},
{
"name": "CVE-2021-2172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2172"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2022-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21528"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2021-2299",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2299"
},
{
"name": "CVE-2020-2892",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2892"
},
{
"name": "CVE-2025-5959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5959"
},
{
"name": "CVE-2024-45772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45772"
},
{
"name": "CVE-2016-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2149"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2023-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21865"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2021-35640",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35640"
},
{
"name": "CVE-2024-10464",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10464"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2020-2853",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2853"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-2783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
},
{
"name": "CVE-2025-1414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1414"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2018-3170",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3170"
},
{
"name": "CVE-2020-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2774"
},
{
"name": "CVE-2020-14771",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14771"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-3066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3066"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2019-2685",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2685"
},
{
"name": "CVE-2021-2196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2196"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-21197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2025-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8037"
},
{
"name": "CVE-2025-4918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4918"
},
{
"name": "CVE-2023-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21881"
},
{
"name": "CVE-2022-49168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49168"
},
{
"name": "CVE-2020-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14540"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-2136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2136"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-0439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0439"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2021-2305",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2305"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-20304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20304"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-4090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4090"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2022-0667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0667"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2019-2740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2740"
},
{
"name": "CVE-2025-9180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9180"
},
{
"name": "CVE-2025-8581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8581"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2025-1919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1919"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-3030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3030"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2018-1273",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1273"
},
{
"name": "CVE-2022-21297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21297"
},
{
"name": "CVE-2023-47100",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47100"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2020-2901",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2901"
},
{
"name": "CVE-2025-0241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0241"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2020-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2694"
},
{
"name": "CVE-2025-8034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8034"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-4664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4664"
},
{
"name": "CVE-2021-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2160"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2021-35596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35596"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49710"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2021-2427",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2427"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2021-35624",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35624"
},
{
"name": "CVE-2019-2819",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2819"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-35867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35867"
},
{
"name": "CVE-2022-21452",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21452"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2021-2164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2164"
},
{
"name": "CVE-2021-2374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2374"
},
{
"name": "CVE-2020-14547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14547"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2020-14870",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14870"
},
{
"name": "CVE-2025-9182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9182"
},
{
"name": "CVE-2021-35612",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35612"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22047"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2025-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
},
{
"name": "CVE-2019-2811",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2811"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2023-21874",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21874"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2023-43785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43785"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2019-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2774"
},
{
"name": "CVE-2019-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2803"
},
{
"name": "CVE-2008-5727",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5727"
},
{
"name": "CVE-2025-1426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1426"
},
{
"name": "CVE-2025-6434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6434"
},
{
"name": "CVE-2020-14785",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14785"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2020-2760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
},
{
"name": "CVE-2025-5066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5066"
},
{
"name": "CVE-2021-2424",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2424"
},
{
"name": "CVE-2021-35604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2019-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2814"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2019-2606",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2606"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2022-21530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21530"
},
{
"name": "CVE-2024-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11698"
},
{
"name": "CVE-2024-46816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46816"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2020-14891",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14891"
},
{
"name": "CVE-2019-2966",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2966"
},
{
"name": "CVE-2022-21415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21415"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2021-2180",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2019-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2780"
},
{
"name": "CVE-2025-5064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5064"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2021-35537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35537"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2021-2385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2385"
},
{
"name": "CVE-2019-2530",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2530"
},
{
"name": "CVE-2019-2743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2743"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2023-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22007"
},
{
"name": "CVE-2019-2737",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2737"
},
{
"name": "CVE-2018-1000169",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000169"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2023-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21878"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-1931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1931"
},
{
"name": "CVE-2025-0612",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0612"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2021-2194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2025-7656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7656"
},
{
"name": "CVE-2024-7012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
},
{
"name": "CVE-2025-0237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0237"
},
{
"name": "CVE-2019-2991",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2991"
},
{
"name": "CVE-2025-5264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5264"
},
{
"name": "CVE-2025-37927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
},
{
"name": "CVE-2020-14804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14804"
},
{
"name": "CVE-2013-1548",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-1548"
},
{
"name": "CVE-2019-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2752"
},
{
"name": "CVE-2025-37911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
},
{
"name": "CVE-2024-26686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26686"
},
{
"name": "CVE-2020-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2804"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-4085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4085"
},
{
"name": "CVE-2022-21302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21302"
},
{
"name": "CVE-2021-2412",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2412"
},
{
"name": "CVE-2019-2997",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2997"
},
{
"name": "CVE-2025-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3028"
},
{
"name": "CVE-2019-2746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2746"
},
{
"name": "CVE-2025-9181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9181"
},
{
"name": "CVE-2025-6192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6192"
},
{
"name": "CVE-2025-2817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2817"
},
{
"name": "CVE-2021-45105",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45105"
},
{
"name": "CVE-2025-5268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5268"
},
{
"name": "CVE-2022-21589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21589"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2022-21517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21517"
},
{
"name": "CVE-2019-3004",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3004"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2019-2826",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2826"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-21198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
},
{
"name": "CVE-2020-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2928"
},
{
"name": "CVE-2025-37930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
},
{
"name": "CVE-2019-2914",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2914"
},
{
"name": "CVE-2020-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14844"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-2770",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2770"
},
{
"name": "CVE-2021-35608",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35608"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2021-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2201"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2008-5729",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5729"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2023-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21883"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2019-2617",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2617"
},
{
"name": "CVE-2024-21201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
},
{
"name": "CVE-2021-35647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35647"
},
{
"name": "CVE-2020-14559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14559"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-1932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1932"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2022-21539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21539"
},
{
"name": "CVE-2025-3072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3072"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-0451",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0451"
},
{
"name": "CVE-2022-21440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21440"
},
{
"name": "CVE-2023-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21977"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2020-2761",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2761"
},
{
"name": "CVE-2022-21531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21531"
},
{
"name": "CVE-2024-10458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10458"
},
{
"name": "CVE-2024-10463",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10463"
},
{
"name": "CVE-2021-2300",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2300"
},
{
"name": "CVE-2022-21304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21304"
},
{
"name": "CVE-2024-10468",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10468"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2021-2202",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2202"
},
{
"name": "CVE-2020-14873",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14873"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-11703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11703"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2019-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2626"
},
{
"name": "CVE-2025-1010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1010"
},
{
"name": "CVE-2022-21479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21479"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2023-46129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46129"
},
{
"name": "CVE-2024-10460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10460"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2019-3009",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3009"
},
{
"name": "CVE-2021-2307",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2307"
},
{
"name": "CVE-2025-8880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8880"
},
{
"name": "CVE-2020-2679",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2679"
},
{
"name": "CVE-2019-2938",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2938"
},
{
"name": "CVE-2025-37912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
},
{
"name": "CVE-2023-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
},
{
"name": "CVE-2023-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
},
{
"name": "CVE-2021-2014",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2014"
},
{
"name": "CVE-2021-2230",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2230"
},
{
"name": "CVE-2023-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21875"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2022-21515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21515"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2020-2897",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2897"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-1920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1920"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-4089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4089"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2020-2574",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2574"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2020-14769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14769"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2022-21527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21527"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-31047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31047"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2016-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2160"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-9179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9179"
},
{
"name": "CVE-2021-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23169"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2021-35635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35635"
},
{
"name": "CVE-2025-3068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3068"
},
{
"name": "CVE-2025-3619",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3619"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-3031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3031"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1016"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-4096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4096"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2021-35610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35610"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2021-2429",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2429"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-11700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11700"
},
{
"name": "CVE-2024-11708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11708"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2020-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
},
{
"name": "CVE-2020-2660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2660"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2024-21213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2019-2969",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2969"
},
{
"name": "CVE-2025-0247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0247"
},
{
"name": "CVE-2025-5263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5263"
},
{
"name": "CVE-2017-12195",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12195"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-35602",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35602"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2021-2146",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2146"
},
{
"name": "CVE-2024-11701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11701"
},
{
"name": "CVE-2023-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21872"
},
{
"name": "CVE-2025-0443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0443"
},
{
"name": "CVE-2025-1019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1019"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2021-35577",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35577"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2020-14869",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14869"
},
{
"name": "CVE-2021-35646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35646"
},
{
"name": "CVE-2022-21303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21303"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2020-2579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2579"
},
{
"name": "CVE-2019-2778",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2778"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-4052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4052"
},
{
"name": "CVE-2025-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1941"
},
{
"name": "CVE-2019-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2625"
},
{
"name": "CVE-2024-21219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
},
{
"name": "CVE-2025-8044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8044"
},
{
"name": "CVE-2021-35607",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35607"
},
{
"name": "CVE-2019-2957",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2957"
},
{
"name": "CVE-2019-7317",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7317"
},
{
"name": "CVE-2021-35625",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35625"
},
{
"name": "CVE-2025-38005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-21194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
},
{
"name": "CVE-2021-2174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
},
{
"name": "CVE-2025-7657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7657"
},
{
"name": "CVE-2019-2494",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2494"
},
{
"name": "CVE-2025-8041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8041"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2019-2911",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2911"
},
{
"name": "CVE-2019-2802",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2802"
},
{
"name": "CVE-2022-21414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21414"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2021-2203",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2203"
},
{
"name": "CVE-2019-2536",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2536"
},
{
"name": "CVE-2025-3620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3620"
},
{
"name": "CVE-2021-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2208"
},
{
"name": "CVE-2019-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2923"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2024-21196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2022-21617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21617"
},
{
"name": "CVE-2021-2422",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2422"
},
{
"name": "CVE-2020-14790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14790"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2022-21358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21358"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-37969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
},
{
"name": "CVE-2024-21199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
},
{
"name": "CVE-2019-2967",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2967"
},
{
"name": "CVE-2018-3186",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3186"
},
{
"name": "CVE-2022-48893",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48893"
},
{
"name": "CVE-2025-6435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6435"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2024-11692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11692"
},
{
"name": "CVE-2020-2930",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2930"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2022-21608",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21608"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2021-2354",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2354"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-5189",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5189"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-8901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8901"
},
{
"name": "CVE-2025-1020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1020"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2021-2367",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2367"
},
{
"name": "CVE-2025-0446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0446"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2021-35626",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35626"
},
{
"name": "CVE-2019-2535",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2535"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-0435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0435"
},
{
"name": "CVE-2021-2384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2384"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2020-14799",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14799"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2021-35632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35632"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2019-2796",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2796"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21342"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2020-14793",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14793"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-0999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0999"
},
{
"name": "CVE-2025-1921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1921"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2021-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
},
{
"name": "CVE-2025-37923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2025-8882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8882"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2019-2798",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2798"
},
{
"name": "CVE-2022-0213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2020-14789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14789"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2021-2389",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
},
{
"name": "CVE-2023-21840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21840"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-8577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8577"
},
{
"name": "CVE-2024-11699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11699"
},
{
"name": "CVE-2019-2789",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2789"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2020-2893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2893"
},
{
"name": "CVE-2020-14765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14765"
},
{
"name": "CVE-2025-3277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3277"
},
{
"name": "CVE-2018-3137",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3137"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2022-21270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21270"
},
{
"name": "CVE-2019-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2784"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2025-4087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4087"
},
{
"name": "CVE-2025-2135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2135"
},
{
"name": "CVE-2018-3286",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3286"
},
{
"name": "CVE-2021-35648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35648"
},
{
"name": "CVE-2023-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21963"
},
{
"name": "CVE-2025-37964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37964"
},
{
"name": "CVE-2025-3033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3033"
},
{
"name": "CVE-2025-8879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8879"
},
{
"name": "CVE-2020-14866",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14866"
},
{
"name": "CVE-2024-46742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46742"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2021-2437",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2437"
},
{
"name": "CVE-2025-37915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
},
{
"name": "CVE-2021-4193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4193"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2021-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2193"
},
{
"name": "CVE-2024-11395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11395"
},
{
"name": "CVE-2020-2577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2577"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2019-2758",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2758"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2019-2810",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2810"
},
{
"name": "CVE-2024-35790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35790"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2025-2137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2137"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5419"
},
{
"name": "CVE-2021-2418",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2418"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2019-2631",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2631"
},
{
"name": "CVE-2019-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2805"
},
{
"name": "CVE-2025-37991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2023-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21866"
},
{
"name": "CVE-2021-2411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2411"
},
{
"name": "CVE-2020-2790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2790"
},
{
"name": "CVE-2023-52572",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52572"
},
{
"name": "CVE-2019-2623",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2623"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-6557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6557"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2021-35597",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35597"
},
{
"name": "CVE-2025-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1916"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2021-2425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2425"
},
{
"name": "CVE-2025-1006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1006"
},
{
"name": "CVE-2021-2390",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2390"
},
{
"name": "CVE-2022-21553",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21553"
},
{
"name": "CVE-2022-21451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21451"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2022-21301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21301"
},
{
"name": "CVE-2021-2001",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2001"
},
{
"name": "CVE-2024-27402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27402"
},
{
"name": "CVE-2021-2144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
},
{
"name": "CVE-2025-8582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8582"
},
{
"name": "CVE-2022-21264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21264"
},
{
"name": "CVE-2020-14836",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14836"
},
{
"name": "CVE-2021-3875",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3875"
},
{
"name": "CVE-2021-2444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2444"
},
{
"name": "CVE-2025-1933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1933"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2019-2785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2785"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2025-1942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1942"
},
{
"name": "CVE-2025-0239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0239"
},
{
"name": "CVE-2021-2301",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2301"
},
{
"name": "CVE-2019-2797",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2797"
},
{
"name": "CVE-2020-2903",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2903"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2022-21362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21362"
},
{
"name": "CVE-2021-35628",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35628"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-5265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5265"
},
{
"name": "CVE-2024-11697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11697"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2021-4122",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4122"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2019-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2686"
},
{
"name": "CVE-2021-2154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"name": "CVE-2021-2399",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2399"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-3067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3067"
},
{
"name": "CVE-2020-2627",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2627"
},
{
"name": "CVE-2022-21509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21509"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2023-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22028"
},
{
"name": "CVE-2019-2946",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2946"
},
{
"name": "CVE-2025-8578",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8578"
},
{
"name": "CVE-2020-14888",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14888"
},
{
"name": "CVE-2025-8039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8039"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-1011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1011"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2021-2010",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2010"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2021-35546",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35546"
},
{
"name": "CVE-2021-2298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2298"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2025-0442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0442"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2019-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2694"
},
{
"name": "CVE-2025-8580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8580"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-1930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1930"
},
{
"name": "CVE-2020-14809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14809"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2020-15358",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15358"
},
{
"name": "CVE-2021-2339",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2339"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2025-0997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0997"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2020-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14550"
},
{
"name": "CVE-2021-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2162"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2018-3203",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3203"
},
{
"name": "CVE-2025-0441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0441"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2022-21457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21457"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2019-2822",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2822"
},
{
"name": "CVE-2019-2502",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2502"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2024-21212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2021-2032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
},
{
"name": "CVE-2017-8046",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8046"
},
{
"name": "CVE-2019-2801",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2801"
},
{
"name": "CVE-2024-21193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2019-3011",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3011"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2023-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21871"
},
{
"name": "CVE-2021-2356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2356"
},
{
"name": "CVE-2020-2926",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2926"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2020-14846",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14846"
},
{
"name": "CVE-2022-21249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21249"
},
{
"name": "CVE-2024-21241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2021-2171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2171"
},
{
"name": "CVE-2019-2436",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2436"
},
{
"name": "CVE-2022-21265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21265"
},
{
"name": "CVE-2022-21254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21254"
},
{
"name": "CVE-2025-1009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1009"
},
{
"name": "CVE-2025-9185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9185"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2024-11695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11695"
},
{
"name": "CVE-2025-6433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6433"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2019-2513",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2513"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2020-14827",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14827"
},
{
"name": "CVE-2025-6427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6427"
},
{
"name": "CVE-2019-2689",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2689"
},
{
"name": "CVE-2025-6430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6430"
},
{
"name": "CVE-2019-2747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2747"
},
{
"name": "CVE-2025-4092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4092"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2020-2904",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2904"
},
{
"name": "CVE-2019-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2998"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2021-2178",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2178"
},
{
"name": "CVE-2021-35591",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35591"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0995"
},
{
"name": "CVE-2025-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6429"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2022-21455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21455"
},
{
"name": "CVE-2024-11704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11704"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2022-21413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21413"
},
{
"name": "CVE-2022-0635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0635"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-21372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21372"
},
{
"name": "CVE-2018-3182",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3182"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2023-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2021-35637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35637"
},
{
"name": "CVE-2022-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
},
{
"name": "CVE-2025-1943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1943"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-5272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5272"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2021-20298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20298"
},
{
"name": "CVE-2023-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21887"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2019-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2624"
},
{
"name": "CVE-2021-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22055"
},
{
"name": "CVE-2020-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2025-6556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6556"
},
{
"name": "CVE-2025-8262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8262"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2025-1917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1917"
},
{
"name": "CVE-2022-21256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21256"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-37970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2019-2687",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2687"
},
{
"name": "CVE-2025-8292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8292"
},
{
"name": "CVE-2025-37905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
},
{
"name": "CVE-2025-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0444"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2020-14845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14845"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-38094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2022-21556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21556"
},
{
"name": "CVE-2025-4372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4372"
},
{
"name": "CVE-2024-11691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11691"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2020-2896",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2896"
},
{
"name": "CVE-2021-2410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2410"
},
{
"name": "CVE-2025-29088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-6426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6426"
},
{
"name": "CVE-2020-14800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14800"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-8035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8035"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-37949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2023-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21873"
},
{
"name": "CVE-2021-2308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2308"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2022-21368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21368"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2024-46774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46774"
},
{
"name": "CVE-2025-8579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8579"
},
{
"name": "CVE-2021-2402",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2402"
},
{
"name": "CVE-2024-21236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-11705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11705"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21863"
},
{
"name": "CVE-2020-2763",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2763"
},
{
"name": "CVE-2008-5728",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5728"
},
{
"name": "CVE-2025-6436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6436"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2020-14852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14852"
},
{
"name": "CVE-2019-2974",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2974"
},
{
"name": "CVE-2023-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21876"
},
{
"name": "CVE-2024-11702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11702"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2025-8583",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8583"
},
{
"name": "CVE-2025-4083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4083"
},
{
"name": "CVE-2020-14868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14868"
},
{
"name": "CVE-2020-14814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14814"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2020-14837",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14837"
},
{
"name": "CVE-2019-2644",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2644"
},
{
"name": "CVE-2025-1918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1918"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2020-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2589"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2021-2036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2036"
},
{
"name": "CVE-2024-21137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-21417",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21417"
},
{
"name": "CVE-2021-2479",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2479"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2024-21239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2021-35629",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35629"
},
{
"name": "CVE-2020-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
},
{
"name": "CVE-2019-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2922"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-0243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0243"
},
{
"name": "CVE-2024-26739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26739"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2025-1935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1935"
},
{
"name": "CVE-2018-3145",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3145"
},
{
"name": "CVE-2025-6425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6425"
},
{
"name": "CVE-2025-26519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
},
{
"name": "CVE-2021-2340",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2340"
},
{
"name": "CVE-2024-35866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35866"
},
{
"name": "CVE-2022-21437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21437"
},
{
"name": "CVE-2022-21425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21425"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2025-3074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3074"
},
{
"name": "CVE-2022-21537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21537"
},
{
"name": "CVE-2024-10487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10487"
},
{
"name": "CVE-2019-2580",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2580"
},
{
"name": "CVE-2023-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21867"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2022-21547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21547"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2019-2587",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2587"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2025-8043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8043"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-5270",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5270"
},
{
"name": "CVE-2021-35627",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35627"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-36908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36908"
},
{
"name": "CVE-2019-2910",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2910"
},
{
"name": "CVE-2020-14539",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14539"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2019-2593",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2593"
},
{
"name": "CVE-2025-37992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2023-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21869"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-1940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1940"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2019-2963",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2963"
},
{
"name": "CVE-2021-2387",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2387"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2022-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21348"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2020-14672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14672"
},
{
"name": "CVE-2021-2293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2293"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2020-14830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14830"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2025-8010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8010"
},
{
"name": "CVE-2021-2370",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2370"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2025-4082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4082"
},
{
"name": "CVE-2021-35644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35644"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2022-21592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21592"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8036"
},
{
"name": "CVE-2021-35631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35631"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-1915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1915"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-8032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8032"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2024-11693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11693"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14893"
},
{
"name": "CVE-2021-35642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35642"
},
{
"name": "CVE-2023-43787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43787"
},
{
"name": "CVE-2019-2948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2948"
},
{
"name": "CVE-2023-43786",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43786"
},
{
"name": "CVE-2021-2278",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2278"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2019-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2924"
},
{
"name": "CVE-2025-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3608"
},
{
"name": "CVE-2021-2226",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2226"
},
{
"name": "CVE-2021-25214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25214"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2020-2779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2779"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2023-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21836"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-6432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6432"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2021-2342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2342"
},
{
"name": "CVE-2025-3029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3029"
},
{
"name": "CVE-2025-1934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1934"
},
{
"name": "CVE-2020-28500",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28500"
},
{
"name": "CVE-2020-14794",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14794"
},
{
"name": "CVE-2019-2634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2634"
},
{
"name": "CVE-2025-3034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3034"
},
{
"name": "CVE-2024-42322",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
},
{
"name": "CVE-2023-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
},
{
"name": "CVE-2020-14786",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14786"
},
{
"name": "CVE-2023-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21870"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2025-9187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9187"
},
{
"name": "CVE-2021-35638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35638"
},
{
"name": "CVE-2022-21534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21534"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-9183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9183"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2008-5742",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5742"
},
{
"name": "CVE-2024-10466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10466"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2019-2533",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2533"
},
{
"name": "CVE-2025-4050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4050"
},
{
"name": "CVE-2025-37998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2020-14828",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14828"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2020-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2759"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-1937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1937"
},
{
"name": "CVE-2020-14812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14812"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2025-9184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9184"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2025-1014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1014"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1013"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2023-21879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21879"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-0762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0762"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11694"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2020-2573",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2573"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2022-21444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21444"
},
{
"name": "CVE-2025-1018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1018"
},
{
"name": "CVE-2020-2806",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2806"
},
{
"name": "CVE-2021-44228",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
},
{
"name": "CVE-2025-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2020-14838",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14838"
},
{
"name": "CVE-2019-2791",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2791"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2024-2397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2397"
},
{
"name": "CVE-2022-21378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21378"
},
{
"name": "CVE-2025-8040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8040"
},
{
"name": "CVE-2024-10465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10465"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-5068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5068"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2019-2815",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2815"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2021-2440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2440"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2019-2695",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2695"
},
{
"name": "CVE-2021-35634",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35634"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2021-2304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2304"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2021-2179",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2179"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2018-3285",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3285"
},
{
"name": "CVE-2019-2738",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2738"
},
{
"name": "CVE-2025-1017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1017"
},
{
"name": "CVE-2020-14821",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14821"
},
{
"name": "CVE-2024-38541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
},
{
"name": "CVE-2021-2169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2169"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2023-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
},
{
"name": "CVE-2020-2572",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2572"
},
{
"name": "CVE-2020-2570",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2570"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2021-2060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2060"
},
{
"name": "CVE-2021-2417",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2417"
},
{
"name": "CVE-2025-3035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3035"
},
{
"name": "CVE-2025-37994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2018-3212",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3212"
},
{
"name": "CVE-2020-2895",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2895"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21569"
},
{
"name": "CVE-2020-2925",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2925"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2024-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2019-2636",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2636"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-6424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6424"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2021-35622",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35622"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-1914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1914"
},
{
"name": "CVE-2025-8029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8029"
},
{
"name": "CVE-2025-5067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5067"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2021-2212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2212"
},
{
"name": "CVE-2019-2691",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2691"
},
{
"name": "CVE-2021-2232",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2232"
},
{
"name": "CVE-2019-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2812"
},
{
"name": "CVE-2025-9132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9132"
},
{
"name": "CVE-2021-35643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35643"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-2478",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2478"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-8038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8038"
},
{
"name": "CVE-2022-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21344"
},
{
"name": "CVE-2021-2481",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2481"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2019-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2739"
},
{
"name": "CVE-2015-2214",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2214"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2019-2968",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2968"
},
{
"name": "CVE-2023-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22053"
},
{
"name": "CVE-2025-0438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0438"
},
{
"name": "CVE-2021-25219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25219"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2020-14776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14776"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2022-21367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21367"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2019-2688",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2688"
},
{
"name": "CVE-2020-14860",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14860"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2023-4320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4320"
},
{
"name": "CVE-2025-1922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1922"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2025-0437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0437"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2025-8028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8028"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2025-49709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49709"
},
{
"name": "CVE-2021-44832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44832"
},
{
"name": "CVE-2024-11706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11706"
},
{
"name": "CVE-2025-4051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4051"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2017-12629",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12629"
},
{
"name": "CVE-2021-35645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35645"
},
{
"name": "CVE-2020-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-5063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5063"
},
{
"name": "CVE-2018-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3195"
},
{
"name": "CVE-2025-3071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3071"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2020-14567",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14567"
},
{
"name": "CVE-2019-2539",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2539"
},
{
"name": "CVE-2022-21525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21525"
},
{
"name": "CVE-2025-37990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
},
{
"name": "CVE-2022-21352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21352"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-8011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8011"
},
{
"name": "CVE-2025-0436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0436"
},
{
"name": "CVE-2023-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-0447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0447"
},
{
"name": "CVE-2021-2213",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2213"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2024-21209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21209"
},
{
"name": "CVE-2025-8033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8033"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
},
{
"name": "CVE-2023-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
},
{
"name": "CVE-2020-2765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2765"
},
{
"name": "CVE-2020-14791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14791"
},
{
"name": "CVE-2023-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21880"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-8030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8030"
},
{
"name": "CVE-2024-11696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11696"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21912"
},
{
"name": "CVE-2008-5730",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5730"
},
{
"name": "CVE-2021-2217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2217"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-3073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3073"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2019-9658",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9658"
},
{
"name": "CVE-2025-6191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6191"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-21454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21454"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2018-1196",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1196"
},
{
"name": "CVE-2022-21427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21427"
},
{
"name": "CVE-2024-35943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35943"
},
{
"name": "CVE-2025-5271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5271"
},
{
"name": "CVE-2022-21374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21374"
},
{
"name": "CVE-2021-35630",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35630"
},
{
"name": "CVE-2025-6554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6554"
},
{
"name": "CVE-2025-5266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5266"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-52757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52757"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2020-14553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14553"
},
{
"name": "CVE-2025-8031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8031"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2022-21462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21462"
},
{
"name": "CVE-2019-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2584"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2019-2635",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2635"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2022-21478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21478"
},
{
"name": "CVE-2025-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29087"
},
{
"name": "CVE-2019-2693",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2693"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2019-2741",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2741"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2022-21370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21370"
},
{
"name": "CVE-2021-2372",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2426"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-1936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1936"
},
{
"name": "CVE-2025-5958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5958"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2019-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2950"
},
{
"name": "CVE-2025-0238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0238"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2021-35641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35641"
},
{
"name": "CVE-2025-2476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2476"
},
{
"name": "CVE-2019-2620",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2620"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2019-2960",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2960"
},
{
"name": "CVE-2025-0998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0998"
},
{
"name": "CVE-2022-21459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21459"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-37909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
},
{
"name": "CVE-2019-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2795"
},
{
"name": "CVE-2021-2011",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
},
{
"name": "CVE-2022-21412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21412"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2022-21245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21245"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2020-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2584"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2019-2834",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2834"
},
{
"name": "CVE-2020-14775",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14775"
},
{
"name": "CVE-2022-21438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21438"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2020-14760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14760"
},
{
"name": "CVE-2021-2383",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2383"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2022-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21546"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2025-1923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1923"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2021-2166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2022-21339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21339"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-1938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1938"
},
{
"name": "CVE-2023-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
},
{
"name": "CVE-2020-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2923"
},
{
"name": "CVE-2025-4919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4919"
},
{
"name": "CVE-2019-2681",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2681"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-0240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0240"
},
{
"name": "CVE-2023-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2019-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2757"
},
{
"name": "CVE-2020-14848",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14848"
},
{
"name": "CVE-2018-3280",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3280"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2020-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2924"
},
{
"name": "CVE-2025-8576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8576"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-1012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1012"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-5267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5267"
},
{
"name": "CVE-2022-27772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27772"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2025-6555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6555"
},
{
"name": "CVE-2022-0396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0396"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-0245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0245"
},
{
"name": "CVE-2019-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2830"
},
{
"name": "CVE-2021-35633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35633"
},
{
"name": "CVE-2024-10462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10462"
},
{
"name": "CVE-2023-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2020-14867",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14867"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0756",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36093",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36093"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36102",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36102"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36101",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36101"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36100",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36100"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36105",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36105"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36091",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36091"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36078",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36078"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36107",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36107"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36094"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36097",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36097"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-46",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36104"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36108",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36108"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36095"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-09",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36090"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36096",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36096"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36106",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36106"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36109",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36109"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36098",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36098"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36111"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36103",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36103"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36099",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36099"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36092",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36092"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36110",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36110"
}
]
}
CERTFR-2026-AVI-0281
Vulnerability from certfr_avis - Published: 2026-03-12 - Updated: 2026-03-12
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une atteinte à la confidentialité des données et une injection de code indirecte à distance (XSS).
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk AppDynamics Private Synthetic Agent | Splunk AppDynamics Private Synthetic Agent versions 26.1.x antérieures à 26.1.0 | ||
| Splunk | Splunk AppDynamics On-Premises Enterprise Console | Splunk AppDynamics On-Premises Enterprise Console versions 26.1.x antérieures à 26.1.1 | ||
| Splunk | Splunk AppDynamics Database Agent | Splunk AppDynamics Database Agent versions 26.1.x antérieures à 26.1.0 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.0.2503 antérieures à 10.0.2503.12 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.3.2411 antérieures à 9.3.2411.124 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.4.x antérieures à 9.4.9 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 10.2.x antérieures à 10.2.1 | ||
| Splunk | Splunk AppDynamics NodeJS Agent | Splunk AppDynamics NodeJS Agent versions 25.12.x antérieures à 25.12.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 10.0.x antérieures à 10.0.4 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.3.x antérieures à 9.3.10 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.1.2507 antérieures à 10.1.2507.17 | ||
| Splunk | Splunk AppDynamics Java Agent | Splunk AppDynamics Java Agent versions 26.1.x antérieures à 26.1.0 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.2.2510 antérieures à 10.2.2510.7 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk AppDynamics Private Synthetic Agent versions 26.1.x ant\u00e9rieures \u00e0 26.1.0",
"product": {
"name": "Splunk AppDynamics Private Synthetic Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics On-Premises Enterprise Console versions 26.1.x ant\u00e9rieures \u00e0 26.1.1",
"product": {
"name": "Splunk AppDynamics On-Premises Enterprise Console",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics Database Agent versions 26.1.x ant\u00e9rieures \u00e0 26.1.0",
"product": {
"name": "Splunk AppDynamics Database Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.0.2503 ant\u00e9rieures \u00e0 10.0.2503.12",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.3.2411 ant\u00e9rieures \u00e0 9.3.2411.124",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.4.x ant\u00e9rieures \u00e0 9.4.9",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 10.2.x ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics NodeJS Agent versions 25.12.x ant\u00e9rieures \u00e0 25.12.1",
"product": {
"name": "Splunk AppDynamics NodeJS Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 10.0.x ant\u00e9rieures \u00e0 10.0.4",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.3.x ant\u00e9rieures \u00e0 9.3.10",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.1.2507 ant\u00e9rieures \u00e0 10.1.2507.17",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics Java Agent versions 26.1.x ant\u00e9rieures \u00e0 26.1.0",
"product": {
"name": "Splunk AppDynamics Java Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.2.2510 ant\u00e9rieures \u00e0 10.2.2510.7",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2018-16864",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16864"
},
{
"name": "CVE-2025-48073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48073"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-11219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11219"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1594"
},
{
"name": "CVE-2025-3887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3887"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-4574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4574"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12433"
},
{
"name": "CVE-2025-12444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12444"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2025-11213",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11213"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-12036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12036"
},
{
"name": "CVE-2012-0871",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0871"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2025-0518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0518"
},
{
"name": "CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2018-15688",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15688"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-12438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12438"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-26464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26464"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2025-12435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12435"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2013-4394",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4394"
},
{
"name": "CVE-2019-20386",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20386"
},
{
"name": "CVE-2025-64183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64183"
},
{
"name": "CVE-2025-13226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13226"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-47808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47808"
},
{
"name": "CVE-2021-46877",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46877"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2017-18078",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18078"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2019-17571",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17571"
},
{
"name": "CVE-2025-11207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11207"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2025-13223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13223"
},
{
"name": "CVE-2025-12431",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12431"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2024-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7246"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2026-21226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21226"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2025-12726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12726"
},
{
"name": "CVE-2025-12445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12445"
},
{
"name": "CVE-2025-12437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12437"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2025-69230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69230"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2025-0716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0716"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-12434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12434"
},
{
"name": "CVE-2025-69225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69225"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-12439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12439"
},
{
"name": "CVE-2018-16865",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16865"
},
{
"name": "CVE-2025-14874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14874"
},
{
"name": "CVE-2020-17521",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-17521"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2025-48072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48072"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-12432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12432"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2026-20165",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20165"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-22919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22919"
},
{
"name": "CVE-2024-23672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23672"
},
{
"name": "CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"name": "CVE-2021-33910",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33910"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-12443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12443"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-6602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6602"
},
{
"name": "CVE-2025-11215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11215"
},
{
"name": "CVE-2013-4393",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4393"
},
{
"name": "CVE-2019-3842",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3842"
},
{
"name": "CVE-2025-11205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11205"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-12725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12725"
},
{
"name": "CVE-2022-23305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23305"
},
{
"name": "CVE-2025-11208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11208"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2024-8372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8372"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2025-11756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11756"
},
{
"name": "CVE-2025-59730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59730"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2020-13776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13776"
},
{
"name": "CVE-2025-13033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13033"
},
{
"name": "CVE-2022-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23307"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-11212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11212"
},
{
"name": "CVE-2025-12495",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12495"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2025-12840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12840"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-11458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11458"
},
{
"name": "CVE-2020-1712",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1712"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12429"
},
{
"name": "CVE-2026-20164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20164"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-11211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11211"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2023-26118",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26118"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-69228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69228"
},
{
"name": "CVE-2025-59250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59250"
},
{
"name": "CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2025-47807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47807"
},
{
"name": "CVE-2025-47806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47806"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-64182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64182"
},
{
"name": "CVE-2023-52428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
},
{
"name": "CVE-2023-6604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6604"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2017-9217",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9217"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2025-64181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64181"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-12436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12436"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2025-13230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13230"
},
{
"name": "CVE-2013-4327",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4327"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-12446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12446"
},
{
"name": "CVE-2025-13228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13228"
},
{
"name": "CVE-2013-4391",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4391"
},
{
"name": "CVE-2026-20166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20166"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-12441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12441"
},
{
"name": "CVE-2024-29371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29371"
},
{
"name": "CVE-2025-47183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47183"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-6601",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6601"
},
{
"name": "CVE-2018-16888",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16888"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-69226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69226"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-13224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13224"
},
{
"name": "CVE-2025-13042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13042"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2025-11460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11460"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2025-13229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13229"
},
{
"name": "CVE-2024-24549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24549"
},
{
"name": "CVE-2025-12440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12440"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-11216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11216"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2018-1049",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1049"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2025-11210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11210"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2022-31159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31159"
},
{
"name": "CVE-2025-12729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12729"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-13227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13227"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2025-10256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10256"
},
{
"name": "CVE-2026-20162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20162"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-12839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12839"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-37727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37727"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2019-3844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3844"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-12728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12728"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2023-6605",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6605"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2022-23302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23302"
},
{
"name": "CVE-2025-12430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12430"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2025-11206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11206"
},
{
"name": "CVE-2025-62408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62408"
},
{
"name": "CVE-2018-15686",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15686"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-9951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9951"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2025-59729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59729"
},
{
"name": "CVE-2025-48071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48071"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2023-26604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26604"
},
{
"name": "CVE-2025-69224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69224"
},
{
"name": "CVE-2025-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2759"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2025-30153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30153"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-69229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69229"
},
{
"name": "CVE-2024-8373",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8373"
},
{
"name": "CVE-2025-11209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11209"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2024-21490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21490"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2023-49501",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49501"
},
{
"name": "CVE-2019-3843",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3843"
},
{
"name": "CVE-2018-6954",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6954"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2026-26981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26981"
},
{
"name": "CVE-2025-12447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12447"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2013-4392",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4392"
},
{
"name": "CVE-2025-48074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48074"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2016-7795",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7795"
},
{
"name": "CVE-2025-12727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12727"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2025-12428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12428"
},
{
"name": "CVE-2026-20163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20163"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-03-12T00:00:00",
"last_revision_date": "2026-03-12T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0281",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-12T00:00:00.000000"
}
],
"risks": [
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une injection de code indirecte \u00e0 distance (XSS).",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0302",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0302"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0311",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0311"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0308",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0308"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0309",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0309"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0305",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0305"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0310",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0310"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0304",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0304"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0301",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0301"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0313",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0313"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0306",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0306"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0303",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0303"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0307",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0307"
},
{
"published_at": "2026-03-11",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0312",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0312"
}
]
}
CERTFR-2025-AVI-0967
Vulnerability from certfr_avis - Published: 2025-11-05 - Updated: 2025-11-05
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | File Integrity Monitoring pour VMware Tanzu Platform versions antérieures à 2.1.49 | ||
| VMware | Tanzu Platform | Cloud Service Broker pour Azure pour VMware Tanzu Platform versions antérieures à 1.13.1 | ||
| VMware | Tanzu Platform | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Platform | Scheduler pour VMware Tanzu Platform versions antérieures à 2.0.21 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.4 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Platform | .NET Core Buildpack versions antérieures à 2.4.64 | ||
| VMware | Tanzu Platform | VMware Tanzu Data Flow sur Tanzu Platform versions antérieures à 2.0.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.4 | ||
| VMware | Tanzu Platform | CredHub Secrets Management pour VMware Tanzu Platform versions antérieures à 1.6.7 | ||
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.8 | ||
| VMware | Tanzu Platform | Go Buildpack versions antérieures à 1.10.57 | ||
| VMware | Tanzu Platform | VMware Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Platform | NodeJS Buildpack versions antérieures à 1.8.61 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.0 | ||
| VMware | Tanzu Platform | Application Services pour VMware Tanzu Platform versions antérieures à 3.3.11 | ||
| VMware | Tanzu Platform | IPsec Encryption pour VMware Tanzu Platform versions antérieures à 1.9.68 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "File Integrity Monitoring pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.1.49",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour Azure pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.13.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.21",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.64",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu Data Flow sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Secrets Management pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.6.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.8",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Go Buildpack versions ant\u00e9rieures \u00e0 1.10.57",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.61",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Application Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.3.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "IPsec Encryption pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.9.68",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2024-36138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36138"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22020"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2024-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21890"
},
{
"name": "CVE-2024-21896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21896"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2024-7409",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7409"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2024-6505",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6505"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-43484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43484"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-54798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54798"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2024-3447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3447"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38229"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-43483",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43483"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-58446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58446"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3446"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2024-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22019"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2024-4467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4467"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2023-30584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30584"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21892"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-37372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37372"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2024-43485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43485"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21891"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22017"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2024-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8244"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2024-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27980"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2024-36137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36137"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
}
],
"initial_release_date": "2025-11-05T00:00:00",
"last_revision_date": "2025-11-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0967",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36323",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36323"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36343",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36343"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36326"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36305",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36305"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36345",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36345"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36329"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36316"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36331"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36334",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36334"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36335",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36335"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36340",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36340"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36319",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36319"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36339",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36339"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36322",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36322"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36321",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36321"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36324"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36336",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36336"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36318",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36318"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36337",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36337"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36346",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36346"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36315"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36317",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36317"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36344",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36344"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36341",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36341"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36314",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36314"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36330"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36332",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36332"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36304",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36304"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36342",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36342"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36333",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36333"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36327"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36338",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36338"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36328"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36325"
}
]
}
CERTFR-2025-AVI-1036
Vulnerability from certfr_avis - Published: 2025-11-24 - Updated: 2025-11-24
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | App Metrics versions antérieures à 2.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.126.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Platform Services | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Metric Store versions antérieures à 1.8.1 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu | VMware Tanzu pour Postgres on Tanzu Platform versions antérieures à 10.2.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.92.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.954.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "App Metrics versions ant\u00e9rieures \u00e0 2.3.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.126.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Metric Store versions ant\u00e9rieures \u00e0 1.8.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Postgres on Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.92.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-13425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13425"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-59530",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59530"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-40300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40300"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2025-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5981"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-24T00:00:00",
"last_revision_date": "2025-11-24T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1036",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36513",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36513"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36530",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36530"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36512",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36512"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36526",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36526"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36511",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36511"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36525",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36525"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36516",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36516"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36527",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36527"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36536",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36536"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36519",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36519"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36518",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36518"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36524",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36524"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36521",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36521"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36528",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36528"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36522",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36522"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36514",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36514"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36532",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36532"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36509",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36509"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36517",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36517"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36533",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36533"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36537",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36537"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36531",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36531"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36510",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36510"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36523",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36523"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36515",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36515"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36529",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36529"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36534",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36534"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36535",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36535"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36520",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36520"
}
]
}
CERTFR-2025-AVI-0756
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 6.0.19+LTS-T | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 10.0.9 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T | ||
| VMware | Tanzu Operations Manager | Tanzu Operations Manager versions antérieures à 3.1.2 | ||
| VMware | Tanzu | Tanzu Scheduler versions antérieures à 2.0.20 | ||
| VMware | Tanzu | Spring Cloud Services for VMware Tanzu versions antérieures à 3.3.9 | ||
| VMware | Tanzu | Single Sign-On for VMware Tanzu Application Service versions antérieures à 1.16.12 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy Azure Light versions antérieures à 1.894 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy versions antérieures à 1.894 | ||
| VMware | Tanzu | Tanzu Hub versions antérieures à 10.2.1 | ||
| VMware | Tanzu | Java Buildpack versions antérieures à 4.84.0 | ||
| VMware | Tanzu | Tanzu for MySQL on Cloud Foundry versions antérieures à 10.0.2 | ||
| VMware | Tanzu | Tanzu GemFire versions antérieures à 10.1.4 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Operations Manager versions ant\u00e9rieures \u00e0 3.1.2",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Scheduler versions ant\u00e9rieures \u00e0 2.0.20",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services for VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.9",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On for VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.12",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy Azure Light versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.84.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL on Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.2",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2025-4088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4088"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2021-35636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35636"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-0448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0448"
},
{
"name": "CVE-2021-35583",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35583"
},
{
"name": "CVE-2025-3032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3032"
},
{
"name": "CVE-2019-2585",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2585"
},
{
"name": "CVE-2021-2352",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2352"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2021-3236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3236"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2020-14861",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14861"
},
{
"name": "CVE-2025-0242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0242"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2021-35639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35639"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2018-3279",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3279"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2019-2982",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2982"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2022-21253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21253"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2024-10467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10467"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2022-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21538"
},
{
"name": "CVE-2022-22965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22965"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2025-5281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5281"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2019-2808",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2808"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2023-3138",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3138"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-35575",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35575"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-8027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8027"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2022-21436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21436"
},
{
"name": "CVE-2025-2857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2857"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2020-14773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14773"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2023-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5841"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2023-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22015"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2019-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2589"
},
{
"name": "CVE-2023-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2022-21418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21418"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2021-2441",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2441"
},
{
"name": "CVE-2025-1939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1939"
},
{
"name": "CVE-2023-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21877"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2020-2921",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2921"
},
{
"name": "CVE-2021-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2357"
},
{
"name": "CVE-2025-0440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0440"
},
{
"name": "CVE-2024-21207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2025-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4091"
},
{
"name": "CVE-2025-5065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5065"
},
{
"name": "CVE-2025-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0996"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2019-2596",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2596"
},
{
"name": "CVE-2019-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2879"
},
{
"name": "CVE-2025-0445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0445"
},
{
"name": "CVE-2019-2630",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2630"
},
{
"name": "CVE-2025-9308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9308"
},
{
"name": "CVE-2019-2607",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2607"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2022-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21522"
},
{
"name": "CVE-2024-10459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10459"
},
{
"name": "CVE-2019-2495",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2495"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2023-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22026"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2020-14829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14829"
},
{
"name": "CVE-2020-14576",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14576"
},
{
"name": "CVE-2022-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21529"
},
{
"name": "CVE-2025-37871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
},
{
"name": "CVE-2023-39017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39017"
},
{
"name": "CVE-2024-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46751"
},
{
"name": "CVE-2025-0434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0434"
},
{
"name": "CVE-2022-21435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21435"
},
{
"name": "CVE-2020-14777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14777"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2019-3003",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3003"
},
{
"name": "CVE-2020-14839",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14839"
},
{
"name": "CVE-2019-3018",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3018"
},
{
"name": "CVE-2021-35623",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35623"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2022-21460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21460"
},
{
"name": "CVE-2025-8881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8881"
},
{
"name": "CVE-2019-2993",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2993"
},
{
"name": "CVE-2020-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2686"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2021-2170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2170"
},
{
"name": "CVE-2022-21379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21379"
},
{
"name": "CVE-2021-2215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2215"
},
{
"name": "CVE-2020-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
},
{
"name": "CVE-2025-4609",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4609"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2021-2022",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
},
{
"name": "CVE-2024-10461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10461"
},
{
"name": "CVE-2022-21526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21526"
},
{
"name": "CVE-2021-2172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2172"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2022-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21528"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2021-2299",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2299"
},
{
"name": "CVE-2020-2892",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2892"
},
{
"name": "CVE-2025-5959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5959"
},
{
"name": "CVE-2024-45772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45772"
},
{
"name": "CVE-2016-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2149"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2023-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21865"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2021-35640",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35640"
},
{
"name": "CVE-2024-10464",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10464"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2020-2853",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2853"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-2783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
},
{
"name": "CVE-2025-1414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1414"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2018-3170",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3170"
},
{
"name": "CVE-2020-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2774"
},
{
"name": "CVE-2020-14771",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14771"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-3066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3066"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2019-2685",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2685"
},
{
"name": "CVE-2021-2196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2196"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-21197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2025-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8037"
},
{
"name": "CVE-2025-4918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4918"
},
{
"name": "CVE-2023-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21881"
},
{
"name": "CVE-2022-49168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49168"
},
{
"name": "CVE-2020-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14540"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-2136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2136"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-0439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0439"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2021-2305",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2305"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-20304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20304"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-4090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4090"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2022-0667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0667"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2019-2740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2740"
},
{
"name": "CVE-2025-9180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9180"
},
{
"name": "CVE-2025-8581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8581"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2025-1919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1919"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-3030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3030"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2018-1273",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1273"
},
{
"name": "CVE-2022-21297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21297"
},
{
"name": "CVE-2023-47100",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47100"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2020-2901",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2901"
},
{
"name": "CVE-2025-0241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0241"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2020-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2694"
},
{
"name": "CVE-2025-8034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8034"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-4664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4664"
},
{
"name": "CVE-2021-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2160"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2021-35596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35596"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49710"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2021-2427",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2427"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2021-35624",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35624"
},
{
"name": "CVE-2019-2819",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2819"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-35867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35867"
},
{
"name": "CVE-2022-21452",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21452"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2021-2164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2164"
},
{
"name": "CVE-2021-2374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2374"
},
{
"name": "CVE-2020-14547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14547"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2020-14870",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14870"
},
{
"name": "CVE-2025-9182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9182"
},
{
"name": "CVE-2021-35612",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35612"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22047"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2025-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
},
{
"name": "CVE-2019-2811",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2811"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2023-21874",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21874"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2023-43785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43785"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2019-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2774"
},
{
"name": "CVE-2019-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2803"
},
{
"name": "CVE-2008-5727",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5727"
},
{
"name": "CVE-2025-1426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1426"
},
{
"name": "CVE-2025-6434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6434"
},
{
"name": "CVE-2020-14785",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14785"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2020-2760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
},
{
"name": "CVE-2025-5066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5066"
},
{
"name": "CVE-2021-2424",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2424"
},
{
"name": "CVE-2021-35604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2019-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2814"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2019-2606",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2606"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2022-21530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21530"
},
{
"name": "CVE-2024-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11698"
},
{
"name": "CVE-2024-46816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46816"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2020-14891",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14891"
},
{
"name": "CVE-2019-2966",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2966"
},
{
"name": "CVE-2022-21415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21415"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2021-2180",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2019-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2780"
},
{
"name": "CVE-2025-5064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5064"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2021-35537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35537"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2021-2385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2385"
},
{
"name": "CVE-2019-2530",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2530"
},
{
"name": "CVE-2019-2743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2743"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2023-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22007"
},
{
"name": "CVE-2019-2737",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2737"
},
{
"name": "CVE-2018-1000169",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000169"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2023-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21878"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-1931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1931"
},
{
"name": "CVE-2025-0612",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0612"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2021-2194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2025-7656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7656"
},
{
"name": "CVE-2024-7012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
},
{
"name": "CVE-2025-0237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0237"
},
{
"name": "CVE-2019-2991",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2991"
},
{
"name": "CVE-2025-5264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5264"
},
{
"name": "CVE-2025-37927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
},
{
"name": "CVE-2020-14804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14804"
},
{
"name": "CVE-2013-1548",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-1548"
},
{
"name": "CVE-2019-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2752"
},
{
"name": "CVE-2025-37911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
},
{
"name": "CVE-2024-26686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26686"
},
{
"name": "CVE-2020-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2804"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-4085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4085"
},
{
"name": "CVE-2022-21302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21302"
},
{
"name": "CVE-2021-2412",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2412"
},
{
"name": "CVE-2019-2997",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2997"
},
{
"name": "CVE-2025-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3028"
},
{
"name": "CVE-2019-2746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2746"
},
{
"name": "CVE-2025-9181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9181"
},
{
"name": "CVE-2025-6192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6192"
},
{
"name": "CVE-2025-2817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2817"
},
{
"name": "CVE-2021-45105",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45105"
},
{
"name": "CVE-2025-5268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5268"
},
{
"name": "CVE-2022-21589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21589"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2022-21517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21517"
},
{
"name": "CVE-2019-3004",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3004"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2019-2826",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2826"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-21198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
},
{
"name": "CVE-2020-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2928"
},
{
"name": "CVE-2025-37930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
},
{
"name": "CVE-2019-2914",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2914"
},
{
"name": "CVE-2020-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14844"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-2770",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2770"
},
{
"name": "CVE-2021-35608",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35608"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2021-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2201"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2008-5729",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5729"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2023-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21883"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2019-2617",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2617"
},
{
"name": "CVE-2024-21201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
},
{
"name": "CVE-2021-35647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35647"
},
{
"name": "CVE-2020-14559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14559"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-1932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1932"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2022-21539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21539"
},
{
"name": "CVE-2025-3072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3072"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-0451",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0451"
},
{
"name": "CVE-2022-21440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21440"
},
{
"name": "CVE-2023-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21977"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2020-2761",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2761"
},
{
"name": "CVE-2022-21531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21531"
},
{
"name": "CVE-2024-10458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10458"
},
{
"name": "CVE-2024-10463",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10463"
},
{
"name": "CVE-2021-2300",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2300"
},
{
"name": "CVE-2022-21304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21304"
},
{
"name": "CVE-2024-10468",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10468"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2021-2202",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2202"
},
{
"name": "CVE-2020-14873",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14873"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-11703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11703"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2019-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2626"
},
{
"name": "CVE-2025-1010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1010"
},
{
"name": "CVE-2022-21479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21479"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2023-46129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46129"
},
{
"name": "CVE-2024-10460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10460"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2019-3009",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3009"
},
{
"name": "CVE-2021-2307",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2307"
},
{
"name": "CVE-2025-8880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8880"
},
{
"name": "CVE-2020-2679",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2679"
},
{
"name": "CVE-2019-2938",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2938"
},
{
"name": "CVE-2025-37912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
},
{
"name": "CVE-2023-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
},
{
"name": "CVE-2023-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
},
{
"name": "CVE-2021-2014",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2014"
},
{
"name": "CVE-2021-2230",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2230"
},
{
"name": "CVE-2023-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21875"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2022-21515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21515"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2020-2897",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2897"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-1920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1920"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-4089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4089"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2020-2574",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2574"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2020-14769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14769"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2022-21527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21527"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-31047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31047"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2016-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2160"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-9179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9179"
},
{
"name": "CVE-2021-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23169"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2021-35635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35635"
},
{
"name": "CVE-2025-3068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3068"
},
{
"name": "CVE-2025-3619",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3619"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-3031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3031"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1016"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-4096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4096"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2021-35610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35610"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2021-2429",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2429"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-11700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11700"
},
{
"name": "CVE-2024-11708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11708"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2020-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
},
{
"name": "CVE-2020-2660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2660"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2024-21213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2019-2969",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2969"
},
{
"name": "CVE-2025-0247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0247"
},
{
"name": "CVE-2025-5263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5263"
},
{
"name": "CVE-2017-12195",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12195"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-35602",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35602"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2021-2146",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2146"
},
{
"name": "CVE-2024-11701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11701"
},
{
"name": "CVE-2023-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21872"
},
{
"name": "CVE-2025-0443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0443"
},
{
"name": "CVE-2025-1019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1019"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2021-35577",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35577"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2020-14869",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14869"
},
{
"name": "CVE-2021-35646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35646"
},
{
"name": "CVE-2022-21303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21303"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2020-2579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2579"
},
{
"name": "CVE-2019-2778",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2778"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-4052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4052"
},
{
"name": "CVE-2025-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1941"
},
{
"name": "CVE-2019-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2625"
},
{
"name": "CVE-2024-21219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
},
{
"name": "CVE-2025-8044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8044"
},
{
"name": "CVE-2021-35607",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35607"
},
{
"name": "CVE-2019-2957",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2957"
},
{
"name": "CVE-2019-7317",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7317"
},
{
"name": "CVE-2021-35625",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35625"
},
{
"name": "CVE-2025-38005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-21194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
},
{
"name": "CVE-2021-2174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
},
{
"name": "CVE-2025-7657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7657"
},
{
"name": "CVE-2019-2494",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2494"
},
{
"name": "CVE-2025-8041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8041"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2019-2911",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2911"
},
{
"name": "CVE-2019-2802",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2802"
},
{
"name": "CVE-2022-21414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21414"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2021-2203",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2203"
},
{
"name": "CVE-2019-2536",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2536"
},
{
"name": "CVE-2025-3620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3620"
},
{
"name": "CVE-2021-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2208"
},
{
"name": "CVE-2019-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2923"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2024-21196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2022-21617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21617"
},
{
"name": "CVE-2021-2422",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2422"
},
{
"name": "CVE-2020-14790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14790"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2022-21358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21358"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-37969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
},
{
"name": "CVE-2024-21199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
},
{
"name": "CVE-2019-2967",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2967"
},
{
"name": "CVE-2018-3186",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3186"
},
{
"name": "CVE-2022-48893",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48893"
},
{
"name": "CVE-2025-6435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6435"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2024-11692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11692"
},
{
"name": "CVE-2020-2930",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2930"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2022-21608",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21608"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2021-2354",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2354"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-5189",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5189"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-8901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8901"
},
{
"name": "CVE-2025-1020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1020"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2021-2367",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2367"
},
{
"name": "CVE-2025-0446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0446"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2021-35626",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35626"
},
{
"name": "CVE-2019-2535",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2535"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-0435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0435"
},
{
"name": "CVE-2021-2384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2384"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2020-14799",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14799"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2021-35632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35632"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2019-2796",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2796"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21342"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2020-14793",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14793"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-0999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0999"
},
{
"name": "CVE-2025-1921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1921"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2021-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
},
{
"name": "CVE-2025-37923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2025-8882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8882"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2019-2798",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2798"
},
{
"name": "CVE-2022-0213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2020-14789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14789"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2021-2389",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
},
{
"name": "CVE-2023-21840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21840"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-8577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8577"
},
{
"name": "CVE-2024-11699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11699"
},
{
"name": "CVE-2019-2789",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2789"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2020-2893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2893"
},
{
"name": "CVE-2020-14765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14765"
},
{
"name": "CVE-2025-3277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3277"
},
{
"name": "CVE-2018-3137",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3137"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2022-21270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21270"
},
{
"name": "CVE-2019-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2784"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2025-4087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4087"
},
{
"name": "CVE-2025-2135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2135"
},
{
"name": "CVE-2018-3286",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3286"
},
{
"name": "CVE-2021-35648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35648"
},
{
"name": "CVE-2023-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21963"
},
{
"name": "CVE-2025-37964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37964"
},
{
"name": "CVE-2025-3033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3033"
},
{
"name": "CVE-2025-8879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8879"
},
{
"name": "CVE-2020-14866",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14866"
},
{
"name": "CVE-2024-46742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46742"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2021-2437",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2437"
},
{
"name": "CVE-2025-37915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
},
{
"name": "CVE-2021-4193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4193"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2021-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2193"
},
{
"name": "CVE-2024-11395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11395"
},
{
"name": "CVE-2020-2577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2577"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2019-2758",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2758"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2019-2810",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2810"
},
{
"name": "CVE-2024-35790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35790"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2025-2137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2137"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5419"
},
{
"name": "CVE-2021-2418",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2418"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2019-2631",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2631"
},
{
"name": "CVE-2019-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2805"
},
{
"name": "CVE-2025-37991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2023-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21866"
},
{
"name": "CVE-2021-2411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2411"
},
{
"name": "CVE-2020-2790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2790"
},
{
"name": "CVE-2023-52572",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52572"
},
{
"name": "CVE-2019-2623",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2623"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-6557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6557"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2021-35597",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35597"
},
{
"name": "CVE-2025-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1916"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2021-2425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2425"
},
{
"name": "CVE-2025-1006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1006"
},
{
"name": "CVE-2021-2390",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2390"
},
{
"name": "CVE-2022-21553",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21553"
},
{
"name": "CVE-2022-21451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21451"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2022-21301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21301"
},
{
"name": "CVE-2021-2001",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2001"
},
{
"name": "CVE-2024-27402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27402"
},
{
"name": "CVE-2021-2144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
},
{
"name": "CVE-2025-8582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8582"
},
{
"name": "CVE-2022-21264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21264"
},
{
"name": "CVE-2020-14836",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14836"
},
{
"name": "CVE-2021-3875",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3875"
},
{
"name": "CVE-2021-2444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2444"
},
{
"name": "CVE-2025-1933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1933"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2019-2785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2785"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2025-1942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1942"
},
{
"name": "CVE-2025-0239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0239"
},
{
"name": "CVE-2021-2301",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2301"
},
{
"name": "CVE-2019-2797",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2797"
},
{
"name": "CVE-2020-2903",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2903"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2022-21362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21362"
},
{
"name": "CVE-2021-35628",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35628"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-5265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5265"
},
{
"name": "CVE-2024-11697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11697"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2021-4122",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4122"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2019-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2686"
},
{
"name": "CVE-2021-2154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"name": "CVE-2021-2399",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2399"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-3067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3067"
},
{
"name": "CVE-2020-2627",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2627"
},
{
"name": "CVE-2022-21509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21509"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2023-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22028"
},
{
"name": "CVE-2019-2946",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2946"
},
{
"name": "CVE-2025-8578",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8578"
},
{
"name": "CVE-2020-14888",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14888"
},
{
"name": "CVE-2025-8039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8039"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-1011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1011"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2021-2010",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2010"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2021-35546",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35546"
},
{
"name": "CVE-2021-2298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2298"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2025-0442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0442"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2019-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2694"
},
{
"name": "CVE-2025-8580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8580"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-1930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1930"
},
{
"name": "CVE-2020-14809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14809"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2020-15358",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15358"
},
{
"name": "CVE-2021-2339",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2339"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2025-0997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0997"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2020-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14550"
},
{
"name": "CVE-2021-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2162"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2018-3203",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3203"
},
{
"name": "CVE-2025-0441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0441"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2022-21457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21457"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2019-2822",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2822"
},
{
"name": "CVE-2019-2502",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2502"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2024-21212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2021-2032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
},
{
"name": "CVE-2017-8046",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8046"
},
{
"name": "CVE-2019-2801",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2801"
},
{
"name": "CVE-2024-21193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2019-3011",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3011"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2023-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21871"
},
{
"name": "CVE-2021-2356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2356"
},
{
"name": "CVE-2020-2926",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2926"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2020-14846",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14846"
},
{
"name": "CVE-2022-21249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21249"
},
{
"name": "CVE-2024-21241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2021-2171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2171"
},
{
"name": "CVE-2019-2436",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2436"
},
{
"name": "CVE-2022-21265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21265"
},
{
"name": "CVE-2022-21254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21254"
},
{
"name": "CVE-2025-1009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1009"
},
{
"name": "CVE-2025-9185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9185"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2024-11695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11695"
},
{
"name": "CVE-2025-6433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6433"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2019-2513",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2513"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2020-14827",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14827"
},
{
"name": "CVE-2025-6427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6427"
},
{
"name": "CVE-2019-2689",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2689"
},
{
"name": "CVE-2025-6430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6430"
},
{
"name": "CVE-2019-2747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2747"
},
{
"name": "CVE-2025-4092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4092"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2020-2904",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2904"
},
{
"name": "CVE-2019-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2998"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2021-2178",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2178"
},
{
"name": "CVE-2021-35591",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35591"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0995"
},
{
"name": "CVE-2025-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6429"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2022-21455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21455"
},
{
"name": "CVE-2024-11704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11704"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2022-21413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21413"
},
{
"name": "CVE-2022-0635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0635"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-21372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21372"
},
{
"name": "CVE-2018-3182",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3182"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2023-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2021-35637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35637"
},
{
"name": "CVE-2022-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
},
{
"name": "CVE-2025-1943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1943"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-5272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5272"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2021-20298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20298"
},
{
"name": "CVE-2023-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21887"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2019-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2624"
},
{
"name": "CVE-2021-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22055"
},
{
"name": "CVE-2020-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2025-6556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6556"
},
{
"name": "CVE-2025-8262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8262"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2025-1917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1917"
},
{
"name": "CVE-2022-21256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21256"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-37970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2019-2687",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2687"
},
{
"name": "CVE-2025-8292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8292"
},
{
"name": "CVE-2025-37905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
},
{
"name": "CVE-2025-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0444"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2020-14845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14845"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-38094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2022-21556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21556"
},
{
"name": "CVE-2025-4372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4372"
},
{
"name": "CVE-2024-11691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11691"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2020-2896",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2896"
},
{
"name": "CVE-2021-2410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2410"
},
{
"name": "CVE-2025-29088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-6426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6426"
},
{
"name": "CVE-2020-14800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14800"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-8035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8035"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-37949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2023-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21873"
},
{
"name": "CVE-2021-2308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2308"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2022-21368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21368"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2024-46774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46774"
},
{
"name": "CVE-2025-8579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8579"
},
{
"name": "CVE-2021-2402",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2402"
},
{
"name": "CVE-2024-21236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-11705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11705"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21863"
},
{
"name": "CVE-2020-2763",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2763"
},
{
"name": "CVE-2008-5728",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5728"
},
{
"name": "CVE-2025-6436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6436"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2020-14852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14852"
},
{
"name": "CVE-2019-2974",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2974"
},
{
"name": "CVE-2023-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21876"
},
{
"name": "CVE-2024-11702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11702"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2025-8583",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8583"
},
{
"name": "CVE-2025-4083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4083"
},
{
"name": "CVE-2020-14868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14868"
},
{
"name": "CVE-2020-14814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14814"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2020-14837",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14837"
},
{
"name": "CVE-2019-2644",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2644"
},
{
"name": "CVE-2025-1918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1918"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2020-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2589"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2021-2036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2036"
},
{
"name": "CVE-2024-21137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-21417",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21417"
},
{
"name": "CVE-2021-2479",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2479"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2024-21239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2021-35629",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35629"
},
{
"name": "CVE-2020-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
},
{
"name": "CVE-2019-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2922"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-0243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0243"
},
{
"name": "CVE-2024-26739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26739"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2025-1935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1935"
},
{
"name": "CVE-2018-3145",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3145"
},
{
"name": "CVE-2025-6425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6425"
},
{
"name": "CVE-2025-26519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
},
{
"name": "CVE-2021-2340",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2340"
},
{
"name": "CVE-2024-35866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35866"
},
{
"name": "CVE-2022-21437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21437"
},
{
"name": "CVE-2022-21425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21425"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2025-3074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3074"
},
{
"name": "CVE-2022-21537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21537"
},
{
"name": "CVE-2024-10487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10487"
},
{
"name": "CVE-2019-2580",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2580"
},
{
"name": "CVE-2023-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21867"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2022-21547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21547"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2019-2587",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2587"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2025-8043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8043"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-5270",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5270"
},
{
"name": "CVE-2021-35627",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35627"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-36908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36908"
},
{
"name": "CVE-2019-2910",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2910"
},
{
"name": "CVE-2020-14539",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14539"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2019-2593",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2593"
},
{
"name": "CVE-2025-37992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2023-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21869"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-1940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1940"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2019-2963",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2963"
},
{
"name": "CVE-2021-2387",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2387"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2022-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21348"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2020-14672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14672"
},
{
"name": "CVE-2021-2293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2293"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2020-14830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14830"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2025-8010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8010"
},
{
"name": "CVE-2021-2370",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2370"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2025-4082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4082"
},
{
"name": "CVE-2021-35644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35644"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2022-21592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21592"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8036"
},
{
"name": "CVE-2021-35631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35631"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-1915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1915"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-8032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8032"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2024-11693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11693"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14893"
},
{
"name": "CVE-2021-35642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35642"
},
{
"name": "CVE-2023-43787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43787"
},
{
"name": "CVE-2019-2948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2948"
},
{
"name": "CVE-2023-43786",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43786"
},
{
"name": "CVE-2021-2278",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2278"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2019-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2924"
},
{
"name": "CVE-2025-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3608"
},
{
"name": "CVE-2021-2226",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2226"
},
{
"name": "CVE-2021-25214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25214"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2020-2779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2779"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2023-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21836"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-6432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6432"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2021-2342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2342"
},
{
"name": "CVE-2025-3029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3029"
},
{
"name": "CVE-2025-1934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1934"
},
{
"name": "CVE-2020-28500",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28500"
},
{
"name": "CVE-2020-14794",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14794"
},
{
"name": "CVE-2019-2634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2634"
},
{
"name": "CVE-2025-3034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3034"
},
{
"name": "CVE-2024-42322",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
},
{
"name": "CVE-2023-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
},
{
"name": "CVE-2020-14786",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14786"
},
{
"name": "CVE-2023-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21870"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2025-9187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9187"
},
{
"name": "CVE-2021-35638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35638"
},
{
"name": "CVE-2022-21534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21534"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-9183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9183"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2008-5742",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5742"
},
{
"name": "CVE-2024-10466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10466"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2019-2533",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2533"
},
{
"name": "CVE-2025-4050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4050"
},
{
"name": "CVE-2025-37998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2020-14828",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14828"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2020-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2759"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-1937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1937"
},
{
"name": "CVE-2020-14812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14812"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2025-9184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9184"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2025-1014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1014"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1013"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2023-21879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21879"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-0762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0762"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11694"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2020-2573",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2573"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2022-21444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21444"
},
{
"name": "CVE-2025-1018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1018"
},
{
"name": "CVE-2020-2806",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2806"
},
{
"name": "CVE-2021-44228",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
},
{
"name": "CVE-2025-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2020-14838",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14838"
},
{
"name": "CVE-2019-2791",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2791"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2024-2397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2397"
},
{
"name": "CVE-2022-21378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21378"
},
{
"name": "CVE-2025-8040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8040"
},
{
"name": "CVE-2024-10465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10465"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-5068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5068"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2019-2815",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2815"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2021-2440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2440"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2019-2695",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2695"
},
{
"name": "CVE-2021-35634",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35634"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2021-2304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2304"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2021-2179",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2179"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2018-3285",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3285"
},
{
"name": "CVE-2019-2738",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2738"
},
{
"name": "CVE-2025-1017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1017"
},
{
"name": "CVE-2020-14821",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14821"
},
{
"name": "CVE-2024-38541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
},
{
"name": "CVE-2021-2169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2169"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2023-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
},
{
"name": "CVE-2020-2572",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2572"
},
{
"name": "CVE-2020-2570",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2570"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2021-2060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2060"
},
{
"name": "CVE-2021-2417",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2417"
},
{
"name": "CVE-2025-3035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3035"
},
{
"name": "CVE-2025-37994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2018-3212",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3212"
},
{
"name": "CVE-2020-2895",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2895"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21569"
},
{
"name": "CVE-2020-2925",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2925"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2024-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2019-2636",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2636"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-6424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6424"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2021-35622",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35622"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-1914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1914"
},
{
"name": "CVE-2025-8029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8029"
},
{
"name": "CVE-2025-5067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5067"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2021-2212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2212"
},
{
"name": "CVE-2019-2691",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2691"
},
{
"name": "CVE-2021-2232",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2232"
},
{
"name": "CVE-2019-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2812"
},
{
"name": "CVE-2025-9132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9132"
},
{
"name": "CVE-2021-35643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35643"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-2478",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2478"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-8038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8038"
},
{
"name": "CVE-2022-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21344"
},
{
"name": "CVE-2021-2481",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2481"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2019-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2739"
},
{
"name": "CVE-2015-2214",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2214"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2019-2968",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2968"
},
{
"name": "CVE-2023-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22053"
},
{
"name": "CVE-2025-0438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0438"
},
{
"name": "CVE-2021-25219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25219"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2020-14776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14776"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2022-21367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21367"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2019-2688",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2688"
},
{
"name": "CVE-2020-14860",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14860"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2023-4320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4320"
},
{
"name": "CVE-2025-1922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1922"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2025-0437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0437"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2025-8028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8028"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2025-49709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49709"
},
{
"name": "CVE-2021-44832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44832"
},
{
"name": "CVE-2024-11706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11706"
},
{
"name": "CVE-2025-4051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4051"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2017-12629",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12629"
},
{
"name": "CVE-2021-35645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35645"
},
{
"name": "CVE-2020-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-5063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5063"
},
{
"name": "CVE-2018-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3195"
},
{
"name": "CVE-2025-3071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3071"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2020-14567",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14567"
},
{
"name": "CVE-2019-2539",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2539"
},
{
"name": "CVE-2022-21525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21525"
},
{
"name": "CVE-2025-37990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
},
{
"name": "CVE-2022-21352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21352"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-8011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8011"
},
{
"name": "CVE-2025-0436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0436"
},
{
"name": "CVE-2023-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-0447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0447"
},
{
"name": "CVE-2021-2213",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2213"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2024-21209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21209"
},
{
"name": "CVE-2025-8033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8033"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
},
{
"name": "CVE-2023-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
},
{
"name": "CVE-2020-2765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2765"
},
{
"name": "CVE-2020-14791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14791"
},
{
"name": "CVE-2023-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21880"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-8030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8030"
},
{
"name": "CVE-2024-11696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11696"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21912"
},
{
"name": "CVE-2008-5730",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5730"
},
{
"name": "CVE-2021-2217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2217"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-3073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3073"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2019-9658",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9658"
},
{
"name": "CVE-2025-6191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6191"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-21454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21454"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2018-1196",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1196"
},
{
"name": "CVE-2022-21427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21427"
},
{
"name": "CVE-2024-35943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35943"
},
{
"name": "CVE-2025-5271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5271"
},
{
"name": "CVE-2022-21374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21374"
},
{
"name": "CVE-2021-35630",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35630"
},
{
"name": "CVE-2025-6554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6554"
},
{
"name": "CVE-2025-5266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5266"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-52757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52757"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2020-14553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14553"
},
{
"name": "CVE-2025-8031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8031"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2022-21462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21462"
},
{
"name": "CVE-2019-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2584"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2019-2635",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2635"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2022-21478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21478"
},
{
"name": "CVE-2025-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29087"
},
{
"name": "CVE-2019-2693",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2693"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2019-2741",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2741"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2022-21370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21370"
},
{
"name": "CVE-2021-2372",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2426"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-1936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1936"
},
{
"name": "CVE-2025-5958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5958"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2019-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2950"
},
{
"name": "CVE-2025-0238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0238"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2021-35641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35641"
},
{
"name": "CVE-2025-2476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2476"
},
{
"name": "CVE-2019-2620",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2620"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2019-2960",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2960"
},
{
"name": "CVE-2025-0998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0998"
},
{
"name": "CVE-2022-21459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21459"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-37909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
},
{
"name": "CVE-2019-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2795"
},
{
"name": "CVE-2021-2011",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
},
{
"name": "CVE-2022-21412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21412"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2022-21245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21245"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2020-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2584"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2019-2834",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2834"
},
{
"name": "CVE-2020-14775",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14775"
},
{
"name": "CVE-2022-21438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21438"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2020-14760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14760"
},
{
"name": "CVE-2021-2383",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2383"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2022-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21546"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2025-1923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1923"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2021-2166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2022-21339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21339"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-1938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1938"
},
{
"name": "CVE-2023-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
},
{
"name": "CVE-2020-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2923"
},
{
"name": "CVE-2025-4919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4919"
},
{
"name": "CVE-2019-2681",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2681"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-0240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0240"
},
{
"name": "CVE-2023-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2019-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2757"
},
{
"name": "CVE-2020-14848",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14848"
},
{
"name": "CVE-2018-3280",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3280"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2020-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2924"
},
{
"name": "CVE-2025-8576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8576"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-1012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1012"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-5267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5267"
},
{
"name": "CVE-2022-27772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27772"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2025-6555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6555"
},
{
"name": "CVE-2022-0396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0396"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-0245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0245"
},
{
"name": "CVE-2019-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2830"
},
{
"name": "CVE-2021-35633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35633"
},
{
"name": "CVE-2024-10462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10462"
},
{
"name": "CVE-2023-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2020-14867",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14867"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0756",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36093",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36093"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36102",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36102"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36101",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36101"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36100",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36100"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36105",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36105"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36091",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36091"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36078",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36078"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36107",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36107"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36094"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36097",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36097"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-46",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36104"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36108",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36108"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36095"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-09",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36090"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36096",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36096"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36106",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36106"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36109",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36109"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36098",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36098"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36111"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36103",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36103"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36099",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36099"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36092",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36092"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36110",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36110"
}
]
}
CERTFR-2025-AVI-0938
Vulnerability from certfr_avis - Published: 2025-10-30 - Updated: 2025-10-30
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 4.3.1 sur Kubernetes | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 6.31.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 13.22.0, 14.19.0, 15.14.0, 16.10.0 et 17.6.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 7.6.0 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 4.3.1 sur Kubernetes",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 6.31.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 13.22.0, 14.19.0, 15.14.0, 16.10.0 et 17.6.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 7.6.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2022-39176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39176"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2023-4504",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4504"
},
{
"name": "CVE-2021-38593",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38593"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2019-25059",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25059"
},
{
"name": "CVE-2024-46951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46951"
},
{
"name": "CVE-2025-31273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31273"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-32913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32913"
},
{
"name": "CVE-2021-31535",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31535"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2022-39177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39177"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-2720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2720"
},
{
"name": "CVE-2024-46956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46956"
},
{
"name": "CVE-2025-58060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58060"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2024-46953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46953"
},
{
"name": "CVE-2025-24216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24216"
},
{
"name": "CVE-2025-43212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43212"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2025-24150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24150"
},
{
"name": "CVE-2021-45078",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45078"
},
{
"name": "CVE-2023-2222",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2222"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2784"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2022-44840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44840"
},
{
"name": "CVE-2024-44192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44192"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-2723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2723"
},
{
"name": "CVE-2025-31278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31278"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2023-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46751"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-2724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2724"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2022-30294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30294"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-43368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43368"
},
{
"name": "CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"name": "CVE-2024-46954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46954"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2025-32914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32914"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2025-43343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43343"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-43272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43272"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-32906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32906"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2025-43216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43216"
},
{
"name": "CVE-2023-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2004"
},
{
"name": "CVE-2025-52194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52194"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2023-24607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24607"
},
{
"name": "CVE-2025-24209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24209"
},
{
"name": "CVE-2024-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0444"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2017-17973",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17973"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-43342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43342"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-32049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32049"
},
{
"name": "CVE-2025-4948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4948"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2024-4453",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4453"
},
{
"name": "CVE-2025-31257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31257"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-11021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11021"
},
{
"name": "CVE-2023-1579",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1579"
},
{
"name": "CVE-2024-46952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46952"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-7345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7345"
},
{
"name": "CVE-2025-30427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30427"
},
{
"name": "CVE-2025-32911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32911"
}
],
"initial_release_date": "2025-10-30T00:00:00",
"last_revision_date": "2025-10-30T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0938",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-30T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36277",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36277"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36284",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36284"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36281",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36281"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36282",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36282"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36283",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36283"
}
]
}
CERTFR-2026-AVI-0112
Vulnerability from certfr_avis - Published: 2026-02-02 - Updated: 2026-02-02
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.7 | ||
| VMware | Tanzu Kubernetes Grid Integrated Edition | Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions antérieures à 1.24.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.7+LTS-T | ||
| VMware | N/A | NodeJS Buildpack versions antérieures à 1.8.74 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.3 | ||
| VMware | Tanzu Platform | Telemetry pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | N/A | Platform Automation Toolkit versions antérieures à 5.4.0 | ||
| VMware | N/A | VMware Harbor Registry versions antérieures à 2.14.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.4 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions ant\u00e9rieures \u00e0 1.24.0",
"product": {
"name": "Tanzu Kubernetes Grid Integrated Edition",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.7+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.74",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.3",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.4.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Harbor Registry versions ant\u00e9rieures \u00e0 2.14.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-28164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28164"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2026-24882",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24882"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2023-34231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34231"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-64505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64505"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"name": "CVE-2025-28162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28162"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-64506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64506"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2025-64720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64720"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-14762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14762"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-65018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65018"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-11414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11414"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2026-24883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24883"
},
{
"name": "CVE-2025-39964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39964"
},
{
"name": "CVE-2025-39993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39993"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-6966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6966"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-8959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8959"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-40018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40018"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2025-67499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67499"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-11413",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11413"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-23419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23419"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-11412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11412"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2026-24881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24881"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-11494",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11494"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-02-02T00:00:00",
"last_revision_date": "2026-02-02T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0112",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36902",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36902"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36908",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36908"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36897",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36897"
},
{
"published_at": "2026-02-01",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36912",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36912"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36904",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36904"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36900",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36900"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36903",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36903"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36909",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36909"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36899",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36899"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36906",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36906"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36907",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36907"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36901",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36901"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36905",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36905"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36898",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36898"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36910",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36910"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36911",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36911"
}
]
}
CERTFR-2025-AVI-0960
Vulnerability from certfr_avis - Published: 2025-11-04 - Updated: 2025-11-04
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v4.0.x antérieures à v4.0.16 | ||
| VMware | Tanzu Greenplum | Cloud Service Broker pour AWS pour VMware Tanzu Platform versions antérieures à 1.15.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à Upgrade 1.10.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.32.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.9.0 | ||
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v4.1.x antérieures à v4.1.5 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum SQL Editor versions antérieures à 1.2.0 | ||
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v3.13.x antérieures à v3.13.11 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v4.0.x ant\u00e9rieures \u00e0 v4.0.16",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour AWS pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.15.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.2.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 Upgrade 1.10.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.32.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.9.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v4.1.x ant\u00e9rieures \u00e0 v4.1.5",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum SQL Editor versions ant\u00e9rieures \u00e0 1.2.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v3.13.x ant\u00e9rieures \u00e0 v3.13.11",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
}
],
"initial_release_date": "2025-11-04T00:00:00",
"last_revision_date": "2025-11-04T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0960",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-04T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36296",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36296"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36302",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36302"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36297",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36297"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36300",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36300"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36298",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36298"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36299",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36299"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36301",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36301"
}
]
}
CERTFR-2025-AVI-0935
Vulnerability from certfr_avis - Published: 2025-10-29 - Updated: 2025-10-29
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Gemfire | Tanzu GemFire versions antérieures à 10.2.0 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 7.2.x antérieures à 7.2.11 | ||
| VMware | Tanzu Gemfire | Tanzu GemFire Management Console versions antérieures à 1.4.1 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 3.x antérieures à 3.2.0 sur Kubernetes | ||
| VMware | Tanzu | Tanzu pour Valkey versions 8.1.x antérieures à 8.1.4 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 8.0.x antérieures à 8.0.6 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.2.0",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 7.2.x ant\u00e9rieures \u00e0 7.2.11",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire Management Console versions ant\u00e9rieures \u00e0 1.4.1",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 3.x ant\u00e9rieures \u00e0 3.2.0 sur Kubernetes",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.1.x ant\u00e9rieures \u00e0 8.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.0.x ant\u00e9rieures \u00e0 8.0.6",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49844"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-46819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46819"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-46817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46817"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-27151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27151"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-46818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46818"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-10-29T00:00:00",
"last_revision_date": "2025-10-29T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0935",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-29T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36259",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36259"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36260",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36260"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36261",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36261"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36258",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36258"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36262",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36262"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36263",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36263"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36264",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36264"
}
]
}
CERTFR-2025-AVI-0967
Vulnerability from certfr_avis - Published: 2025-11-05 - Updated: 2025-11-05
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | File Integrity Monitoring pour VMware Tanzu Platform versions antérieures à 2.1.49 | ||
| VMware | Tanzu Platform | Cloud Service Broker pour Azure pour VMware Tanzu Platform versions antérieures à 1.13.1 | ||
| VMware | Tanzu Platform | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Platform | Scheduler pour VMware Tanzu Platform versions antérieures à 2.0.21 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.4 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Platform | .NET Core Buildpack versions antérieures à 2.4.64 | ||
| VMware | Tanzu Platform | VMware Tanzu Data Flow sur Tanzu Platform versions antérieures à 2.0.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.4 | ||
| VMware | Tanzu Platform | CredHub Secrets Management pour VMware Tanzu Platform versions antérieures à 1.6.7 | ||
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.8 | ||
| VMware | Tanzu Platform | Go Buildpack versions antérieures à 1.10.57 | ||
| VMware | Tanzu Platform | VMware Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Platform | NodeJS Buildpack versions antérieures à 1.8.61 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.0 | ||
| VMware | Tanzu Platform | Application Services pour VMware Tanzu Platform versions antérieures à 3.3.11 | ||
| VMware | Tanzu Platform | IPsec Encryption pour VMware Tanzu Platform versions antérieures à 1.9.68 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "File Integrity Monitoring pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.1.49",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour Azure pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.13.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.21",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.64",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu Data Flow sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Secrets Management pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.6.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.8",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Go Buildpack versions ant\u00e9rieures \u00e0 1.10.57",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.61",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Application Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.3.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "IPsec Encryption pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.9.68",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2024-36138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36138"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22020"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2024-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21890"
},
{
"name": "CVE-2024-21896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21896"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2024-7409",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7409"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2024-6505",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6505"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-43484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43484"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-54798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54798"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2024-3447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3447"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38229"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-43483",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43483"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-58446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58446"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3446"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2024-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22019"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2024-4467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4467"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2023-30584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30584"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21892"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-37372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37372"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2024-43485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43485"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21891"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22017"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2024-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8244"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2024-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27980"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2024-36137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36137"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
}
],
"initial_release_date": "2025-11-05T00:00:00",
"last_revision_date": "2025-11-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0967",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36323",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36323"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36343",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36343"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36326"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36305",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36305"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36345",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36345"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36329"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36316"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36331"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36334",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36334"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36335",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36335"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36340",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36340"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36319",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36319"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36339",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36339"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36322",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36322"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36321",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36321"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36324"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36336",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36336"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36318",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36318"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36337",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36337"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36346",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36346"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36315"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36317",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36317"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36344",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36344"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36341",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36341"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36314",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36314"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36330"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36332",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36332"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36304",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36304"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36342",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36342"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36333",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36333"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36327"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36338",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36338"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36328"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36325"
}
]
}
CERTFR-2025-AVI-0751
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry versions antérieures à 10.0.9 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry versions antérieures à 10.2.2+LTS-T | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry versions antérieures à 6.0.19+LTS-T |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-23048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23048"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2025-49812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49812"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2025-27209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27209"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-30399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30399"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2024-43204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43204"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-49007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49007"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2025-1217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1217"
},
{
"name": "CVE-2025-53020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53020"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2024-47252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47252"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-1736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1736"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2025-1734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1734"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-1861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1861"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2025-49630",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49630"
},
{
"name": "CVE-2025-1219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1219"
},
{
"name": "CVE-2024-42516",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42516"
},
{
"name": "CVE-2024-43394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43394"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0751",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-03T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0071",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36077"
},
{
"published_at": "2025-09-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0069",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36075"
},
{
"published_at": "2025-09-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0070",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36076"
}
]
}
CERTFR-2026-AVI-0316
Vulnerability from certfr_avis - Published: 2026-03-19 - Updated: 2026-03-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | N/A | NodeJS Buildpack versions antérieures à 1.8.82 | ||
| VMware | Tanzu Platform | Tanzu for MySQL sur Tanzu Platform versions antérieures à 10.1.1 | ||
| VMware | N/A | Java Buildpack versions antérieures à 4.90.0 | ||
| VMware | N/A | NGINX Buildpack versions antérieures à 1.2.71 | ||
| VMware | N/A | HWC Buildpack versions antérieures à 3.1.91 | ||
| VMware | Tanzu Platform | Foundation Core for VMware Tanzu Platform versions antérieures à 3.1.9 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.82",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.90.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NGINX Buildpack versions ant\u00e9rieures \u00e0 1.2.71",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "HWC Buildpack versions ant\u00e9rieures \u00e0 3.1.91",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core for VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-28422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28422"
},
{
"name": "CVE-2024-36903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36903"
},
{
"name": "CVE-2024-35875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35875"
},
{
"name": "CVE-2022-50759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50759"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-36026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36026"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2023-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3640"
},
{
"name": "CVE-2024-27435",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27435"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-28420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28420"
},
{
"name": "CVE-2022-49069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49069"
},
{
"name": "CVE-2024-57875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57875"
},
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2023-54129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54129"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2025-39992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39992"
},
{
"name": "CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2023-53562",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53562"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2023-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33875"
},
{
"name": "CVE-2024-41001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41001"
},
{
"name": "CVE-2024-42155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42155"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2025-68196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68196"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2023-53247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53247"
},
{
"name": "CVE-2025-38042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38042"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-53829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53829"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2023-54002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54002"
},
{
"name": "CVE-2022-50550",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50550"
},
{
"name": "CVE-2022-0400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0400"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2025-68342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68342"
},
{
"name": "CVE-2022-48673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48673"
},
{
"name": "CVE-2022-50425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50425"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2024-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39293"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2025-38669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38669"
},
{
"name": "CVE-2025-40137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40137"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2024-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38306"
},
{
"name": "CVE-2023-53733",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53733"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2023-1386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1386"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2023-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53347"
},
{
"name": "CVE-2023-28374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28374"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2024-36921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36921"
},
{
"name": "CVE-2025-40057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40057"
},
{
"name": "CVE-2024-41050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41050"
},
{
"name": "CVE-2026-25500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25500"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-27558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27558"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2024-35998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35998"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-0076",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0076"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2024-58237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58237"
},
{
"name": "CVE-2024-36909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36909"
},
{
"name": "CVE-2024-42147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42147"
},
{
"name": "CVE-2023-53529",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53529"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"name": "CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"name": "CVE-2023-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54280"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2025-52534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52534"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2024-46705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46705"
},
{
"name": "CVE-2022-50407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50407"
},
{
"name": "CVE-2026-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23196"
},
{
"name": "CVE-2024-26595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26595"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2024-45775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45775"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2022-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49901"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-38329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38329"
},
{
"name": "CVE-2021-33096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33096"
},
{
"name": "CVE-2022-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50230"
},
{
"name": "CVE-2024-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35949"
},
{
"name": "CVE-2025-39947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39947"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53588"
},
{
"name": "CVE-2024-41082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41082"
},
{
"name": "CVE-2023-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53685"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2024-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42253"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2021-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33114"
},
{
"name": "CVE-2025-69645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69645"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2024-36900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36900"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2024-26866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26866"
},
{
"name": "CVE-2024-27010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27010"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2023-52561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52561"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-41069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41069"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-47432",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47432"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2024-35878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35878"
},
{
"name": "CVE-2023-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53362"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2024-26756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26756"
},
{
"name": "CVE-2022-50815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50815"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-38036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38036"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2024-46860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46860"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2025-38340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38340"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2023-7216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7216"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2026-23217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23217"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2025-68246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68246"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2023-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53320"
},
{
"name": "CVE-2024-44961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44961"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2024-46835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46835"
},
{
"name": "CVE-2025-69650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69650"
},
{
"name": "CVE-2022-50554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50554"
},
{
"name": "CVE-2023-53509",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53509"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2024-46775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46775"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2025-38207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38207"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2024-26807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26807"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2022-49742",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49742"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2024-42118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42118"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2024-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52560"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-52653",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52653"
},
{
"name": "CVE-2025-40285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40285"
},
{
"name": "CVE-2023-52508",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52508"
},
{
"name": "CVE-2025-69647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69647"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2022-49108",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49108"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2025-38717",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38717"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40208"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2024-26767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26767"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2026-2219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2219"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2024-35926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35926"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2024-26983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26983"
},
{
"name": "CVE-2022-50627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50627"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38029"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2023-53258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53258"
},
{
"name": "CVE-2024-46813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46813"
},
{
"name": "CVE-2024-38594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38594"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47658"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38096"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2023-53429",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53429"
},
{
"name": "CVE-2024-46765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46765"
},
{
"name": "CVE-2022-50380",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50380"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2022-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48990"
},
{
"name": "CVE-2024-24864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24864"
},
{
"name": "CVE-2024-35832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35832"
},
{
"name": "CVE-2024-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36479"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2024-45782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45782"
},
{
"name": "CVE-2022-50785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50785"
},
{
"name": "CVE-2025-39745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39745"
},
{
"name": "CVE-2024-35799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35799"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2025-71223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71223"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2023-53765",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53765"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40356"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2023-53325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53325"
},
{
"name": "CVE-2025-21752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21752"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-68220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68220"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2025-68302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68302"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2024-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40975"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2023-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46316"
},
{
"name": "CVE-2024-47866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47866"
},
{
"name": "CVE-2024-44970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44970"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2025-40139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40139"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2022-48667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48667"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-49161",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49161"
},
{
"name": "CVE-2021-21240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21240"
},
{
"name": "CVE-2022-48771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48771"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2024-27400",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27400"
},
{
"name": "CVE-2023-52485",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52485"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2022-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49997"
},
{
"name": "CVE-2022-49469",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49469"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2022-0480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0480"
},
{
"name": "CVE-2025-68173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68173"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53209"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-1272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1272"
},
{
"name": "CVE-2025-21658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21658"
},
{
"name": "CVE-2022-49651",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49651"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2024-26770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26770"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2024-27041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27041"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3195"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-26242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26242"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-52673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52673"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2021-33113",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33113"
},
{
"name": "CVE-2022-48668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48668"
},
{
"name": "CVE-2024-27418",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27418"
},
{
"name": "CVE-2025-68231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68231"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2022-50322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50322"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2022-27635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27635"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2020-12317",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12317"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2024-42128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42128"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2021-4095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4095"
},
{
"name": "CVE-2022-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50240"
},
{
"name": "CVE-2025-40054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40054"
},
{
"name": "CVE-2024-45015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45015"
},
{
"name": "CVE-2025-68184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68184"
},
{
"name": "CVE-2024-36357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36357"
},
{
"name": "CVE-2025-71074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71074"
},
{
"name": "CVE-2025-38673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38673"
},
{
"name": "CVE-2025-40107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40107"
},
{
"name": "CVE-2025-11234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11234"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-53447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53447"
},
{
"name": "CVE-2024-46754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46754"
},
{
"name": "CVE-2021-0161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0161"
},
{
"name": "CVE-2018-1121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1121"
},
{
"name": "CVE-2022-49547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49547"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2025-0622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0622"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-26757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26757"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-53248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53248"
},
{
"name": "CVE-2024-56788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56788"
},
{
"name": "CVE-2016-8660",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8660"
},
{
"name": "CVE-2024-26691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26691"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2025-7519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7519"
},
{
"name": "CVE-2023-53491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53491"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2022-50811",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50811"
},
{
"name": "CVE-2023-4133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4133"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2023-53366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53366"
},
{
"name": "CVE-2022-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49910"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2024-40918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40918"
},
{
"name": "CVE-2024-27032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27032"
},
{
"name": "CVE-2022-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50236"
},
{
"name": "CVE-2024-35932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35932"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2024-35971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35971"
},
{
"name": "CVE-2024-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46762"
},
{
"name": "CVE-2023-34983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34983"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2023-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53323"
},
{
"name": "CVE-2026-3731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3731"
},
{
"name": "CVE-2025-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40198"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2025-39942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39942"
},
{
"name": "CVE-2025-68310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68310"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68229"
},
{
"name": "CVE-2023-52857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52857"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-39929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39929"
},
{
"name": "CVE-2022-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50304"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"name": "CVE-2024-43844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43844"
},
{
"name": "CVE-2023-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52920"
},
{
"name": "CVE-2023-52590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52590"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68321"
},
{
"name": "CVE-2021-0072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0072"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2025-69652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69652"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"name": "CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38353"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2019-0154",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0154"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2023-52761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52761"
},
{
"name": "CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"name": "CVE-2023-53609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53609"
},
{
"name": "CVE-2023-53478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53478"
},
{
"name": "CVE-2024-42117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42117"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2023-53682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53682"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-54770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54770"
},
{
"name": "CVE-2026-3442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3442"
},
{
"name": "CVE-2024-58238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58238"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-40237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40237"
},
{
"name": "CVE-2025-47908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47908"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2024-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35945"
},
{
"name": "CVE-2025-39990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39990"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-53780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53780"
},
{
"name": "CVE-2020-35501",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35501"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-52624",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52624"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-50700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50700"
},
{
"name": "CVE-2023-52632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52632"
},
{
"name": "CVE-2024-46836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46836"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2024-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38556"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2023-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53198"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2025-40333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40333"
},
{
"name": "CVE-2022-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50234"
},
{
"name": "CVE-2025-38082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38082"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2023-4969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4969"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-35946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35946"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-53789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53789"
},
{
"name": "CVE-2022-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49858"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2024-35803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35803"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2024-8612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8612"
},
{
"name": "CVE-2023-52586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52586"
},
{
"name": "CVE-2025-40332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40332"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2021-33110",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33110"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2019-19378",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19378"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2024-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40972"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2025-71073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71073"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2024-36911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36911"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2024-36917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36917"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2023-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53068"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2021-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31615"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2022-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49932"
},
{
"name": "CVE-2022-25837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25837"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53221"
},
{
"name": "CVE-2024-26719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26719"
},
{
"name": "CVE-2022-44034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44034"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53072"
},
{
"name": "CVE-2023-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2007"
},
{
"name": "CVE-2022-37341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37341"
},
{
"name": "CVE-2025-69648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69648"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2024-46843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46843"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-38709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38709"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-4408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4408"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2023-53602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53602"
},
{
"name": "CVE-2023-2828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2828"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2023-53867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53867"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2025-38038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38038"
},
{
"name": "CVE-2024-46802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46802"
},
{
"name": "CVE-2025-39859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39859"
},
{
"name": "CVE-2025-40313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40313"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2023-33053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33053"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-38261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38261"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-69644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69644"
},
{
"name": "CVE-2022-49303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49303"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2024-42320",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42320"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-39877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39877"
},
{
"name": "CVE-2022-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3114"
},
{
"name": "CVE-2023-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52916"
},
{
"name": "CVE-2025-38064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38064"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2024-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35937"
},
{
"name": "CVE-2022-50628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50628"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-43824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43824"
},
{
"name": "CVE-2025-39886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39886"
},
{
"name": "CVE-2022-50350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50350"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2022-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50721"
},
{
"name": "CVE-2022-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50095"
},
{
"name": "CVE-2025-40073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40073"
},
{
"name": "CVE-2024-26662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26662"
},
{
"name": "CVE-2026-3196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3196"
},
{
"name": "CVE-2025-61662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61662"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2021-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0168"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"name": "CVE-2022-50583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50583"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2024-38554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38554"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2023-0030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0030"
},
{
"name": "CVE-2024-42110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42110"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2024-53179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53179"
},
{
"name": "CVE-2024-57945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57945"
},
{
"name": "CVE-2023-54233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54233"
},
{
"name": "CVE-2024-43899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43899"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2019-15213",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15213"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2022-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49935"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2024-35956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35956"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2023-54237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54237"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2023-53424",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53424"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2019-19814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19814"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-44962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44962"
},
{
"name": "CVE-2025-68322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68322"
},
{
"name": "CVE-2024-35931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35931"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-39927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39927"
},
{
"name": "CVE-2023-26551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26551"
},
{
"name": "CVE-2024-46857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46857"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2015-8553",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8553"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2024-36966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36966"
},
{
"name": "CVE-2023-53332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53332"
},
{
"name": "CVE-2024-35924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35924"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2022-49471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49471"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2023-53753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53753"
},
{
"name": "CVE-2024-41074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41074"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2017-13694",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13694"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2013-7445",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7445"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2023-52701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52701"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-26647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26647"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2022-49317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49317"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2018-12928",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12928"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2023-53671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53671"
},
{
"name": "CVE-2025-40354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40354"
},
{
"name": "CVE-2024-26938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26938"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2024-35999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35999"
},
{
"name": "CVE-2023-29942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29942"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2022-48633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48633"
},
{
"name": "CVE-2022-3238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3238"
},
{
"name": "CVE-2024-38557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38557"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2023-53584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53584"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2022-50418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50418"
},
{
"name": "CVE-2023-53438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53438"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-53460",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53460"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2024-56671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56671"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2025-39940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39940"
},
{
"name": "CVE-2023-52751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52751"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2023-53483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53483"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2022-38076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38076"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2024-56368",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56368"
},
{
"name": "CVE-2025-40075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40075"
},
{
"name": "CVE-2022-49172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49172"
},
{
"name": "CVE-2024-40979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40979"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2022-44033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44033"
},
{
"name": "CVE-2024-56757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56757"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-38069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38069"
},
{
"name": "CVE-2022-49750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49750"
},
{
"name": "CVE-2023-53707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53707"
},
{
"name": "CVE-2023-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53115"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2023-54107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54107"
},
{
"name": "CVE-2022-48646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48646"
},
{
"name": "CVE-2024-43912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43912"
},
{
"name": "CVE-2024-35808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35808"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-61663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61663"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-36948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36948"
},
{
"name": "CVE-2022-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48887"
},
{
"name": "CVE-2024-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40977"
},
{
"name": "CVE-2024-26948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26948"
},
{
"name": "CVE-2023-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53370"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2023-45929",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45929"
},
{
"name": "CVE-2025-68343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68343"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2021-33115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33115"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"name": "CVE-2024-39508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39508"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-32249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32249"
},
{
"name": "CVE-2025-37899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37899"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-40362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40362"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2024-43831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43831"
},
{
"name": "CVE-2023-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30630"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-38330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38330"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2017-13693",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13693"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2025-36423",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36423"
},
{
"name": "CVE-2022-49622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49622"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2022-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50284"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2024-41008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41008"
},
{
"name": "CVE-2024-27035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27035"
},
{
"name": "CVE-2023-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53218"
},
{
"name": "CVE-2022-25836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25836"
},
{
"name": "CVE-2024-37354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37354"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-29934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29934"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2024-36951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36951"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-38438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38438"
},
{
"name": "CVE-2025-40032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40032"
},
{
"name": "CVE-2023-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26555"
},
{
"name": "CVE-2023-1193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1193"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2024-46806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46806"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"name": "CVE-2025-68779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68779"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-48514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48514"
},
{
"name": "CVE-2024-41030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41030"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2024-47664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47664"
},
{
"name": "CVE-2024-36915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36915"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2024-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49504"
},
{
"name": "CVE-2025-38118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53367"
},
{
"name": "CVE-2022-50500",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50500"
},
{
"name": "CVE-2019-14899",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14899"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2025-40206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40206"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2021-0164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0164"
},
{
"name": "CVE-2024-46870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46870"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2023-53748",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53748"
},
{
"name": "CVE-2024-26740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26740"
},
{
"name": "CVE-2022-49173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49173"
},
{
"name": "CVE-2024-45781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45781"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2022-50551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50551"
},
{
"name": "CVE-2026-26269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26269"
},
{
"name": "CVE-2024-43872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43872"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-69649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69649"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2025-40336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40336"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2022-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49766"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2023-52569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52569"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2022-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49940"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2020-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25743"
},
{
"name": "CVE-2022-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50167"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-27704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27704"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2021-3735",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3735"
},
{
"name": "CVE-2025-40353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40353"
},
{
"name": "CVE-2024-46861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46861"
},
{
"name": "CVE-2025-40222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40222"
},
{
"name": "CVE-2022-50634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50634"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54514"
},
{
"name": "CVE-2025-71202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71202"
},
{
"name": "CVE-2015-7837",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7837"
},
{
"name": "CVE-2025-0677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0677"
},
{
"name": "CVE-2024-45780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45780"
},
{
"name": "CVE-2024-46749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46749"
},
{
"name": "CVE-2022-50492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50492"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-26552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26552"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-59691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59691"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2023-52481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52481"
},
{
"name": "CVE-2023-52888",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52888"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2024-47666",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47666"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2023-0160",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0160"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-1788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1788"
},
{
"name": "CVE-2023-53721",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53721"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2022-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50256"
},
{
"name": "CVE-2024-42091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42091"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-37907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37907"
},
{
"name": "CVE-2024-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38625"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2023-4010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4010"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2024-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46727"
},
{
"name": "CVE-2023-54028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54028"
},
{
"name": "CVE-2024-42129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42129"
},
{
"name": "CVE-2023-54105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54105"
},
{
"name": "CVE-2018-17977",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17977"
},
{
"name": "CVE-2019-1010204",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010204"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"name": "CVE-2022-50354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50354"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-52589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52589"
},
{
"name": "CVE-2022-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41848"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53434"
},
{
"name": "CVE-2023-29935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29935"
},
{
"name": "CVE-2023-35061",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35061"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21636"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2021-0172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0172"
},
{
"name": "CVE-2024-47662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47662"
},
{
"name": "CVE-2018-12930",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12930"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-41067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41067"
},
{
"name": "CVE-2024-26844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26844"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-40193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40193"
},
{
"name": "CVE-2023-32644",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32644"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2024-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46681"
},
{
"name": "CVE-2024-36927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36927"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-40012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40012"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-8354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8354"
},
{
"name": "CVE-2023-54323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54323"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0689"
},
{
"name": "CVE-2022-50316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50316"
},
{
"name": "CVE-2023-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31347"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2023-53657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53657"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2023-52732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52732"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2022-49167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49167"
},
{
"name": "CVE-2025-68311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68311"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2024-41088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41088"
},
{
"name": "CVE-2025-0690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0690"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2023-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53052"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2022-49234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49234"
},
{
"name": "CVE-2022-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50163"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-26699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26699"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2022-50390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50390"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2025-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31648"
},
{
"name": "CVE-2026-1229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1229"
},
{
"name": "CVE-2025-0678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0678"
},
{
"name": "CVE-2024-41075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41075"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2025-40195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40195"
},
{
"name": "CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2023-53574",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53574"
},
{
"name": "CVE-2022-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50166"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2024-56738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56738"
},
{
"name": "CVE-2022-50778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50778"
},
{
"name": "CVE-2024-42067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42067"
},
{
"name": "CVE-2022-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49971"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2025-39789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39789"
},
{
"name": "CVE-2022-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49124"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2022-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50195"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2024-40998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40998"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2025-68318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68318"
},
{
"name": "CVE-2022-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49980"
},
{
"name": "CVE-2023-52634",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52634"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2025-62526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62526"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-45776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45776"
},
{
"name": "CVE-2022-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50090"
},
{
"name": "CVE-2025-40340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40340"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2020-14356",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14356"
},
{
"name": "CVE-2025-68745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68745"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2023-53764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53764"
},
{
"name": "CVE-2024-53687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53687"
},
{
"name": "CVE-2025-39901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39901"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2024-38628",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38628"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-38672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38672"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-0684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0684"
},
{
"name": "CVE-2025-10158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10158"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40146"
},
{
"name": "CVE-2025-38359",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38359"
},
{
"name": "CVE-2019-20794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20794"
},
{
"name": "CVE-2023-53849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53849"
},
{
"name": "CVE-2022-4543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4543"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2023-53627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53627"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-38091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38091"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2023-53575",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53575"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2022-3523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3523"
},
{
"name": "CVE-2026-26157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26157"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2023-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38417"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2021-45261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45261"
},
{
"name": "CVE-2025-40074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40074"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2023-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53037"
},
{
"name": "CVE-2024-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46842"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2025-13462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13462"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2025-69646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69646"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2020-26142",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26142"
},
{
"name": "CVE-2022-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49955"
},
{
"name": "CVE-2023-53628",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53628"
},
{
"name": "CVE-2025-29943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29943"
},
{
"name": "CVE-2025-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39978"
},
{
"name": "CVE-2023-31346",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31346"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2025-38140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38140"
},
{
"name": "CVE-2022-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50002"
},
{
"name": "CVE-2025-38621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38621"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39908"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2025-34034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34034"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-59692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59692"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2018-12931",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12931"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2022-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50224"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-13791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13791"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2024-49990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49990"
},
{
"name": "CVE-2020-15802",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15802"
},
{
"name": "CVE-2020-24240",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24240"
},
{
"name": "CVE-2024-46718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46718"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2021-0066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0066"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2023-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53376"
},
{
"name": "CVE-2023-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53538"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2022-50357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50357"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2023-52671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52671"
},
{
"name": "CVE-2022-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50303"
},
{
"name": "CVE-2024-35870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35870"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-36013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36013"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40196"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2023-52676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52676"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2017-13165",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13165"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2025-39932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39932"
},
{
"name": "CVE-2024-47683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47683"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-46811",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46811"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2025-40040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40040"
},
{
"name": "CVE-2023-53635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53635"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2022-49531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49531"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2022-49810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49810"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2023-26586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26586"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-44950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44950"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2022-50332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50332"
},
{
"name": "CVE-2023-53822",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53822"
},
{
"name": "CVE-2024-27408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27408"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2022-50461",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50461"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2023-26554",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26554"
},
{
"name": "CVE-2025-38486",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38486"
},
{
"name": "CVE-2021-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26934"
},
{
"name": "CVE-2023-53466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53466"
},
{
"name": "CVE-2025-21629",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21629"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53168"
},
{
"name": "CVE-2022-49528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49528"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-45888",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45888"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2023-52749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52749"
},
{
"name": "CVE-2025-39754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39754"
},
{
"name": "CVE-2025-40286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40286"
},
{
"name": "CVE-2022-49967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49967"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2022-49245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49245"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2022-50871",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50871"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2025-39958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39958"
},
{
"name": "CVE-2018-8956",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8956"
},
{
"name": "CVE-2025-40266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40266"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2022-49420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49420"
},
{
"name": "CVE-2022-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40964"
},
{
"name": "CVE-2026-3441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3441"
},
{
"name": "CVE-2024-36244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36244"
},
{
"name": "CVE-2023-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53149"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2022-50746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50746"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2022-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49943"
},
{
"name": "CVE-2022-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50260"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2020-12319",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12319"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49568"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2024-36924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36924"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2023-3397",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3397"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2024-26672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26672"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2023-53806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53806"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2021-33139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33139"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2024-46808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46808"
},
{
"name": "CVE-2026-26158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26158"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2025-68288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68288"
},
{
"name": "CVE-2025-38168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38168"
},
{
"name": "CVE-2023-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53547"
},
{
"name": "CVE-2019-20426",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20426"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2022-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50212"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2023-54259",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54259"
},
{
"name": "CVE-2025-68802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68802"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2025-1369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1369"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-68317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68317"
},
{
"name": "CVE-2023-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53231"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2022-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2961"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-33155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33155"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2022-50851",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50851"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"name": "CVE-2025-38674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38674"
},
{
"name": "CVE-2025-40093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40093"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-45777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45777"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2022-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49965"
},
{
"name": "CVE-2025-54771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54771"
},
{
"name": "CVE-2024-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0564"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2025-69651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69651"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-40335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40335"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2024-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58098"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2022-28667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28667"
},
{
"name": "CVE-2023-53383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53383"
},
{
"name": "CVE-2024-46717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46717"
},
{
"name": "CVE-2024-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25743"
},
{
"name": "CVE-2022-50704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50704"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2024-41036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41036"
},
{
"name": "CVE-2023-53751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53751"
},
{
"name": "CVE-2025-0033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0033"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2024-42319",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42319"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-13716",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13716"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2022-40735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
},
{
"name": "CVE-2024-36024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36024"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-54190",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54190"
},
{
"name": "CVE-2023-52879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52879"
},
{
"name": "CVE-2025-68281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68281"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2025-38440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38440"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"name": "CVE-2025-68236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68236"
},
{
"name": "CVE-2024-39286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39286"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-68333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68333"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-52625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52625"
},
{
"name": "CVE-2023-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53353"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2023-53702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53702"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2024-26842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26842"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2023-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54059"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2021-0170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0170"
},
{
"name": "CVE-2024-40966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40966"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2022-50571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50571"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-40180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40180"
},
{
"name": "CVE-2022-49393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49393"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-71204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71204"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2023-32651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32651"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-71115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71115"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2022-50862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50862"
},
{
"name": "CVE-2025-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1118"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2023-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53355"
},
{
"name": "CVE-2022-25265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25265"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2026-23181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23181"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2023-53558",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53558"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-22860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22860"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2025-40247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40247"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-0686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0686"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2025-68781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68781"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2021-0173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0173"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2024-45778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45778"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2024-47661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47661"
},
{
"name": "CVE-2026-28418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28418"
},
{
"name": "CVE-2023-54151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54151"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2024-46803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46803"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2022-36351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36351"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2024-36478",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36478"
},
{
"name": "CVE-2024-43832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43832"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2024-46720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46720"
},
{
"name": "CVE-2024-26658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26658"
},
{
"name": "CVE-2026-2243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2243"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2024-38564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
},
{
"name": "CVE-2021-0174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0174"
},
{
"name": "CVE-2025-8746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8746"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-45779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45779"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2025-40077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40077"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"name": "CVE-2024-46823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46823"
},
{
"name": "CVE-2023-32642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32642"
},
{
"name": "CVE-2025-71227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71227"
},
{
"name": "CVE-2024-46733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46733"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2022-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50015"
},
{
"name": "CVE-2025-40071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40071"
},
{
"name": "CVE-2024-7883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7883"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2022-50772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50772"
},
{
"name": "CVE-2024-56717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56717"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2023-54234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54234"
},
{
"name": "CVE-2022-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45885"
},
{
"name": "CVE-2022-49783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49783"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2025-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47153"
},
{
"name": "CVE-2025-40080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40080"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2022-49539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49539"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2024-26869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2021-20255",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20255"
},
{
"name": "CVE-2022-48979",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48979"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2023-54180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54180"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2024-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46848"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2024-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36009"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2024-36350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36350"
},
{
"name": "CVE-2023-25951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25951"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2023-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53152"
},
{
"name": "CVE-2021-0308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0308"
},
{
"name": "CVE-2025-68315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68315"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2022-1205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1205"
},
{
"name": "CVE-2023-45927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45927"
},
{
"name": "CVE-2020-25742",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25742"
},
{
"name": "CVE-2022-0987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0987"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2025-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40217"
},
{
"name": "CVE-2025-38199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38199"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2022-50720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50720"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2023-50387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50387"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-39961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39961"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2024-26876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26876"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2023-52657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52657"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2024-58089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58089"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2022-49127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49127"
},
{
"name": "CVE-2020-25741",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25741"
},
{
"name": "CVE-2022-50748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50748"
},
{
"name": "CVE-2023-53767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53767"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53180"
},
{
"name": "CVE-2026-28419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28419"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2023-53385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53385"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-46678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46678"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2023-53620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53620"
},
{
"name": "CVE-2022-50539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50539"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2022-49496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49496"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2025-39957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39957"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2023-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53540"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-53261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53261"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2025-39931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39931"
},
{
"name": "CVE-2023-54187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54187"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-44032",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44032"
},
{
"name": "CVE-2024-57895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57895"
},
{
"name": "CVE-2023-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53240"
},
{
"name": "CVE-2025-13735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13735"
},
{
"name": "CVE-2023-53694",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53694"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-35794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35794"
},
{
"name": "CVE-2023-52829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52829"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2025-38033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38033"
},
{
"name": "CVE-2024-41023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41023"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-36910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36910"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2024-56737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56737"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2020-11935",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11935"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2025-68309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68309"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2025-40003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40003"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2024-57898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57898"
},
{
"name": "CVE-2020-35503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35503"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-56639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56639"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2021-0183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0183"
},
{
"name": "CVE-2025-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39884"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2024-36914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36914"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2022-49764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49764"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-38092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38092"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2023-26553",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26553"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2024-6519",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6519"
},
{
"name": "CVE-2024-46729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46729"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50266"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2023-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53093"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2022-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50009"
},
{
"name": "CVE-2022-26047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26047"
},
{
"name": "CVE-2024-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53240"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2024-36949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36949"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2024-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2193"
},
{
"name": "CVE-2025-4382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4382"
},
{
"name": "CVE-2022-28693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2023-54242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54242"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2024-41062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41062"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-50518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50518"
},
{
"name": "CVE-2022-49829",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49829"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2016-2568",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2568"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2018-12929",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12929"
},
{
"name": "CVE-2024-26853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26853"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2025-39952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39952"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2024-45783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45783"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-53410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53410"
},
{
"name": "CVE-2023-53254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53254"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47210"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2021-0165",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0165"
},
{
"name": "CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2025-38205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38205"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2024-58241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58241"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2022-49833",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49833"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-68282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68282"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2024-46726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46726"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2025-1125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1125"
},
{
"name": "CVE-2023-53647",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53647"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-0012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0012"
},
{
"name": "CVE-2020-12313",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12313"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2021-0166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0166"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2022-3872",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3872"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68177"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-43866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43866"
},
{
"name": "CVE-2024-37021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37021"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2025-68191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68191"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2024-46730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46730"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2024-46728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46728"
},
{
"name": "CVE-2023-53561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53561"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2024-58100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58100"
},
{
"name": "CVE-2020-0256",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0256"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-26954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26954"
},
{
"name": "CVE-2025-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21634"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2025-38047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38047"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2024-41013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41013"
},
{
"name": "CVE-2023-54320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54320"
},
{
"name": "CVE-2024-43911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43911"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2017-0537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-0537"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2025-68219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68219"
},
{
"name": "CVE-2022-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50232"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2023-26112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26112"
},
{
"name": "CVE-2018-6952",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6952"
},
{
"name": "CVE-2020-14304",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14304"
},
{
"name": "CVE-2024-46834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46834"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-40110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40110"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2022-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50016"
},
{
"name": "CVE-2025-29481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29481"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-61661",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61661"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2024-25740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25740"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2021-0176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0176"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2022-48998",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48998"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2024-42273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42273"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2022-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49974"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2019-20633",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20633"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2021-3714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3714"
},
{
"name": "CVE-2023-54071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54071"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2025-40036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40036"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2025-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39833"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2024-35784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35784"
},
{
"name": "CVE-2024-56591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56591"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2024-57976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57976"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2025-0685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0685"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2022-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50071"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2024-56180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56180"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2025-38643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38643"
},
{
"name": "CVE-2021-3864",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3864"
},
{
"name": "CVE-2025-39771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39771"
},
{
"name": "CVE-2023-52591",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52591"
},
{
"name": "CVE-2024-26648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26648"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2020-24352",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24352"
},
{
"name": "CVE-2024-36000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36000"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2025-38360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38360"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2024-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0217"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2021-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47658"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2019-12067",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12067"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-44963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44963"
},
{
"name": "CVE-2023-53348",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53348"
},
{
"name": "CVE-2022-48766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48766"
},
{
"name": "CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2022-50467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50467"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54047"
},
{
"name": "CVE-2023-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53382"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-39677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39677"
},
{
"name": "CVE-2023-53651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53651"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2022-50383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50383"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-53387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53387"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2024-45774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45774"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-61664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61664"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2022-50863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50863"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2024-35843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35843"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39762"
},
{
"name": "CVE-2024-40999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40999"
},
{
"name": "CVE-2023-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53292"
},
{
"name": "CVE-2023-52576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52576"
},
{
"name": "CVE-2024-27002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2025-21730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21730"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2023-52660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52660"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2023-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53371"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2024-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27025"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2024-27011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27011"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2024-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38543"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2023-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53187"
},
{
"name": "CVE-2025-38689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38689"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2022-48744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48744"
},
{
"name": "CVE-2025-38070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38070"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-62525",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62525"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2021-0175",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0175"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2022-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48706"
},
{
"name": "CVE-2025-40334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40334"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2024-46716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46716"
},
{
"name": "CVE-2012-4542",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-4542"
},
{
"name": "CVE-2021-3773",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3773"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2022-49267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49267"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-38189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38189"
},
{
"name": "CVE-2022-48628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48628"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2021-44534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44534"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2025-68193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68193"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2023-28720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28720"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2024-46833",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46833"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2023-53742",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53742"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38041"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2023-53452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53452"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-6610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6610"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2022-50616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50616"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2023-53544",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53544"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2022-50708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50708"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
},
{
"name": "CVE-2025-9301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9301"
}
],
"initial_release_date": "2026-03-19T00:00:00",
"last_revision_date": "2026-03-19T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0316",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37219",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37219"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37211",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37211"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37215",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37215"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37218",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37218"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37220",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37220"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37216",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37216"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37221",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37221"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37213",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37213"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37217",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37217"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37212",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37212"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37214",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37214"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37222",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37222"
}
]
}
CERTFR-2025-AVI-0935
Vulnerability from certfr_avis - Published: 2025-10-29 - Updated: 2025-10-29
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Gemfire | Tanzu GemFire versions antérieures à 10.2.0 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 7.2.x antérieures à 7.2.11 | ||
| VMware | Tanzu Gemfire | Tanzu GemFire Management Console versions antérieures à 1.4.1 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 3.x antérieures à 3.2.0 sur Kubernetes | ||
| VMware | Tanzu | Tanzu pour Valkey versions 8.1.x antérieures à 8.1.4 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 8.0.x antérieures à 8.0.6 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.2.0",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 7.2.x ant\u00e9rieures \u00e0 7.2.11",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire Management Console versions ant\u00e9rieures \u00e0 1.4.1",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 3.x ant\u00e9rieures \u00e0 3.2.0 sur Kubernetes",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.1.x ant\u00e9rieures \u00e0 8.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.0.x ant\u00e9rieures \u00e0 8.0.6",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49844"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-46819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46819"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-46817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46817"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-27151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27151"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-46818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46818"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-10-29T00:00:00",
"last_revision_date": "2025-10-29T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0935",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-29T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36259",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36259"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36260",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36260"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36261",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36261"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36258",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36258"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36262",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36262"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36263",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36263"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36264",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36264"
}
]
}
CERTFR-2025-AVI-1131
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 Warehouse | Db2 Warehouse on Cloud Pak for Data versions antérieures à 5.3.0 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0 versions antérieures à 7.5.0 UP14 IF03 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.0.x antérieures à 6.3.0.16 | ||
| IBM | QRadar | QRadar Suite Software versions 1.11.x antérieures à 1.11.8.0 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.4.0.x antérieures à 6.4.0.5 | ||
| IBM | Sterling Partner Engagement Manager Standard Edition | Sterling Partner Engagement Manager Standard Edition versions 6.2.4.x antérieures à 6.2.4.5 | ||
| IBM | Sterling Partner Engagement Manager Standard Edition | Sterling Partner Engagement Manager Standard Edition versions 6.2.3.x antérieures à 6.2.3.5 | ||
| IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à 5.3.0 | ||
| IBM | Cognos Dashboards | Cognos Dashboards on Cloud Pak for Data versions 5.x antérieures à 5.3 | ||
| IBM | Db2 | Db2 Intelligence Center versions 1.1.x antérieures à 1.1.3.0 | ||
| IBM | Sterling Partner Engagement Manager Essentials Edition | Sterling Partner Engagement Manager Essentials Edition versions 6.2.4.x antérieures à 6.2.4.2 | ||
| IBM | Sterling Partner Engagement Manager Essentials Edition | Sterling Partner Engagement Manager Essentials Edition versions 6.2.3.x antérieures à 6.2.3.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.0",
"product": {
"name": "Db2 Warehouse",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0 versions ant\u00e9rieures \u00e0 7.5.0 UP14 IF03",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.16",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.11.x ant\u00e9rieures \u00e0 1.11.8.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.4.0.x ant\u00e9rieures \u00e0 6.4.0.5",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Standard Edition versions 6.2.4.x ant\u00e9rieures \u00e0 6.2.4.5 ",
"product": {
"name": "Sterling Partner Engagement Manager Standard Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Standard Edition versions 6.2.3.x ant\u00e9rieures \u00e0 6.2.3.5 ",
"product": {
"name": "Sterling Partner Engagement Manager Standard Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Dashboards on Cloud Pak for Data versions 5.x ant\u00e9rieures \u00e0 5.3",
"product": {
"name": "Cognos Dashboards",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Intelligence Center versions 1.1.x ant\u00e9rieures \u00e0 1.1.3.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Essentials Edition versions 6.2.4.x ant\u00e9rieures \u00e0 6.2.4.2",
"product": {
"name": "Sterling Partner Engagement Manager Essentials Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Essentials Edition versions 6.2.3.x ant\u00e9rieures \u00e0 6.2.3.5",
"product": {
"name": "Sterling Partner Engagement Manager Essentials Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2025-2534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2534"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2021-26272",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26272"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-49350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49350"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-36131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36131"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2025-30065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30065"
},
{
"name": "CVE-2024-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47118"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2021-47621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47621"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2025-61912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61912"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2022-25927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25927"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2025-1992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1992"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-36136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36136"
},
{
"name": "CVE-2025-38724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38724"
},
{
"name": "CVE-2020-9493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9493"
},
{
"name": "CVE-2025-36008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36008"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-39718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39718"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2024-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-36006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36006"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2025-36186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36186"
},
{
"name": "CVE-2025-55182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55182"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2025-6493",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6493"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-33012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33012"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2025-5187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5187"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-41235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41235"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-2518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2518"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2024-38827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38827"
},
{
"name": "CVE-2025-38292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38292"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2025-59250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59250"
},
{
"name": "CVE-2025-1493",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1493"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2025-3050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3050"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-1767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1767"
},
{
"name": "CVE-2021-26271",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26271"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2024-38821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38821"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0915"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-52903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52903"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-46653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46653"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2018-14721",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14721"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-2900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2900"
},
{
"name": "CVE-2025-0426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0426"
},
{
"name": "CVE-2020-9281",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9281"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-1000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1000"
},
{
"name": "CVE-2022-3697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3697"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-53513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53513"
},
{
"name": "CVE-2025-33134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33134"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-39804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39804"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2024-22354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22354"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2022-50543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50543"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-61911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61911"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2025-14687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14687"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-57699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
},
{
"name": "CVE-2025-36185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36185"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1131",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-12-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252732",
"url": "https://www.ibm.com/support/pages/node/7252732"
},
{
"published_at": "2025-12-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7254815",
"url": "https://www.ibm.com/support/pages/node/7254815"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255060",
"url": "https://www.ibm.com/support/pages/node/7255060"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255154",
"url": "https://www.ibm.com/support/pages/node/7255154"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255095",
"url": "https://www.ibm.com/support/pages/node/7255095"
},
{
"published_at": "2025-12-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7254849",
"url": "https://www.ibm.com/support/pages/node/7254849"
},
{
"published_at": "2025-12-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7254850",
"url": "https://www.ibm.com/support/pages/node/7254850"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255160",
"url": "https://www.ibm.com/support/pages/node/7255160"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255065",
"url": "https://www.ibm.com/support/pages/node/7255065"
}
]
}
CERTFR-2026-AVI-0339
Vulnerability from certfr_avis - Published: 2026-03-23 - Updated: 2026-03-23
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.96.x | ||
| VMware | Tanzu Gemfire | Tanzu GemFire sur Tanzu Platform 2.2.x versions antérieures à 2.2.2 | ||
| VMware | Platform Services | Platform Services pour Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.1107.x | ||
| VMware | Tanzu Gemfire | Tanzu GemFire sur Tanzu Platform 2.1.x versions antérieures à 2.1.4 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Tanzu Platform versions antérieures à 10.2.3 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.261.x |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.96.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire sur Tanzu Platform 2.2.x versions ant\u00e9rieures \u00e0 2.2.2",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.1107.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire sur Tanzu Platform 2.1.x versions ant\u00e9rieures \u00e0 2.1.4",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.3",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.261.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2026-30227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30227"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2025-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58063"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2026-1229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1229"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-64702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64702"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2025-68151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68151"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-03-23T00:00:00",
"last_revision_date": "2026-03-23T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0339",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37283",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37283"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37288",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37288"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37281",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37281"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37278",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37278"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37282",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37282"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37286",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37286"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37279",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37279"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37280",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37280"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37284",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37284"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37277",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37277"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37285",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37285"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37287",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37287"
}
]
}
CERTFR-2026-AVI-0209
Vulnerability from certfr_avis - Published: 2026-02-25 - Updated: 2026-02-25
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour Tanzu versions antérieures à 1.14.11 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour Tanzu Platform versions antérieures à 1.16.17 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.60 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour Tanzu Platform versions antérieures à 6.0.25+LTS-T, 10.3.5 et 10.2.8+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Automation Toolkit versions antérieures à 5.4.2 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.80 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour Tanzu Platform versions antérieures à 2.4.2 | ||
| VMware | Tanzu Kubernetes Runtime | Compliance Scanning pour Tanzu Platform versions antérieures à 1.3.29 | ||
| VMware | Tanzu Kubernetes Runtime | Greffon Elastic Application Runtime Windows pour Tanzu Platform versions antérieures à 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions 1.1065.x sans les derniers correctifs de sécurité | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour Tanzu Platform versions antérieures à 250.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Application Services pour Tanzu Platform versions antérieures à 3.3.15 | ||
| VMware | Tanzu Kubernetes Runtime | Scheduler pour Tanzu Platform versions antérieures à 2.0.24 | ||
| VMware | Tanzu Kubernetes Runtime | Service Publisher for VMware Tanzu Platform versions antérieures à 10.3.5 | ||
| VMware | Tanzu Kubernetes Runtime | Anti-Virus Scanning pour Tanzu Platform versions antérieures à 2.4.3 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions 1.1065.x sans les derniers correctifs de sécurité | ||
| VMware | Tanzu Kubernetes Runtime | File Integrity Monitoring pour Tanzu Platform versions antérieures à 2.1.50 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions 1.1033.x sans les derniers correctifs de sécurité | ||
| VMware | Tanzu Kubernetes Runtime | Metric Store versions antérieures à 1.8.2 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.65 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Spring Cloud Data Flow pour Tanzu versions ant\u00e9rieures \u00e0 1.14.11",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.17",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.60",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.25+LTS-T, 10.3.5 et 10.2.8+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.4.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.80",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Compliance Scanning pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.3.29",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Greffon Elastic Application Runtime Windows pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions 1.1065.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour Tanzu Platform versions ant\u00e9rieures \u00e0 250.6.6",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Application Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 3.3.15",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.24",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Service Publisher for VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus Scanning pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.3",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions 1.1065.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring pour Tanzu Platform versions ant\u00e9rieures \u00e0 2.1.50",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions 1.1033.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Metric Store versions ant\u00e9rieures \u00e0 1.8.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.65",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-39987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39987"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-40055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40055"
},
{
"name": "CVE-2026-22801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22801"
},
{
"name": "CVE-2025-39876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39876"
},
{
"name": "CVE-2025-40029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40029"
},
{
"name": "CVE-2025-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38561"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-40048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40048"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2025-40043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40043"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2025-39973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39973"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-39943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39943"
},
{
"name": "CVE-2025-39945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39945"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-40019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40019"
},
{
"name": "CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"name": "CVE-2025-40081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40081"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2025-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40153"
},
{
"name": "CVE-2025-40121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40121"
},
{
"name": "CVE-2025-11468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11468"
},
{
"name": "CVE-2025-40204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40204"
},
{
"name": "CVE-2025-40171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40171"
},
{
"name": "CVE-2025-39911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39911"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-40125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40125"
},
{
"name": "CVE-2025-40349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40349"
},
{
"name": "CVE-2025-40187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40187"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-39913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39913"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2023-29408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29408"
},
{
"name": "CVE-2025-39967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39967"
},
{
"name": "CVE-2025-40115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40115"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2025-39949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39949"
},
{
"name": "CVE-2025-40173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40173"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2025-39923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39923"
},
{
"name": "CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"name": "CVE-2025-39953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39953"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2025-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40167"
},
{
"name": "CVE-2025-39969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39969"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2026-21226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21226"
},
{
"name": "CVE-2025-40194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40194"
},
{
"name": "CVE-2025-40245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40245"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2025-40001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40001"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2025-40035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40035"
},
{
"name": "CVE-2025-39988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39988"
},
{
"name": "CVE-2025-38584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38584"
},
{
"name": "CVE-2025-40233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40233"
},
{
"name": "CVE-2025-40020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40020"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2025-40188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40188"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2026-0988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0988"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"name": "CVE-2025-40049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40049"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-40070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40070"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-40205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40205"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-39885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39885"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2016-9843",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9843"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-39970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39970"
},
{
"name": "CVE-2025-39994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39994"
},
{
"name": "CVE-2023-29407",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29407"
},
{
"name": "CVE-2026-26958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26958"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40220"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-40109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40109"
},
{
"name": "CVE-2025-40006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40006"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-40011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40011"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2023-42365",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42365"
},
{
"name": "CVE-2025-40231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40231"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-40183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40183"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2025-39998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39998"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"name": "CVE-2025-41253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41253"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2025-39968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39968"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-39986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39986"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-66293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66293"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-40078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40078"
},
{
"name": "CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"name": "CVE-2025-40116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40116"
},
{
"name": "CVE-2025-68249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68249"
},
{
"name": "CVE-2026-0990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0990"
},
{
"name": "CVE-2025-39934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39934"
},
{
"name": "CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"name": "CVE-2025-40179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40179"
},
{
"name": "CVE-2025-40127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40127"
},
{
"name": "CVE-2025-39996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39996"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-40053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40053"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2025-39951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39951"
},
{
"name": "CVE-2025-40120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40120"
},
{
"name": "CVE-2022-48174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48174"
},
{
"name": "CVE-2025-40243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40243"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2023-42364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42364"
},
{
"name": "CVE-2025-40118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40118"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-40021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40021"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-40044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40044"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2025-40112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40112"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"name": "CVE-2025-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40154"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"name": "CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"name": "CVE-2024-24792",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24792"
},
{
"name": "CVE-2025-40126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40126"
},
{
"name": "CVE-2025-39972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39972"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-40200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40200"
},
{
"name": "CVE-2025-38236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38236"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2025-40124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40124"
},
{
"name": "CVE-2025-39880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39880"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-69277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69277"
},
{
"name": "CVE-2025-40215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40215"
},
{
"name": "CVE-2025-40111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40111"
},
{
"name": "CVE-2025-40068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40068"
},
{
"name": "CVE-2025-40042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40042"
},
{
"name": "CVE-2026-22695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22695"
},
{
"name": "CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2026-0992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0992"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"name": "CVE-2025-39937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39937"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2025-40060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40060"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-40178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40178"
},
{
"name": "CVE-2025-39869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39869"
},
{
"name": "CVE-2025-39985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39985"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-42363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42363"
},
{
"name": "CVE-2025-39980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39980"
},
{
"name": "CVE-2025-40346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40346"
},
{
"name": "CVE-2025-40030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40030"
},
{
"name": "CVE-2025-40244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40244"
},
{
"name": "CVE-2025-39995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39995"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2025-39907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39907"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2025-40140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40140"
},
{
"name": "CVE-2025-40223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40223"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2026-22703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22703"
},
{
"name": "CVE-2026-0989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0989"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-39873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39873"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
},
{
"name": "CVE-2025-40351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40351"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-02-25T00:00:00",
"last_revision_date": "2026-02-25T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0209",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-25T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37064",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37064"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37049",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37049"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37075",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37075"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37071",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37071"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37054",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37054"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37069",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37069"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37067",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37067"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37032",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37032"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37028",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37028"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37063",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37063"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37027",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37027"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37059",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37059"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37042",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37042"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37026",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37026"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37060",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37060"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37048",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37048"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37034",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37034"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37065",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37065"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37040",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37040"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37074",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37074"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37057",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37057"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37070",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37070"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37043",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37043"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37037",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37037"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37061",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37061"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37051",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37051"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37053",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37053"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37035",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37035"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37036",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37036"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37041",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37041"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37062",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37062"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37038",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37038"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37055",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37055"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37025",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37025"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37029",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37029"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37045",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37045"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37044",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37044"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37072",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37072"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37046",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37046"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37058",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37058"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37066",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37066"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37068",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37068"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37052",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37052"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37033",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37033"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37073",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37073"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37056",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37056"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37050",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37050"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37030",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37030"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37031",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37031"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37039",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37039"
}
]
}
CERTFR-2026-AVI-0199
Vulnerability from certfr_avis - Published: 2026-02-24 - Updated: 2026-02-24
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une injection de code indirecte à distance (XSS).
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Telco Cloud Platform | Telco Cloud Platform versions 4.x et 5.x sans le correctif de sécurité KB428241 | ||
| VMware | Tanzu Data Services | Tanzu Data Flow versions antérieures à 2.0.2 sur Tanzu Platform | ||
| VMware | Azure Spring Enterprise | Harbor Registry versions antérieures à 2.14.2 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour MySQL versions 2.0.0 sur Kubernetes | ||
| VMware | Cloud Foundation | Cloud Foundation versions 9.x antérieures à 9.0.2.0 | ||
| VMware | Tanzu Kubernetes Runtime | App Metrics versions antérieures à2.3.3 | ||
| VMware | Tanzu Data Intelligence | Tanzu GemFire versions antérieures à 2.6.1 sur Kubernetes | ||
| VMware | Tanzu Kubernetes Runtime | CredHub Secrets Management pour Tanzu Platform versions antérieures à 1.6.8 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Valkey version 3.3.1 sur Kubernetes | ||
| VMware | Tanzu Operations Manager | Foundation Core pour Tanzu Platform versions antérieures à 3.2.4 | ||
| VMware | Aria Operations | Aria Operations versions 8.x antérieures à 8.18.6 | ||
| VMware | Tanzu Kubernetes Runtime | cf-mgmt pour Tanzu Platform versions antérieures à 1.0.108 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Valkey version 9.0.1 | ||
| VMware | Tanzu Kubernetes Runtime | Extended App Support pour Tanzu Platform versions antérieures à 1.0.15 | ||
| VMware | Tanzu Data Intelligence | Tanzu GemFire Management versions antérieures à 1.4.3 | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.77 | ||
| VMware | Tanzu Kubernetes Runtime | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.5 | ||
| VMware | Cloud Foundation | Cloud Foundation versions 4.x et 5.x sans le correctif de sécurité KB92148 | ||
| VMware | Tanzu Kubernetes Runtime | AI Services pour Tanzu Platform versions antérieures à 10.3.4 | ||
| VMware | Tanzu Kubernetes Runtime | Java Buildpack versions antérieures à 4.89.0 | ||
| VMware | Telco Cloud Infrastructure | Telco Cloud Infrastructure versions 2.x et 3.x sans le correctif de sécurité KB428241 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Telco Cloud Platform versions 4.x et 5.x sans le correctif de s\u00e9curit\u00e9 KB428241",
"product": {
"name": "Telco Cloud Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Flow versions ant\u00e9rieures \u00e0 2.0.2 sur Tanzu Platform",
"product": {
"name": "Tanzu Data Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Harbor Registry versions ant\u00e9rieures \u00e0 2.14.2",
"product": {
"name": "Azure Spring Enterprise",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour MySQL versions 2.0.0 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Foundation versions 9.x ant\u00e9rieures \u00e0 9.0.2.0",
"product": {
"name": "Cloud Foundation",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Metrics versions ant\u00e9rieures \u00e02.3.3",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 2.6.1 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Secrets Management pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.6.8",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey version 3.3.1 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.4",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Aria Operations versions 8.x ant\u00e9rieures \u00e0 8.18.6",
"product": {
"name": "Aria Operations",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "cf-mgmt pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.108",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey version 9.0.1",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.15",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire Management versions ant\u00e9rieures \u00e0 1.4.3",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.77",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Foundation versions 4.x et 5.x sans le correctif de s\u00e9curit\u00e9 KB92148",
"product": {
"name": "Cloud Foundation",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.4",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.89.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telco Cloud Infrastructure versions 2.x et 3.x sans le correctif de s\u00e9curit\u00e9 KB428241",
"product": {
"name": "Telco Cloud Infrastructure",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-47219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47219"
},
{
"name": "CVE-2021-22898",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22898"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2021-42384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42384"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2017-16544",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16544"
},
{
"name": "CVE-2025-39987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39987"
},
{
"name": "CVE-2021-42378",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42378"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2022-24450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24450"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2021-42382",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42382"
},
{
"name": "CVE-2020-10750",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10750"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-40055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40055"
},
{
"name": "CVE-2021-42376",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42376"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2026-22801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22801"
},
{
"name": "CVE-2025-39876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39876"
},
{
"name": "CVE-2025-40029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40029"
},
{
"name": "CVE-2025-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38561"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2025-40048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40048"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2025-40043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40043"
},
{
"name": "CVE-2020-8169",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8169"
},
{
"name": "CVE-2021-41091",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41091"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2026-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21936"
},
{
"name": "CVE-2025-59775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59775"
},
{
"name": "CVE-2026-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21937"
},
{
"name": "CVE-2025-39973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39973"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2018-1000517",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000517"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-39943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39943"
},
{
"name": "CVE-2025-39945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39945"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40019"
},
{
"name": "CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-40081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40081"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2025-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40153"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2025-40121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40121"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2025-55753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55753"
},
{
"name": "CVE-2025-11468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11468"
},
{
"name": "CVE-2025-40204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40204"
},
{
"name": "CVE-2025-40171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40171"
},
{
"name": "CVE-2021-43816",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43816"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2025-39911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39911"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10543"
},
{
"name": "CVE-2025-40125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40125"
},
{
"name": "CVE-2025-40349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40349"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2019-5481",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5481"
},
{
"name": "CVE-2025-26646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26646"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-29222",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29222"
},
{
"name": "CVE-2025-40187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40187"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2025-39913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39913"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2025-39967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39967"
},
{
"name": "CVE-2025-40115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40115"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2021-42386",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42386"
},
{
"name": "CVE-2024-47561",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47561"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2025-39949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39949"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2022-29190",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29190"
},
{
"name": "CVE-2025-40173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40173"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2025-39923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39923"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2018-20679",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20679"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-39953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39953"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2026-2006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2006"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2025-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40167"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-39969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39969"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2017-15873",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15873"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2025-40194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40194"
},
{
"name": "CVE-2025-40245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40245"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2025-40001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40001"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2025-40035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40035"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-39988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39988"
},
{
"name": "CVE-2026-22719",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22719"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2026-2005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2005"
},
{
"name": "CVE-2020-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8177"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2022-39399",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39399"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-38584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38584"
},
{
"name": "CVE-2021-42374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42374"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-40233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40233"
},
{
"name": "CVE-2025-40020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40020"
},
{
"name": "CVE-2023-3635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3635"
},
{
"name": "CVE-2025-40188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40188"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2023-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22041"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-66200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66200"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2023-34231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34231"
},
{
"name": "CVE-2026-0988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0988"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"name": "CVE-2023-47090",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47090"
},
{
"name": "CVE-2025-40049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40049"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2021-4160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4160"
},
{
"name": "CVE-2025-40070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40070"
},
{
"name": "CVE-2022-29946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29946"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2025-40205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40205"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38561"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-39885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39885"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-8284",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8284"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-30215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30215"
},
{
"name": "CVE-2016-9843",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9843"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2026-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21948"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-39970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39970"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2025-39994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39994"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40220"
},
{
"name": "CVE-2021-3449",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3449"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22036"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2024-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21634"
},
{
"name": "CVE-2022-28391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28391"
},
{
"name": "CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"name": "CVE-2025-40109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40109"
},
{
"name": "CVE-2025-40006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40006"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2022-26652",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26652"
},
{
"name": "CVE-2025-40011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40011"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2023-42365",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42365"
},
{
"name": "CVE-2025-40231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40231"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2021-42379",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42379"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2025-65082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65082"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2026-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21964"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2025-68146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68146"
},
{
"name": "CVE-2025-40183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40183"
},
{
"name": "CVE-2021-42381",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42381"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2025-39998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39998"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"name": "CVE-2017-15874",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15874"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2025-39968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39968"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-39986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39986"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-66293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66293"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58098"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2021-22897",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22897"
},
{
"name": "CVE-2025-40078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40078"
},
{
"name": "CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-40116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40116"
},
{
"name": "CVE-2025-68249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68249"
},
{
"name": "CVE-2026-0990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0990"
},
{
"name": "CVE-2025-39934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39934"
},
{
"name": "CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2025-40179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40179"
},
{
"name": "CVE-2025-40127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40127"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-39996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39996"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2026-22721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22721"
},
{
"name": "CVE-2025-40053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40053"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2025-39951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39951"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2025-40120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40120"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2022-48174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48174"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2023-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21835"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2025-40243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40243"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2021-41089",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41089"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2026-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21968"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2023-42364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42364"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-40118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40118"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-40021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40021"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2019-5747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5747"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-40044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40044"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2018-1000500",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2026-26014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26014"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2025-40112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40112"
},
{
"name": "CVE-2024-27289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27289"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"name": "CVE-2025-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40154"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2021-42385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42385"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"name": "CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"name": "CVE-2022-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0778"
},
{
"name": "CVE-2022-41854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41854"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2025-40126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40126"
},
{
"name": "CVE-2025-39972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39972"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2021-42836",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42836"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-40200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40200"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2025-38236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38236"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2025-40124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40124"
},
{
"name": "CVE-2025-39880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39880"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"name": "CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2026-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21941"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-40215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40215"
},
{
"name": "CVE-2025-40111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40111"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-40068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40068"
},
{
"name": "CVE-2025-40042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40042"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2026-22695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22695"
},
{
"name": "CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2026-0992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0992"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2026-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21947"
},
{
"name": "CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2019-5482",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5482"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2022-38752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38752"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-39937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39937"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-40060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40060"
},
{
"name": "CVE-2026-2003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2003"
},
{
"name": "CVE-2019-5443",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5443"
},
{
"name": "CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2020-1967",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1967"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2025-40178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40178"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-39869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39869"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-39985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39985"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2023-22006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22006"
},
{
"name": "CVE-2019-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5435"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2026-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2004"
},
{
"name": "CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-23648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23648"
},
{
"name": "CVE-2021-23841",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23841"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2026-22720",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22720"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2023-42363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42363"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2025-39980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39980"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2019-1551",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1551"
},
{
"name": "CVE-2025-40346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40346"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-40030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40030"
},
{
"name": "CVE-2025-40244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40244"
},
{
"name": "CVE-2025-39995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39995"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2025-39907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39907"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2026-25547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25547"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2025-40140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40140"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2025-40223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40223"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-27304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27304"
},
{
"name": "CVE-2026-22703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22703"
},
{
"name": "CVE-2026-0989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0989"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-39873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39873"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2022-29189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29189"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
},
{
"name": "CVE-2025-40351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40351"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-02-24T00:00:00",
"last_revision_date": "2026-02-24T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0199",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une injection de code indirecte \u00e0 distance (XSS).",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37012",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37012"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37001",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37001"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37013",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37013"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37003",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37003"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37023",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37023"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37017",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37017"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37006",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37006"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37024",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37024"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36997",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36997"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37004",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37004"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36947",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36947"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37018",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37018"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37005",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37005"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37008",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37008"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37007",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37007"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37020",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37020"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36998",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36998"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37002",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37002"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37021",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37021"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37022",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37022"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37016",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37016"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37019",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37019"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37010",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37010"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37009",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37009"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37000",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37000"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37011",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37011"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37015",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37015"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37014",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37014"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36999",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36999"
}
]
}
CERTFR-2025-AVI-1138
Vulnerability from certfr_avis - Published: 2025-12-26 - Updated: 2025-12-26
De multiples vulnérabilités ont été découvertes dans VMware Tanzu Platform. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | AI Services pour Tanzu Platform versions antérieures à 10.3.2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "AI Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-34351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34351"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-26T00:00:00",
"last_revision_date": "2025-12-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1138",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-26T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu Platform. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu Platform",
"vendor_advisories": [
{
"published_at": "2025-12-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36640",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36640"
}
]
}
CERTFR-2025-AVI-0751
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry versions antérieures à 10.0.9 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry versions antérieures à 10.2.2+LTS-T | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry versions antérieures à 6.0.19+LTS-T |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-23048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23048"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2025-49812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49812"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2025-27209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27209"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-30399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30399"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2024-43204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43204"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-49007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49007"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2025-1217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1217"
},
{
"name": "CVE-2025-53020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53020"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2024-47252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47252"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-1736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1736"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2025-1734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1734"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-1861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1861"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2025-49630",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49630"
},
{
"name": "CVE-2025-1219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1219"
},
{
"name": "CVE-2024-42516",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42516"
},
{
"name": "CVE-2024-43394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43394"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0751",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-03T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0071",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36077"
},
{
"published_at": "2025-09-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0069",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36075"
},
{
"published_at": "2025-09-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0070",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36076"
}
]
}
CERTFR-2025-AVI-1129
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.11 | ||
| VMware | Tanzu Platform | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.1 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.3.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 10.2.6+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | .NET Core Buildpack versions antérieures à 2.4.72 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.23+LTS-T |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.6+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.72",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.23+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3573"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-3044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3044"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2020-7792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7792"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2025-57352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57352"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1129",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36626"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36633",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36633"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36630",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36630"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36631",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36631"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36629"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36632",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36632"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-25",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36627"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-26",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36628"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36625",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36625"
}
]
}
CERTFR-2026-AVI-0188
Vulnerability from certfr_avis - Published: 2026-02-19 - Updated: 2026-02-19
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.0.x antérieures à 10.0.2503.9 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.4.x antérieures à 9.4.8 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.3.x antérieures à 9.3.9 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 10.0.x antérieures à 10.0.3 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.3.x antérieures à 9.3.9 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 10.0.x antérieures à 10.0.3 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.4.x antérieures à 9.4.8 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.2.x antérieures à 9.2.12 | ||
| Splunk | Splunk DB Connect | Splunk DB Connect versions 4.2.x antérieures à 4.2.0 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.1.2507 antérieures à 10.1.2507.11 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.0.2503 antérieures à 10.0.2503.9 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.2.x antérieures à 9.2.12 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 10.2.2510 antérieures à 10.2.2510.3 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.3.2411 antérieures à 9.3.2411.121 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Cloud Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.2503.9",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.4.x ant\u00e9rieures \u00e0 9.4.8",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.3.x ant\u00e9rieures \u00e0 9.3.9",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 10.0.x ant\u00e9rieures \u00e0 10.0.3",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.3.x ant\u00e9rieures \u00e0 9.3.9",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 10.0.x ant\u00e9rieures \u00e0 10.0.3",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.4.x ant\u00e9rieures \u00e0 9.4.8",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.2.x ant\u00e9rieures \u00e0 9.2.12",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk DB Connect versions 4.2.x ant\u00e9rieures \u00e0 4.2.0",
"product": {
"name": "Splunk DB Connect",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.1.2507 ant\u00e9rieures \u00e0 10.1.2507.11",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.0.2503 ant\u00e9rieures \u00e0 10.0.2503.9",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.2.x ant\u00e9rieures \u00e0 9.2.12",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 10.2.2510 ant\u00e9rieures \u00e0 10.2.2510.3",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.3.2411 ant\u00e9rieures \u00e0 9.3.2411.121",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-20140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20140"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2026-20139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20139"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2026-20138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20138"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2026-20144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20144"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2026-20143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20143"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2026-20141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20141"
},
{
"name": "CVE-2026-20142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20142"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2026-20137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20137"
}
],
"initial_release_date": "2026-02-19T00:00:00",
"last_revision_date": "2026-02-19T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0188",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-19T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0210",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0210"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0206",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0206"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0204",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0204"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0211",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0211"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0202",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0202"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0205",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0205"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0203",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0203"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0207",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0207"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0209",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0209"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0208",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0208"
},
{
"published_at": "2026-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2026-0212",
"url": "https://advisory.splunk.com/advisories/SVD-2026-0212"
}
]
}
CERTFR-2025-AVI-0938
Vulnerability from certfr_avis - Published: 2025-10-30 - Updated: 2025-10-30
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 4.3.1 sur Kubernetes | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 6.31.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 13.22.0, 14.19.0, 15.14.0, 16.10.0 et 17.6.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 7.6.0 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 4.3.1 sur Kubernetes",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 6.31.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 13.22.0, 14.19.0, 15.14.0, 16.10.0 et 17.6.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 7.6.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2022-39176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39176"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2023-4504",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4504"
},
{
"name": "CVE-2021-38593",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38593"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2019-25059",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25059"
},
{
"name": "CVE-2024-46951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46951"
},
{
"name": "CVE-2025-31273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31273"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-32913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32913"
},
{
"name": "CVE-2021-31535",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31535"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2022-39177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39177"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-2720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2720"
},
{
"name": "CVE-2024-46956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46956"
},
{
"name": "CVE-2025-58060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58060"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2024-46953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46953"
},
{
"name": "CVE-2025-24216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24216"
},
{
"name": "CVE-2025-43212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43212"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2025-24150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24150"
},
{
"name": "CVE-2021-45078",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45078"
},
{
"name": "CVE-2023-2222",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2222"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2784"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2022-44840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44840"
},
{
"name": "CVE-2024-44192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44192"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-2723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2723"
},
{
"name": "CVE-2025-31278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31278"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2023-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46751"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-2724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2724"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2022-30294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30294"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-43368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43368"
},
{
"name": "CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"name": "CVE-2024-46954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46954"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2025-32914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32914"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2025-43343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43343"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-43272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43272"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-32906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32906"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2025-43216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43216"
},
{
"name": "CVE-2023-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2004"
},
{
"name": "CVE-2025-52194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52194"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2023-24607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24607"
},
{
"name": "CVE-2025-24209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24209"
},
{
"name": "CVE-2024-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0444"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2017-17973",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17973"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-43342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43342"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-32049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32049"
},
{
"name": "CVE-2025-4948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4948"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2024-4453",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4453"
},
{
"name": "CVE-2025-31257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31257"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-11021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11021"
},
{
"name": "CVE-2023-1579",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1579"
},
{
"name": "CVE-2024-46952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46952"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-7345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7345"
},
{
"name": "CVE-2025-30427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30427"
},
{
"name": "CVE-2025-32911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32911"
}
],
"initial_release_date": "2025-10-30T00:00:00",
"last_revision_date": "2025-10-30T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0938",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-30T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36277",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36277"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36284",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36284"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36281",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36281"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36282",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36282"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36283",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36283"
}
]
}
CERTFR-2025-AVI-1036
Vulnerability from certfr_avis - Published: 2025-11-24 - Updated: 2025-11-24
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | App Metrics versions antérieures à 2.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.126.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Platform Services | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.22 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Metric Store versions antérieures à 1.8.1 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu | VMware Tanzu pour Postgres on Tanzu Platform versions antérieures à 10.2.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.954.x | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.92.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.1 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.954.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "App Metrics versions ant\u00e9rieures \u00e0 2.3.2",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.126.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.22",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Metric Store versions ant\u00e9rieures \u00e0 1.8.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Postgres on Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.92.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.954.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-13425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13425"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-59530",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59530"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-40300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40300"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2025-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5981"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-24T00:00:00",
"last_revision_date": "2025-11-24T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1036",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36513",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36513"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36530",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36530"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36512",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36512"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36526",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36526"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36511",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36511"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36525",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36525"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36516",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36516"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36527",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36527"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36536",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36536"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36519",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36519"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36518",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36518"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36524",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36524"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36521",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36521"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36528",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36528"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36522",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36522"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36514",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36514"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36532",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36532"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36509",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36509"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36517",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36517"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36533",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36533"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36537",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36537"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36531",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36531"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36510",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36510"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36523",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36523"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36515",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36515"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36529",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36529"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36534",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36534"
},
{
"published_at": "2025-11-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36535",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36535"
},
{
"published_at": "2025-11-23",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36520",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36520"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis - Published: 2025-11-06 - Updated: 2025-11-06
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2025-AVI-1131
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-19
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 Warehouse | Db2 Warehouse on Cloud Pak for Data versions antérieures à 5.3.0 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0 versions antérieures à 7.5.0 UP14 IF03 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.0.x antérieures à 6.3.0.16 | ||
| IBM | QRadar | QRadar Suite Software versions 1.11.x antérieures à 1.11.8.0 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.4.0.x antérieures à 6.4.0.5 | ||
| IBM | Sterling Partner Engagement Manager Standard Edition | Sterling Partner Engagement Manager Standard Edition versions 6.2.4.x antérieures à 6.2.4.5 | ||
| IBM | Sterling Partner Engagement Manager Standard Edition | Sterling Partner Engagement Manager Standard Edition versions 6.2.3.x antérieures à 6.2.3.5 | ||
| IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à 5.3.0 | ||
| IBM | Cognos Dashboards | Cognos Dashboards on Cloud Pak for Data versions 5.x antérieures à 5.3 | ||
| IBM | Db2 | Db2 Intelligence Center versions 1.1.x antérieures à 1.1.3.0 | ||
| IBM | Sterling Partner Engagement Manager Essentials Edition | Sterling Partner Engagement Manager Essentials Edition versions 6.2.4.x antérieures à 6.2.4.2 | ||
| IBM | Sterling Partner Engagement Manager Essentials Edition | Sterling Partner Engagement Manager Essentials Edition versions 6.2.3.x antérieures à 6.2.3.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.0",
"product": {
"name": "Db2 Warehouse",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0 versions ant\u00e9rieures \u00e0 7.5.0 UP14 IF03",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.16",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.11.x ant\u00e9rieures \u00e0 1.11.8.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.4.0.x ant\u00e9rieures \u00e0 6.4.0.5",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Standard Edition versions 6.2.4.x ant\u00e9rieures \u00e0 6.2.4.5 ",
"product": {
"name": "Sterling Partner Engagement Manager Standard Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Standard Edition versions 6.2.3.x ant\u00e9rieures \u00e0 6.2.3.5 ",
"product": {
"name": "Sterling Partner Engagement Manager Standard Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Dashboards on Cloud Pak for Data versions 5.x ant\u00e9rieures \u00e0 5.3",
"product": {
"name": "Cognos Dashboards",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Intelligence Center versions 1.1.x ant\u00e9rieures \u00e0 1.1.3.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Essentials Edition versions 6.2.4.x ant\u00e9rieures \u00e0 6.2.4.2",
"product": {
"name": "Sterling Partner Engagement Manager Essentials Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Essentials Edition versions 6.2.3.x ant\u00e9rieures \u00e0 6.2.3.5",
"product": {
"name": "Sterling Partner Engagement Manager Essentials Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2025-2534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2534"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2021-26272",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26272"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-49350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49350"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2025-36131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36131"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2025-30065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30065"
},
{
"name": "CVE-2024-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47118"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2021-47621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47621"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2025-61912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61912"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2022-25927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25927"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2025-1992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1992"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-36136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36136"
},
{
"name": "CVE-2025-38724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38724"
},
{
"name": "CVE-2020-9493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9493"
},
{
"name": "CVE-2025-36008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36008"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-39718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39718"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2024-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-36006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36006"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2025-36186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36186"
},
{
"name": "CVE-2025-55182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55182"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2025-6493",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6493"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-33012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33012"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2025-5187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5187"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-41235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41235"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-2518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2518"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2024-38827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38827"
},
{
"name": "CVE-2025-38292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38292"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2025-59250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59250"
},
{
"name": "CVE-2025-1493",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1493"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2025-3050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3050"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-1767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1767"
},
{
"name": "CVE-2021-26271",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26271"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2024-38821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38821"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0915"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-52903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52903"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-46653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46653"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2018-14721",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14721"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-2900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2900"
},
{
"name": "CVE-2025-0426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0426"
},
{
"name": "CVE-2020-9281",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9281"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-1000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1000"
},
{
"name": "CVE-2022-3697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3697"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-53513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53513"
},
{
"name": "CVE-2025-33134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33134"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-39804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39804"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2024-22354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22354"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2022-50543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50543"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-61911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61911"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2025-14687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14687"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-57699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
},
{
"name": "CVE-2025-36185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36185"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1131",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-12-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7252732",
"url": "https://www.ibm.com/support/pages/node/7252732"
},
{
"published_at": "2025-12-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7254815",
"url": "https://www.ibm.com/support/pages/node/7254815"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255060",
"url": "https://www.ibm.com/support/pages/node/7255060"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255154",
"url": "https://www.ibm.com/support/pages/node/7255154"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255095",
"url": "https://www.ibm.com/support/pages/node/7255095"
},
{
"published_at": "2025-12-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7254849",
"url": "https://www.ibm.com/support/pages/node/7254849"
},
{
"published_at": "2025-12-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7254850",
"url": "https://www.ibm.com/support/pages/node/7254850"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255160",
"url": "https://www.ibm.com/support/pages/node/7255160"
},
{
"published_at": "2025-12-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7255065",
"url": "https://www.ibm.com/support/pages/node/7255065"
}
]
}
SUSE-SU-2025:03159-1
Vulnerability from csaf_suse - Published: 2025-09-11 03:05 - Updated: 2025-09-11 03:05| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.23-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis update for go1.23-openssl fixes the following issues:\n\nUpdate to version 1.23.12 cut from the go1.23-fips-release branch at\nthe revision tagged go1.23.12-1-openssl-fips. ( jsc#SLE-18320)\n\n * Rebase to 1.23.12\n * Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil\n salt to be passed as a hash length buffer of zeros.\n\nPackaging improvements:\n\n * Update go_bootstrap_version to go1.21 from go1.20 to shorten\n the bootstrap chain. go1.21 can optionally be bootstrapped with\n gccgo and serve as the inital version of go1.x.\n * Refs boo#1247816 bootstrap go1.21 with gccgo\n\ngo1.23.12 (released 2025-08-06) includes security fixes to the\ndatabase/sql and os/exec packages, as well as bug fixes to the\nruntime.\n\nCVE-2025-47906 CVE-2025-47907:\n * go#74803 go#74466 boo#1247719 security: fix CVE-2025-47906 os/exec: LookPath bug: incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations\n * go#74832 go#74831 boo#1247720 security: fix CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan\n\n * go#74415 runtime: use-after-free of allpSnapshot in findRunnable\n * go#74693 runtime: segfaults in runtime.(*unwinder).next\n * go#74721 cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23\n * go#74726 cmd/cgo/internal/testsanitizers: failures with signal: segmentation fault or exit status 66\n\ngo1.23.11 (released 2025-07-08) includes security fixes to the go\ncommand, as well as bug fixes to the compiler, the linker, and\nthe runtime.\n\nCVE-2025-4674:\n * go#74382 go#74380 boo#1246118 security: fix CVE-2025-4674 cmd/go: disable support for multiple vcs in one module\n\n * go#73907 runtime: bad frame pointer during panic during duffcopy\n * go#74289 runtime: heap mspan limit is set too late, causing data race between span allocation and conservative scanning\n * go#74293 internal/trace: stress tests triggering suspected deadlock in tracer\n * go#74362 runtime/pprof: crash \u0027cannot read stack of running goroutine\u0027 in goroutine profile\n * go#74402 cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN\n\ngo1.23.10 (released 2025-06-05) includes security fixes to the\nnet/http and os packages, as well as bug fixes to the linker. (boo#1229122 go1.23 release tracking)\n\nCVE-2025-0913 CVE-2025-4673:\n * go#73719 go#73612 boo#1244157 security: fix CVE-2025-0913 os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows\n * go#73905 go#73816 boo#1244156 security: fix CVE-2025-4673 net/http: sensitive headers not cleared on cross-origin redirect\n\n * go#73677 runtime/debug: BuildSetting does not document DefaultGODEBUG\n * go#73831 cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen\n\ngo1.23.9 (released 2025-05-06) includes fixes to the runtime and\nthe linker. (boo#1229122 go1.23 release tracking)\n\n * go#73091 cmd/link: linkname directive on userspace variable can override runtime variable\n * go#73380 runtime, x/sys/unix: Connectx is broken on darwin/amd64\n\ngo1.23.8 (released 2025-04-01) includes security fixes to the\nnet/http package, as well as bug fixes to the runtime and the go\ncommand.\n\n CVE-2025-22871:\n * go#72010 go#71988 boo#1240550 security: fix CVE-2025-22871 net/http: reject bare LF in chunked encoding\n\n * go#72114 runtime: process hangs for mips hardware\n * go#72871 runtime: cgo callback on extra M treated as external code after nested cgo callback returns\n * go#72937 internal/godebugs: winsymlink and winreadlinkvolume have incorrect defaults for Go 1.22\n\ngo1.23.7 (released 2025-03-04) includes security fixes to the\nnet/http package, as well as bug fixes to cgo, the compiler, and\nthe reflect, runtime, and syscall packages.\n\n CVE-2025-22870:\n * go#71985 go#71984 boo#1238572 security: fix CVE-2025-22870 net/http, x/net/proxy, x/net/http/httpproxy: proxy bypass using IPv6 zone IDs\n\n * go#71727 runtime: usleep computes wrong tv_nsec on s390x\n * go#71839 runtime: recover added in range-over-func loop body doesn\u0027t stop panic propagation / segfaults printing error\n * go#71848 os: spurious SIGCHILD on running child process\n * go#71875 reflect: Value.Seq panicking on functional iterator methods\n * go#71915 reflect: Value.Seq iteration value types not matching the type of given int types\n * go#71962 runtime/cgo: does not build with -Wdeclaration-after-statement\n\ngo1.23.6 (released 2025-02-04) includes security fixes to the\ncrypto/elliptic package, as well as bug fixes to the compiler and\nthe go command.\n\n CVE-2025-22866\n * go#71423 go#71383 boo#1236801 security: fix CVE-2025-22866 crypto/internal/fips140/nistec: p256NegCond is variable time on ppc64le\n\n * go#71263 cmd/go/internal/modfetch/codehost: test fails with git 2.47.1\n * go#71230 cmd/compile: broken write barrier\n\ngo1.23.5 (released 2025-01-16) includes security fixes to the\ncrypto/x509 and net/http packages, as well as bug fixes to the\ncompiler, the runtime, and the net package.\n\n CVE-2024-45341 CVE-2024-45336:\n * go#71208 go#71156 boo#1236045 security: fix CVE-2024-45341 crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints\n * go#71211 go#70530 boo#1236046 security: fix CVE-2024-45336 net/http: sensitive headers incorrectly sent after cross-domain redirect\n\n * go#69988 runtime: severe performance drop for cgo calls in go1.22.5\n * go#70517 cmd/compile/internal/importer: flip enable alias to true\n * go#70789 os: io.Copy(net.Conn, os.Stdin) on MacOS terminate immediately without waiting for input\n * go#71104 crypto/tls: TestVerifyConnection/TLSv12 failures\n * go#71147 internal/trace: TestTraceCPUProfile/Stress failures\n\ngo1.23.4 (released 2024-12-03) includes fixes to the compiler,\nthe runtime, the trace command, and the syscall package.\n\n * go#70644 crypto/rsa: new key generation prohibitively slow under race detector\n * go#70645 proposal: go/types: add Scope.Node convenience getter\n * go#70646 x/tools/gopls: unimported completion corrupts import decl (client=BBEdit)\n * go#70648 crypto/tls: TestHandshakeClientECDHEECDSAAESGCM/TLSv12 failures\n * go#70649 x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures\n * go#70650 crypto/tls: TestGetClientCertificate/TLSv13 failures\n * go#70651 x/tools/go/gcexportdata: simplify implementation assuming go \u003e= 1.21\n * go#70654 cmd/go: Incorrect output from go list\n * go#70655 x/build/cmd/relui: add workflows for some remaining manual recurring Go major release cycle tasks\n * go#70657 proposal: bufio: Scanner.IterText/Scanner.IterBytes\n * go#70658 x/net/http2: stuck extended CONNECT requests\n * go#70659 os: TestRootDirFS failures on linux-mips64 and linux-mips64le arch-mips\n * go#70660 crypto/ecdsa: TestRFC6979 failures on s390x\n * go#70664 x/mobile: target maccatalyst cannot find OpenGLES header\n * go#70665 x/tools/gopls: refactor.extract.variable fails at package level\n * go#70666 x/tools/gopls: panic in GetIfaceStubInfo\n * go#70667 proposal: crypto/x509: support extracting X25519 public keys from certificates\n * go#70668 proposal: x/mobile: better support for unrecovered panics\n * go#70669 cmd/go: local failure in TestScript/build_trimpath_cgo\n * go#70670 cmd/link: unused functions aren\u0027t getting deadcoded from the binary\n * go#70674 x/pkgsite: package removal request for https://pkg.go.dev/github.com/uisdevsquad/go-test/debugmate\n * go#70675 cmd/go/internal/lockedfile: mountrpc flake in TestTransform on plan9\n * go#70677 all: remote file server I/O flakiness with \u0027Bad fid\u0027 errors on plan9\n * go#70678 internal/poll: deadlock on \u0027Intel(R) Xeon(R) Platinum\u0027 when an FD is closed\n * go#70679 mime/multipart: With go 1.23.3, mime/multipart does not link\n\nUpdate to version 1.23.2.3 cut from the go1.23-fips-release\nbranch at the revision tagged go1.23.2-3-openssl-fips. ( jsc#SLE-18320)\n\n* Add negative tests for openssl (#243)\n\ngo1.23.3 (released 2024-11-06) includes fixes to the linker, the runtime, and the net/http, os, and syscall packages.\n\n * go#69258 runtime: corrupted GoroutineProfile stack traces\n * go#69259 runtime: multi-arch build via qemu fails to exec go binary\n * go#69640 os: os.checkPidfd() crashes with SIGSYS\n * go#69746 runtime: TestGdbAutotmpTypes failures\n * go#69848 cmd/compile: syscall.Syscall15: nosplit stack over 792 byte limit\n * go#69865 runtime: MutexProfile missing root frames in go1.23\n * go#69882 time,runtime: too many concurrent timer firings for short time.Ticker\n * go#69978 time,runtime: too many concurrent timer firings for short, fast-resetting time.Timer\n * go#69992 cmd/link: LC_UUID not generated by go linker, resulting in failure to access local network on macOS 15\n * go#70001 net/http/pprof: coroutines + pprof makes the program panic\n * go#70020 net/http: short writes with FileServer on macos\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3159,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3159,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3159,openSUSE-SLE-15.6-2025-3159",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03159-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03159-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503159-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03159-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041646.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229122",
"url": "https://bugzilla.suse.com/1229122"
},
{
"category": "self",
"summary": "SUSE Bug 1236045",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "self",
"summary": "SUSE Bug 1236046",
"url": "https://bugzilla.suse.com/1236046"
},
{
"category": "self",
"summary": "SUSE Bug 1236801",
"url": "https://bugzilla.suse.com/1236801"
},
{
"category": "self",
"summary": "SUSE Bug 1238572",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "self",
"summary": "SUSE Bug 1240550",
"url": "https://bugzilla.suse.com/1240550"
},
{
"category": "self",
"summary": "SUSE Bug 1244156",
"url": "https://bugzilla.suse.com/1244156"
},
{
"category": "self",
"summary": "SUSE Bug 1244157",
"url": "https://bugzilla.suse.com/1244157"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45336 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22866 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22866/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22871 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22871/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4673 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4673/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.23-openssl",
"tracking": {
"current_release_date": "2025-09-11T03:05:02Z",
"generator": {
"date": "2025-09-11T03:05:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03159-1",
"initial_release_date": "2025-09-11T03:05:02Z",
"revision_history": [
{
"date": "2025-09-11T03:05:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"product": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"product_id": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"product_id": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"product": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"product_id": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150600.13.9.1.i586",
"product": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.i586",
"product_id": "go1.23-openssl-1.23.12-150600.13.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.i586",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.i586",
"product_id": "go1.23-openssl-doc-1.23.12-150600.13.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"product": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"product_id": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"product_id": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"product": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"product_id": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"product": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"product_id": "go1.23-openssl-1.23.12-150600.13.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"product_id": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"product": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"product_id": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"product": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"product_id": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"product_id": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"product": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"product_id": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45336"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45336",
"url": "https://www.suse.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "external",
"summary": "SUSE Bug 1236046 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-45336"
},
{
"cve": "CVE-2024-45341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45341"
}
],
"notes": [
{
"category": "general",
"text": "A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45341",
"url": "https://www.suse.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45341",
"url": "https://bugzilla.suse.com/1236045"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-45341"
},
{
"cve": "CVE-2025-0913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0913"
}
],
"notes": [
{
"category": "general",
"text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0913",
"url": "https://www.suse.com/security/cve/CVE-2025-0913"
},
{
"category": "external",
"summary": "SUSE Bug 1244157 for CVE-2025-0913",
"url": "https://bugzilla.suse.com/1244157"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-0913"
},
{
"cve": "CVE-2025-22866",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22866"
}
],
"notes": [
{
"category": "general",
"text": "Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22866",
"url": "https://www.suse.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "SUSE Bug 1236801 for CVE-2025-22866",
"url": "https://bugzilla.suse.com/1236801"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-22866"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-22871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22871"
}
],
"notes": [
{
"category": "general",
"text": "The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22871",
"url": "https://www.suse.com/security/cve/CVE-2025-22871"
},
{
"category": "external",
"summary": "SUSE Bug 1240550 for CVE-2025-22871",
"url": "https://bugzilla.suse.com/1240550"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-22871"
},
{
"cve": "CVE-2025-4673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4673"
}
],
"notes": [
{
"category": "general",
"text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4673",
"url": "https://www.suse.com/security/cve/CVE-2025-4673"
},
{
"category": "external",
"summary": "SUSE Bug 1244156 for CVE-2025-4673",
"url": "https://bugzilla.suse.com/1244156"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-4673"
},
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-doc-1.23.12-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.23-openssl-race-1.23.12-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:05:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:02924-1
Vulnerability from csaf_suse - Published: 2025-08-20 07:34 - Updated: 2025-08-20 07:34| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\n\ngo1.25 (released 2025-08-12) is a major release of Go.\n\ngo1.25.x minor releases will be provided through August 2026.\n\n https://github.com/golang/go/wiki/Go-Release-Cycle\n\n go1.25 arrives six months after Go 1.24. Most of its changes are\n in the implementation of the toolchain, runtime, and\n libraries. As always, the release maintains the Go 1 promise of\n compatibility. We expect almost all Go programs to continue to\n compile and run as before.\n\n (boo#1244485 go1.25 release tracking)\n\n * Language changes: There are no languages changes that affect Go\n programs in Go 1.25. However, in the language specification the\n notion of core types has been removed in favor of dedicated\n prose. See the respective blog post for more information.\n * go command: The go build -asan option now defaults to doing\n leak detection at program exit. This will report an error if\n memory allocated by C is not freed and is not referenced by any\n other memory allocated by either C or Go. These new error\n reports may be disabled by setting ASAN_OPTIONS=detect_leaks=0\n in the environment when running the program.\n * go command: The Go distribution will include fewer prebuilt\n tool binaries. Core toolchain binaries such as the compiler and\n linker will still be included, but tools not invoked by build\n or test operations will be built and run by go tool as needed.\n * go command: The new go.mod ignore directive can be used to\n specify directories the go command should ignore. Files in\n these directories and their subdirectories will be ignored by\n the go command when matching package patterns, such as all or\n ./..., but will still be included in module zip files.\n * go command: The new go doc -http option will start a\n documentation server showing documentation for the requested\n object, and open the documentation in a browser window.\n * go command: The new go version -m -json option will print the\n JSON encodings of the runtime/debug.BuildInfo structures\n embedded in the given Go binary files.\n * go command: The go command now supports using a subdirectory of\n a repository as the path for a module root, when resolving a\n module path using the syntax \u003cmeta name=\u0027go-import\u0027\n content=\u0027root-path vcs repo-url subdir\u0027\u003e to indicate that the\n root-path corresponds to the subdir of the repo-url with\n version control system vcs.\n * go command: The new work package pattern matches all packages\n in the work (formerly called main) modules: either the single\n work module in module mode or the set of workspace modules in\n workspace mode.\n * go command: When the go command updates the go line in a go.mod\n or go.work file, it no longer adds a toolchain line specifying\n the command\u2019s current version.\n * go vet: The go vet command includes new analyzers:\n * go vet: waitgroup reports misplaced calls to\n sync.WaitGroup.Add;\n * go vet: hostport reports uses of fmt.Sprintf(\u0027%s:%d\u0027, host,\n port) to construct addresses for net.Dial, as these will not\n work with IPv6; instead it suggests using net.JoinHostPort.\n * Runtime: Container-aware GOMAXPROCS. The default behavior of\n the GOMAXPROCS has changed. In prior versions of Go, GOMAXPROCS\n defaults to the number of logical CPUs available at startup\n (runtime.NumCPU). Go 1.25 introduces two changes: On Linux, the\n runtime considers the CPU bandwidth limit of the cgroup\n containing the process, if any. If the CPU bandwidth limit is\n lower than the number of logical CPUs available, GOMAXPROCS\n will default to the lower limit. In container runtime systems\n like Kubernetes, cgroup CPU bandwidth limits generally\n correspond to the \u201cCPU limit\u201d option. The Go runtime does not\n consider the \u201cCPU requests\u201d option. On all OSes, the runtime\n periodically updates GOMAXPROCS if the number of logical CPUs\n available or the cgroup CPU bandwidth limit change. Both of\n these behaviors are automatically disabled if GOMAXPROCS is set\n manually via the GOMAXPROCS environment variable or a call to\n runtime.GOMAXPROCS. They can also be disabled explicitly with\n the GODEBUG settings containermaxprocs=0 and updatemaxprocs=0,\n respectively. In order to support reading updated cgroup\n limits, the runtime will keep cached file descriptors for the\n cgroup files for the duration of the process lifetime.\n * Runtime: garbage collector: A new garbage collector is now\n available as an experiment. This garbage collector\u2019s design\n improves the performance of marking and scanning small objects\n through better locality and CPU scalability. Benchmark result\n vary, but we expect somewhere between a 10\u201440% reduction in\n garbage collection overhead in real-world programs that heavily\n use the garbage collector. The new garbage collector may be\n enabled by setting GOEXPERIMENT=greenteagc at build time. We\n expect the design to continue to evolve and improve. To that\n end, we encourage Go developers to try it out and report back\n their experiences. See the GitHub issue for more details on the\n design and instructions for sharing feedback.\n * Runtime: trace flight recorder: Runtime execution traces have\n long provided a powerful, but expensive way to understand and\n debug the low-level behavior of an application. Unfortunately,\n because of their size and the cost of continuously writing an\n execution trace, they were generally impractical for debugging\n rare events. The new runtime/trace.FlightRecorder API provides\n a lightweight way to capture a runtime execution trace by\n continuously recording the trace into an in-memory ring\n buffer. When a significant event occurs, a program can call\n FlightRecorder.WriteTo to snapshot the last few seconds of the\n trace to a file. This approach produces a much smaller trace by\n enabling applications to capture only the traces that matter.\n The length of time and amount of data captured by a\n FlightRecorder may be configured within the\n FlightRecorderConfig.\n * Runtime: Change to unhandled panic output: The message printed\n when a program exits due to an unhandled panic that was\n recovered and repanicked no longer repeats the text of the\n panic value.\n * Runtime: VMA names on Linux: On Linux systems with kernel\n support for anonymous virtual memory area (VMA) names\n (CONFIG_ANON_VMA_NAME), the Go runtime will annotate anonymous\n memory mappings with context about their purpose. e.g., [anon:\n Go: heap] for heap memory. This can be disabled with the\n GODEBUG setting decoratemappings=0.\n * Compiler: nil pointer bug: This release fixes a compiler bug,\n introduced in Go 1.21, that could incorrectly delay nil pointer\n checks.\n * Compiler: DWARF5 support: The compiler and linker in Go 1.25\n now generate debug information using DWARF version 5. The newer\n DWARF version reduces the space required for debugging\n information in Go binaries, and reduces the time for linking,\n especially for large Go binaries. DWARF 5 generation can be\n disabled by setting the environment variable\n GOEXPERIMENT=nodwarf5 at build time (this fallback may be\n removed in a future Go release).\n * Compiler: Faster slices: The compiler can now allocate the\n backing store for slices on the stack in more situations, which\n improves performance. This change has the potential to amplify\n the effects of incorrect unsafe.Pointer usage, see for example\n issue 73199. In order to track down these problems, the bisect\n tool can be used to find the allocation causing trouble using\n the -compile=variablemake flag. All such new stack allocations\n can also be turned off using\n -gcflags=all=-d=variablemakehash=n.\n * Linker: The linker now accepts a -funcalign=N command line\n option, which specifies the alignment of function entries. The\n default value is platform-dependent, and is unchanged in this\n release.\n * Standard library: testing/synctest: The new testing/synctest\n package provides support for testing concurrent code. This\n package was first available in Go 1.24 under\n GOEXPERIMENT=synctest, with a slightly different API. The\n experiment has now graduated to general availability. The old\n API is still present if GOEXPERIMENT=synctest is set, but will\n be removed in Go 1.26.\n * Standard library: testing/synctest: The Test function runs a\n test function in an isolated \u201cbubble\u201d. Within the bubble, time\n is virtualized: time package functions operate on a fake clock\n and the clock moves forward instantaneously if all goroutines\n in the bubble are blocked.\n * Standard library: testing/synctest: The Wait function waits for\n all goroutines in the current bubble to block.\n * Standard library: encoding/json/v2: Go 1.25 includes a new,\n experimental JSON implementation, which can be enabled by\n setting the environment variable GOEXPERIMENT=jsonv2 at build\n time. When enabled, two new packages are available: The\n encoding/json/v2 package is a major revision of the\n encoding/json package. The encoding/json/jsontext package\n provides lower-level processing of JSON syntax. In addition,\n when the \u201cjsonv2\u201d GOEXPERIMENT is enabled: The encoding/json\n package uses the new JSON implementation. Marshaling and\n unmarshaling behavior is unaffected, but the text of errors\n returned by package function may change. The encoding/json\n package contains a number of new options which may be used to\n configure the marshaler and unmarshaler. The new implementation\n performs substantially better than the existing one under many\n scenarios. In general, encoding performance is at parity\n between the implementations and decoding is substantially\n faster in the new one. See the\n github.com/go-json-experiment/jsonbench repository for more\n detailed analysis. We encourage users of encoding/json to test\n their programs with GOEXPERIMENT=jsonv2 enabled to help detect\n any compatibility issues with the new implementation. We expect\n the design of encoding/json/v2 to continue to evolve. We\n encourage developers to try out the new API and provide\n feedback on the proposal issue.\n * archive/tar: The Writer.AddFS implementation now supports\n symbolic links for filesystems that implement io/fs.ReadLinkFS.\n * encoding/asn1: Unmarshal and UnmarshalWithParams now parse the\n ASN.1 types T61String and BMPString more consistently. This may\n result in some previously accepted malformed encodings now\n being rejected.\n * crypto: MessageSigner is a new signing interface that can be\n implemented by signers that wish to hash the message to be\n signed themselves. A new function is also introduced,\n SignMessage, which attempts to upgrade a Signer interface to\n MessageSigner, using the MessageSigner.SignMessage method if\n successful, and Signer.Sign if not. This can be used when code\n wishes to support both Signer and MessageSigner.\n * crypto: Changing the fips140 GODEBUG setting after the program\n has started is now a no-op. Previously, it was documented as\n not allowed, and could cause a panic if changed.\n * crypto: SHA-1, SHA-256, and SHA-512 are now slower on amd64\n when AVX2 instructions are not available. All server processors\n (and most others) produced since 2015 support AVX2.\n * crypto/ecdsa: The new ParseRawPrivateKey,\n ParseUncompressedPublicKey, PrivateKey.Bytes, and\n PublicKey.Bytes functions and methods implement low-level\n encodings, replacing the need to use crypto/elliptic or\n math/big functions and methods.\n * crypto/ecdsa: When FIPS 140-3 mode is enabled, signing is now\n four times faster, matching the performance of non-FIPS mode.\n * crypto/ed25519: When FIPS 140-3 mode is enabled, signing is now\n four times faster, matching the performance of non-FIPS mode.\n * crypto/elliptic: The hidden and undocumented Inverse and\n CombinedMult methods on some Curve implementations have been\n removed.\n * crypto/rsa: PublicKey no longer claims that the modulus value\n is treated as secret. VerifyPKCS1v15 and VerifyPSS already\n warned that all inputs are public and could be leaked, and\n there are mathematical attacks that can recover the modulus\n from other public values.\n * crypto/rsa: Key generation is now three times faster.\n * crypto/sha1: Hashing is now two times faster on amd64 when\n SHA-NI instructions are available.\n * crypto/sha3: The new SHA3.Clone method implements hash.Cloner.\n * crypto/sha3: Hashing is now two times faster on Apple M\n processors.\n * crypto/tls: The new ConnectionState.CurveID field exposes the\n key exchange mechanism used to establish the connection.\n * crypto/tls: The new Config.GetEncryptedClientHelloKeys callback\n can be used to set the EncryptedClientHelloKeys for a server to\n use when a client sends an Encrypted Client Hello extension.\n * crypto/tls: SHA-1 signature algorithms are now disallowed in\n TLS 1.2 handshakes, per RFC 9155. They can be re-enabled with\n the GODEBUG setting tlssha1=1.\n * crypto/tls: When FIPS 140-3 mode is enabled, Extended Master\n Secret is now required in TLS 1.2, and Ed25519 and\n X25519MLKEM768 are now allowed.\n * crypto/tls: TLS servers now prefer the highest supported\n protocol version, even if it isn\u2019t the client\u2019s most preferred\n protocol version.\n * crypto/tls: Both TLS clients and servers are now stricter in\n following the specifications and in rejecting off-spec\n behavior. Connections with compliant peers should be\n unaffected.\n * crypto/x509: CreateCertificate, CreateCertificateRequest, and\n CreateRevocationList can now accept a crypto.MessageSigner\n signing interface as well as crypto.Signer. This allows these\n functions to use signers which implement \u201cone-shot\u201d signing\n interfaces, where hashing is done as part of the signing\n operation, instead of by the caller.\n * crypto/x509: CreateCertificate now uses truncated SHA-256 to\n populate the SubjectKeyId if it is missing. The GODEBUG setting\n x509sha256skid=0 reverts to SHA-1.\n * crypto/x509: ParseCertificate now rejects certificates which\n contain a BasicConstraints extension that contains a negative\n pathLenConstraint.\n * crypto/x509: ParseCertificate now handles strings encoded with\n the ASN.1 T61String and BMPString types more consistently. This\n may result in some previously accepted malformed encodings now\n being rejected.\n * debug/elf: The debug/elf package adds two new constants:\n PT_RISCV_ATTRIBUTES and SHT_RISCV_ATTRIBUTES for RISC-V ELF\n parsing.\n * go/ast: The FilterPackage, PackageExports, and\n MergePackageFiles functions, and the MergeMode type and its\n constants, are all deprecated, as they are for use only with\n the long-deprecated Object and Package machinery.\n * go/ast: The new PreorderStack function, like Inspect, traverses\n a syntax tree and provides control over descent into subtrees,\n but as a convenience it also provides the stack of enclosing\n nodes at each point.\n * go/parser: The ParseDir function is deprecated.\n * go/token: The new FileSet.AddExistingFiles method enables\n existing Files to be added to a FileSet, or a FileSet to be\n constructed for an arbitrary set of Files, alleviating the\n problems associated with a single global FileSet in long-lived\n applications.\n * go/types: Var now has a Var.Kind method that classifies the\n variable as one of: package-level, receiver, parameter, result,\n local variable, or a struct field.\n * go/types: The new LookupSelection function looks up the field\n or method of a given name and receiver type, like the existing\n LookupFieldOrMethod function, but returns the result in the\n form of a Selection.\n * hash: The new XOF interface can be implemented by \u201cextendable\n output functions\u201d, which are hash functions with arbitrary or\n unlimited output length such as SHAKE.\n * hash: Hashes implementing the new Cloner interface can return a\n copy of their state. All standard library Hash implementations\n now implement Cloner.\n * hash/maphash: The new Hash.Clone method implements hash.Cloner.\n * io/fs: A new ReadLinkFS interface provides the ability to read\n symbolic links in a filesystem.\n * log/slog: GroupAttrs creates a group Attr from a slice of Attr\n values.\n * log/slog: Record now has a Source method, returning its source\n location or nil if unavailable.\n * mime/multipart: The new helper function FileContentDisposition\n builds multipart Content-Disposition header fields.\n * net: LookupMX and Resolver.LookupMX now return DNS names that\n look like valid IP address, as well as valid domain\n names. Previously if a name server returned an IP address as a\n DNS name, LookupMX would discard it, as required by the\n RFCs. However, name servers in practice do sometimes return IP\n addresses.\n * net: On Windows, ListenMulticastUDP now supports IPv6\n addresses.\n * net: On Windows, it is now possible to convert between an\n os.File and a network connection. Specifcally, the FileConn,\n FilePacketConn, and FileListener functions are now implemented,\n and return a network connection or listener corresponding to an\n open file. Similarly, the File methods of TCPConn, UDPConn,\n UnixConn, IPConn, TCPListener, and UnixListener are now\n implemented, and return the underlying os.File of a network\n connection.\n * net/http: The new CrossOriginProtection implements protections\n against Cross-Site Request Forgery (CSRF) by rejecting non-safe\n cross-origin browser requests. It uses modern browser Fetch\n metadata, doesn\u2019t require tokens or cookies, and supports\n origin-based and pattern-based bypasses.\n * os: On Windows, NewFile now supports handles opened for\n asynchronous I/O (that is, syscall.FILE_FLAG_OVERLAPPED is\n specified in the syscall.CreateFile call). These handles are\n associated with the Go runtime\u2019s I/O completion port, which\n provides the following benefits for the resulting File: I/O\n methods (File.Read, File.Write, File.ReadAt, and File.WriteAt)\n do not block an OS thread. Deadline methods (File.SetDeadline,\n File.SetReadDeadline, and File.SetWriteDeadline) are\n supported. This enhancement is especially beneficial for\n applications that communicate via named pipes on Windows. Note\n that a handle can only be associated with one completion port\n at a time. If the handle provided to NewFile is already\n associated with a completion port, the returned File is\n downgraded to synchronous I/O mode. In this case, I/O methods\n will block an OS thread, and the deadline methods have no\n effect.\n * os: The filesystems returned by DirFS and Root.FS implement the\n new io/fs.ReadLinkFS interface. CopyFS supports symlinks when\n copying filesystems that implement io/fs.ReadLinkFS. The Root\n type supports the following additional methods: Root.Chmod,\n Root.Chown, Root.Chtimes, Root.Lchown, Root.Link,\n Root.MkdirAll, Root.ReadFile, Root.Readlink, Root.RemoveAll,\n Root.Rename, Root.Symlink, and Root.WriteFile.\n * reflect: The new TypeAssert function permits converting a Value\n directly to a Go value of the given type. This is like using a\n type assertion on the result of Value.Interface, but avoids\n unnecessary memory allocations.\n * regexp/syntax: The \\p{name} and \\P{name} character class\n syntaxes now accept the names Any, ASCII, Assigned, Cn, and LC,\n as well as Unicode category aliases like \\p{Letter} for\n \\pL. Following Unicode TR18, they also now use case-insensitive\n name lookups, ignoring spaces, underscores, and hyphens.\n * runtime: Cleanup functions scheduled by AddCleanup are now\n executed concurrently and in parallel, making cleanups more\n viable for heavy use like the unique package. Note that\n individual cleanups should still shunt their work to a new\n goroutine if they must execute or block for a long time to\n avoid blocking the cleanup queue.\n * runtime: A new GODEBUG=checkfinalizers=1 setting helps find\n common issues with finalizers and cleanups, such as those\n described in the GC guide. In this mode, the runtime runs\n diagnostics on each garbage collection cycle, and will also\n regularly report the finalizer and cleanup queue lengths to\n stderr to help identify issues with long-running finalizers\n and/or cleanups. See the GODEBUG documentation for more\n details.\n * runtime: The new SetDefaultGOMAXPROCS function sets GOMAXPROCS\n to the runtime default value, as if the GOMAXPROCS environment\n variable is not set. This is useful for enabling the new\n GOMAXPROCS default if it has been disabled by the GOMAXPROCS\n environment variable or a prior call to GOMAXPROCS.\n * runtime/pprof: The mutex profile for contention on\n runtime-internal locks now correctly points to the end of the\n critical section that caused the delay. This matches the\n profile\u2019s behavior for contention on sync.Mutex values. The\n runtimecontentionstacks setting for GODEBUG, which allowed\n opting in to the unusual behavior of Go 1.22 through 1.24 for\n this part of the profile, is now gone.\n * sync: The new WaitGroup.Go method makes the common pattern of\n creating and counting goroutines more convenient.\n * testing: The new methods T.Attr, B.Attr, and F.Attr emit an\n attribute to the test log. An attribute is an arbitrary key and\n value associated with a test.\n * testing: With the -json flag, attributes appear as a new \u201cattr\u201d\n action.\n * testing: The new Output method of T, B and F provides an\n io.Writer that writes to the same test output stream as\n TB.Log. Like TB.Log, the output is indented, but it does not\n include the file and line number.\n * testing: The AllocsPerRun function now panics if parallel tests\n are running. The result of AllocsPerRun is inherently flaky if\n other tests are running. The new panicking behavior helps catch\n such bugs.\n * testing/fstest: MapFS implements the new io/fs.ReadLinkFS\n interface. TestFS will verify the functionality of the\n io/fs.ReadLinkFS interface if implemented. TestFS will no\n longer follow symlinks to avoid unbounded recursion.\n * unicode: The new CategoryAliases map provides access to\n category alias names, such as \u201cLetter\u201d for \u201cL\u201d.\n * unicode: The new categories Cn and LC define unassigned\n codepoints and cased letters, respectively. These have always\n been defined by Unicode but were inadvertently omitted in\n earlier versions of Go. The C category now includes Cn, meaning\n it has added all unassigned code points.\n * unique: The unique package now reclaims interned values more\n eagerly, more efficiently, and in parallel. As a consequence,\n applications using Make are now less likely to experience\n memory blow-up when lots of truly unique values are interned.\n * unique: Values passed to Make containing Handles previously\n required multiple garbage collection cycles to collect,\n proportional to the depth of the chain of Handle values. Now,\n once unused, they are collected promptly in a single cycle.\n * Darwin port: As announced in the Go 1.24 release notes, Go 1.25\n requires macOS 12 Monterey or later. Support for previous\n versions has been discontinued.\n * Windows port: Go 1.25 is the last release that contains the\n broken 32-bit windows/arm port (GOOS=windows GOARCH=arm). It\n will be removed in Go 1.26.\n * Loong64 port: The linux/loong64 port now supports the race\n detector, gathering traceback information from C code using\n runtime.SetCgoTraceback, and linking cgo programs with the\n internal link mode.\n * RISC-V port: The linux/riscv64 port now supports the plugin\n build mode.\n * RISC-V port: The GORISCV64 environment variable now accepts a\n new value rva23u64, which selects the RVA23U64 user-mode\n application profile.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2924,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2924,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2924,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2924,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2924,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2924,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2924,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2924,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2924,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2924,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2924,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2924,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2924,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2924,SUSE-Storage-7.1-2025-2924,openSUSE-SLE-15.6-2025-2924",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02924-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02924-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502924-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02924-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041307.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.25",
"tracking": {
"current_release_date": "2025-08-20T07:34:44Z",
"generator": {
"date": "2025-08-20T07:34:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02924-1",
"initial_release_date": "2025-08-20T07:34:44Z",
"revision_history": [
{
"date": "2025-08-20T07:34:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.0-150000.1.5.1.aarch64",
"product": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64",
"product_id": "go1.25-1.25.0-150000.1.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"product": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"product_id": "go1.25-doc-1.25.0-150000.1.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"product": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"product_id": "go1.25-race-1.25.0-150000.1.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.0-150000.1.5.1.i586",
"product": {
"name": "go1.25-1.25.0-150000.1.5.1.i586",
"product_id": "go1.25-1.25.0-150000.1.5.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.0-150000.1.5.1.i586",
"product": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.i586",
"product_id": "go1.25-doc-1.25.0-150000.1.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"product": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"product_id": "go1.25-1.25.0-150000.1.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"product_id": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"product": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"product_id": "go1.25-race-1.25.0-150000.1.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.0-150000.1.5.1.s390x",
"product": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x",
"product_id": "go1.25-1.25.0-150000.1.5.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"product": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"product_id": "go1.25-doc-1.25.0-150000.1.5.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"product": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"product_id": "go1.25-race-1.25.0-150000.1.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.0-150000.1.5.1.x86_64",
"product": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64",
"product_id": "go1.25-1.25.0-150000.1.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"product": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"product_id": "go1.25-doc-1.25.0-150000.1.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"product": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"product_id": "go1.25-race-1.25.0-150000.1.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.0-150000.1.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.0-150000.1.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.0-150000.1.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
},
"product_reference": "go1.25-race-1.25.0-150000.1.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T07:34:44Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T07:34:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.0-150000.1.5.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.0-150000.1.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T07:34:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:03161-1
Vulnerability from csaf_suse - Published: 2025-09-11 09:15 - Updated: 2025-09-11 09:15| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25-openssl fixes the following issues:\n\n\nUpdate to version 1.25.0 cut from the go1.25-fips-release\nbranch at the revision tagged go1.25.0-1-openssl-fips.\n( jsc#SLE-18320 )\n\n * Rebase to 1.25.0\n * Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil\n salt to be passed as a hash length buffer of zeros.\n\ngo1.25 (released 2025-08-12) is a major release of Go.\ngo1.25.x minor releases will be provided through August 2026.\nhttps://github.com/golang/go/wiki/Go-Release-Cycle\n\ngo1.25 arrives six months after Go 1.24. Most of its changes are\nin the implementation of the toolchain, runtime, and\nlibraries. As always, the release maintains the Go 1 promise of\ncompatibility. We expect almost all Go programs to continue to\ncompile and run as before.\n\n( bsc#1244485 go1.25 release tracking )\n\n * Language changes: There are no languages changes that affect Go\n programs in Go 1.25. However, in the language specification the\n notion of core types has been removed in favor of dedicated\n prose. See the respective blog post for more information.\n * go command: The go build -asan option now defaults to doing\n leak detection at program exit. This will report an error if\n memory allocated by C is not freed and is not referenced by any\n other memory allocated by either C or Go. These new error\n reports may be disabled by setting ASAN_OPTIONS=detect_leaks=0\n in the environment when running the program.\n * go command: The Go distribution will include fewer prebuilt\n tool binaries. Core toolchain binaries such as the compiler and\n linker will still be included, but tools not invoked by build\n or test operations will be built and run by go tool as needed.\n * go command: The new go.mod ignore directive can be used to\n specify directories the go command should ignore. Files in\n these directories and their subdirectories will be ignored by\n the go command when matching package patterns, such as all or\n ./..., but will still be included in module zip files.\n * go command: The new go doc -http option will start a\n documentation server showing documentation for the requested\n object, and open the documentation in a browser window.\n * go command: The new go version -m -json option will print the\n JSON encodings of the runtime/debug.BuildInfo structures\n embedded in the given Go binary files.\n * go command: The go command now supports using a subdirectory of\n a repository as the path for a module root, when resolving a\n module path using the syntax \u003cmeta name=\u0027go-import\u0027\n content=\u0027root-path vcs repo-url subdir\u0027\u003e to indicate that the\n root-path corresponds to the subdir of the repo-url with\n version control system vcs.\n * go command: The new work package pattern matches all packages\n in the work (formerly called main) modules: either the single\n work module in module mode or the set of workspace modules in\n workspace mode.\n * go command: When the go command updates the go line in a go.mod\n or go.work file, it no longer adds a toolchain line specifying\n the command\u2019s current version.\n * go vet: The go vet command includes new analyzers:\n * go vet: waitgroup reports misplaced calls to\n sync.WaitGroup.Add;\n * go vet: hostport reports uses of fmt.Sprintf(\u0027%s:%d\u0027, host,\n port) to construct addresses for net.Dial, as these will not\n work with IPv6; instead it suggests using net.JoinHostPort.\n * Runtime: Container-aware GOMAXPROCS. The default behavior of\n the GOMAXPROCS has changed. In prior versions of Go, GOMAXPROCS\n defaults to the number of logical CPUs available at startup\n (runtime.NumCPU). Go 1.25 introduces two changes: On Linux, the\n runtime considers the CPU bandwidth limit of the cgroup\n containing the process, if any. If the CPU bandwidth limit is\n lower than the number of logical CPUs available, GOMAXPROCS\n will default to the lower limit. In container runtime systems\n like Kubernetes, cgroup CPU bandwidth limits generally\n correspond to the \u201cCPU limit\u201d option. The Go runtime does not\n consider the \u201cCPU requests\u201d option. On all OSes, the runtime\n periodically updates GOMAXPROCS if the number of logical CPUs\n available or the cgroup CPU bandwidth limit change. Both of\n these behaviors are automatically disabled if GOMAXPROCS is set\n manually via the GOMAXPROCS environment variable or a call to\n runtime.GOMAXPROCS. They can also be disabled explicitly with\n the GODEBUG settings containermaxprocs=0 and updatemaxprocs=0,\n respectively. In order to support reading updated cgroup\n limits, the runtime will keep cached file descriptors for the\n cgroup files for the duration of the process lifetime.\n * Runtime: garbage collector: A new garbage collector is now\n available as an experiment. This garbage collector\u2019s design\n improves the performance of marking and scanning small objects\n through better locality and CPU scalability. Benchmark result\n vary, but we expect somewhere between a 10\u201440% reduction in\n garbage collection overhead in real-world programs that heavily\n use the garbage collector. The new garbage collector may be\n enabled by setting GOEXPERIMENT=greenteagc at build time. We\n expect the design to continue to evolve and improve. To that\n end, we encourage Go developers to try it out and report back\n their experiences. See the GitHub issue for more details on the\n design and instructions for sharing feedback.\n * Runtime: trace flight recorder: Runtime execution traces have\n long provided a powerful, but expensive way to understand and\n debug the low-level behavior of an application. Unfortunately,\n because of their size and the cost of continuously writing an\n execution trace, they were generally impractical for debugging\n rare events. The new runtime/trace.FlightRecorder API provides\n a lightweight way to capture a runtime execution trace by\n continuously recording the trace into an in-memory ring\n buffer. When a significant event occurs, a program can call\n FlightRecorder.WriteTo to snapshot the last few seconds of the\n trace to a file. This approach produces a much smaller trace by\n enabling applications to capture only the traces that matter.\n The length of time and amount of data captured by a\n FlightRecorder may be configured within the\n FlightRecorderConfig.\n * Runtime: Change to unhandled panic output: The message printed\n when a program exits due to an unhandled panic that was\n recovered and repanicked no longer repeats the text of the\n panic value.\n * Runtime: VMA names on Linux: On Linux systems with kernel\n support for anonymous virtual memory area (VMA) names\n (CONFIG_ANON_VMA_NAME), the Go runtime will annotate anonymous\n memory mappings with context about their purpose. e.g., [anon:\n Go: heap] for heap memory. This can be disabled with the\n GODEBUG setting decoratemappings=0.\n * Compiler: nil pointer bug: This release fixes a compiler bug,\n introduced in Go 1.21, that could incorrectly delay nil pointer\n checks.\n * Compiler: DWARF5 support: The compiler and linker in Go 1.25\n now generate debug information using DWARF version 5. The newer\n DWARF version reduces the space required for debugging\n information in Go binaries, and reduces the time for linking,\n especially for large Go binaries. DWARF 5 generation can be\n disabled by setting the environment variable\n GOEXPERIMENT=nodwarf5 at build time (this fallback may be\n removed in a future Go release).\n * Compiler: Faster slices: The compiler can now allocate the\n backing store for slices on the stack in more situations, which\n improves performance. This change has the potential to amplify\n the effects of incorrect unsafe.Pointer usage, see for example\n issue 73199. In order to track down these problems, the bisect\n tool can be used to find the allocation causing trouble using\n the -compile=variablemake flag. All such new stack allocations\n can also be turned off using\n -gcflags=all=-d=variablemakehash=n.\n * Linker: The linker now accepts a -funcalign=N command line\n option, which specifies the alignment of function entries. The\n default value is platform-dependent, and is unchanged in this\n release.\n * Standard library: testing/synctest: The new testing/synctest\n package provides support for testing concurrent code. This\n package was first available in Go 1.24 under\n GOEXPERIMENT=synctest, with a slightly different API. The\n experiment has now graduated to general availability. The old\n API is still present if GOEXPERIMENT=synctest is set, but will\n be removed in Go 1.26.\n * Standard library: testing/synctest: The Test function runs a\n test function in an isolated \u201cbubble\u201d. Within the bubble, time\n is virtualized: time package functions operate on a fake clock\n and the clock moves forward instantaneously if all goroutines\n in the bubble are blocked.\n * Standard library: testing/synctest: The Wait function waits for\n all goroutines in the current bubble to block.\n * Standard library: encoding/json/v2: Go 1.25 includes a new,\n experimental JSON implementation, which can be enabled by\n setting the environment variable GOEXPERIMENT=jsonv2 at build\n time. When enabled, two new packages are available: The\n encoding/json/v2 package is a major revision of the\n encoding/json package. The encoding/json/jsontext package\n provides lower-level processing of JSON syntax. In addition,\n when the \u201cjsonv2\u201d GOEXPERIMENT is enabled: The encoding/json\n package uses the new JSON implementation. Marshaling and\n unmarshaling behavior is unaffected, but the text of errors\n returned by package function may change. The encoding/json\n package contains a number of new options which may be used to\n configure the marshaler and unmarshaler. The new implementation\n performs substantially better than the existing one under many\n scenarios. In general, encoding performance is at parity\n between the implementations and decoding is substantially\n faster in the new one. See the\n github.com/go-json-experiment/jsonbench repository for more\n detailed analysis. We encourage users of encoding/json to test\n their programs with GOEXPERIMENT=jsonv2 enabled to help detect\n any compatibility issues with the new implementation. We expect\n the design of encoding/json/v2 to continue to evolve. We\n encourage developers to try out the new API and provide\n feedback on the proposal issue.\n * archive/tar: The Writer.AddFS implementation now supports\n symbolic links for filesystems that implement io/fs.ReadLinkFS.\n * encoding/asn1: Unmarshal and UnmarshalWithParams now parse the\n ASN.1 types T61String and BMPString more consistently. This may\n result in some previously accepted malformed encodings now\n being rejected.\n * crypto: MessageSigner is a new signing interface that can be\n implemented by signers that wish to hash the message to be\n signed themselves. A new function is also introduced,\n SignMessage, which attempts to upgrade a Signer interface to\n MessageSigner, using the MessageSigner.SignMessage method if\n successful, and Signer.Sign if not. This can be used when code\n wishes to support both Signer and MessageSigner.\n * crypto: Changing the fips140 GODEBUG setting after the program\n has started is now a no-op. Previously, it was documented as\n not allowed, and could cause a panic if changed.\n * crypto: SHA-1, SHA-256, and SHA-512 are now slower on amd64\n when AVX2 instructions are not available. All server processors\n (and most others) produced since 2015 support AVX2.\n * crypto/ecdsa: The new ParseRawPrivateKey,\n ParseUncompressedPublicKey, PrivateKey.Bytes, and\n PublicKey.Bytes functions and methods implement low-level\n encodings, replacing the need to use crypto/elliptic or\n math/big functions and methods.\n * crypto/ecdsa: When FIPS 140-3 mode is enabled, signing is now\n four times faster, matching the performance of non-FIPS mode.\n * crypto/ed25519: When FIPS 140-3 mode is enabled, signing is now\n four times faster, matching the performance of non-FIPS mode.\n * crypto/elliptic: The hidden and undocumented Inverse and\n CombinedMult methods on some Curve implementations have been\n removed.\n * crypto/rsa: PublicKey no longer claims that the modulus value\n is treated as secret. VerifyPKCS1v15 and VerifyPSS already\n warned that all inputs are public and could be leaked, and\n there are mathematical attacks that can recover the modulus\n from other public values.\n * crypto/rsa: Key generation is now three times faster.\n * crypto/sha1: Hashing is now two times faster on amd64 when\n SHA-NI instructions are available.\n * crypto/sha3: The new SHA3.Clone method implements hash.Cloner.\n * crypto/sha3: Hashing is now two times faster on Apple M\n processors.\n * crypto/tls: The new ConnectionState.CurveID field exposes the\n key exchange mechanism used to establish the connection.\n * crypto/tls: The new Config.GetEncryptedClientHelloKeys callback\n can be used to set the EncryptedClientHelloKeys for a server to\n use when a client sends an Encrypted Client Hello extension.\n * crypto/tls: SHA-1 signature algorithms are now disallowed in\n TLS 1.2 handshakes, per RFC 9155. They can be re-enabled with\n the GODEBUG setting tlssha1=1.\n * crypto/tls: When FIPS 140-3 mode is enabled, Extended Master\n Secret is now required in TLS 1.2, and Ed25519 and\n X25519MLKEM768 are now allowed.\n * crypto/tls: TLS servers now prefer the highest supported\n protocol version, even if it isn\u2019t the client\u2019s most preferred\n protocol version.\n * crypto/tls: Both TLS clients and servers are now stricter in\n following the specifications and in rejecting off-spec\n behavior. Connections with compliant peers should be\n unaffected.\n * crypto/x509: CreateCertificate, CreateCertificateRequest, and\n CreateRevocationList can now accept a crypto.MessageSigner\n signing interface as well as crypto.Signer. This allows these\n functions to use signers which implement \u201cone-shot\u201d signing\n interfaces, where hashing is done as part of the signing\n operation, instead of by the caller.\n * crypto/x509: CreateCertificate now uses truncated SHA-256 to\n populate the SubjectKeyId if it is missing. The GODEBUG setting\n x509sha256skid=0 reverts to SHA-1.\n * crypto/x509: ParseCertificate now rejects certificates which\n contain a BasicConstraints extension that contains a negative\n pathLenConstraint.\n * crypto/x509: ParseCertificate now handles strings encoded with\n the ASN.1 T61String and BMPString types more consistently. This\n may result in some previously accepted malformed encodings now\n being rejected.\n * debug/elf: The debug/elf package adds two new constants:\n PT_RISCV_ATTRIBUTES and SHT_RISCV_ATTRIBUTES for RISC-V ELF\n parsing.\n * go/ast: The FilterPackage, PackageExports, and\n MergePackageFiles functions, and the MergeMode type and its\n constants, are all deprecated, as they are for use only with\n the long-deprecated Object and Package machinery.\n * go/ast: The new PreorderStack function, like Inspect, traverses\n a syntax tree and provides control over descent into subtrees,\n but as a convenience it also provides the stack of enclosing\n nodes at each point.\n * go/parser: The ParseDir function is deprecated.\n * go/token: The new FileSet.AddExistingFiles method enables\n existing Files to be added to a FileSet, or a FileSet to be\n constructed for an arbitrary set of Files, alleviating the\n problems associated with a single global FileSet in long-lived\n applications.\n * go/types: Var now has a Var.Kind method that classifies the\n variable as one of: package-level, receiver, parameter, result,\n local variable, or a struct field.\n * go/types: The new LookupSelection function looks up the field\n or method of a given name and receiver type, like the existing\n LookupFieldOrMethod function, but returns the result in the\n form of a Selection.\n * hash: The new XOF interface can be implemented by \u201cextendable\n output functions\u201d, which are hash functions with arbitrary or\n unlimited output length such as SHAKE.\n * hash: Hashes implementing the new Cloner interface can return a\n copy of their state. All standard library Hash implementations\n now implement Cloner.\n * hash/maphash: The new Hash.Clone method implements hash.Cloner.\n * io/fs: A new ReadLinkFS interface provides the ability to read\n symbolic links in a filesystem.\n * log/slog: GroupAttrs creates a group Attr from a slice of Attr\n values.\n * log/slog: Record now has a Source method, returning its source\n location or nil if unavailable.\n * mime/multipart: The new helper function FileContentDisposition\n builds multipart Content-Disposition header fields.\n * net: LookupMX and Resolver.LookupMX now return DNS names that\n look like valid IP address, as well as valid domain\n names. Previously if a name server returned an IP address as a\n DNS name, LookupMX would discard it, as required by the\n RFCs. However, name servers in practice do sometimes return IP\n addresses.\n * net: On Windows, ListenMulticastUDP now supports IPv6\n addresses.\n * net: On Windows, it is now possible to convert between an\n os.File and a network connection. Specifcally, the FileConn,\n FilePacketConn, and FileListener functions are now implemented,\n and return a network connection or listener corresponding to an\n open file. Similarly, the File methods of TCPConn, UDPConn,\n UnixConn, IPConn, TCPListener, and UnixListener are now\n implemented, and return the underlying os.File of a network\n connection.\n * net/http: The new CrossOriginProtection implements protections\n against Cross-Site Request Forgery (CSRF) by rejecting non-safe\n cross-origin browser requests. It uses modern browser Fetch\n metadata, doesn\u2019t require tokens or cookies, and supports\n origin-based and pattern-based bypasses.\n * os: On Windows, NewFile now supports handles opened for\n asynchronous I/O (that is, syscall.FILE_FLAG_OVERLAPPED is\n specified in the syscall.CreateFile call). These handles are\n associated with the Go runtime\u2019s I/O completion port, which\n provides the following benefits for the resulting File: I/O\n methods (File.Read, File.Write, File.ReadAt, and File.WriteAt)\n do not block an OS thread. Deadline methods (File.SetDeadline,\n File.SetReadDeadline, and File.SetWriteDeadline) are\n supported. This enhancement is especially beneficial for\n applications that communicate via named pipes on Windows. Note\n that a handle can only be associated with one completion port\n at a time. If the handle provided to NewFile is already\n associated with a completion port, the returned File is\n downgraded to synchronous I/O mode. In this case, I/O methods\n will block an OS thread, and the deadline methods have no\n effect.\n * os: The filesystems returned by DirFS and Root.FS implement the\n new io/fs.ReadLinkFS interface. CopyFS supports symlinks when\n copying filesystems that implement io/fs.ReadLinkFS. The Root\n type supports the following additional methods: Root.Chmod,\n Root.Chown, Root.Chtimes, Root.Lchown, Root.Link,\n Root.MkdirAll, Root.ReadFile, Root.Readlink, Root.RemoveAll,\n Root.Rename, Root.Symlink, and Root.WriteFile.\n * reflect: The new TypeAssert function permits converting a Value\n directly to a Go value of the given type. This is like using a\n type assertion on the result of Value.Interface, but avoids\n unnecessary memory allocations.\n * regexp/syntax: The \\p{name} and \\P{name} character class\n syntaxes now accept the names Any, ASCII, Assigned, Cn, and LC,\n as well as Unicode category aliases like \\p{Letter} for\n \\pL. Following Unicode TR18, they also now use case-insensitive\n name lookups, ignoring spaces, underscores, and hyphens.\n * runtime: Cleanup functions scheduled by AddCleanup are now\n executed concurrently and in parallel, making cleanups more\n viable for heavy use like the unique package. Note that\n individual cleanups should still shunt their work to a new\n goroutine if they must execute or block for a long time to\n avoid blocking the cleanup queue.\n * runtime: A new GODEBUG=checkfinalizers=1 setting helps find\n common issues with finalizers and cleanups, such as those\n described in the GC guide. In this mode, the runtime runs\n diagnostics on each garbage collection cycle, and will also\n regularly report the finalizer and cleanup queue lengths to\n stderr to help identify issues with long-running finalizers\n and/or cleanups. See the GODEBUG documentation for more\n details.\n * runtime: The new SetDefaultGOMAXPROCS function sets GOMAXPROCS\n to the runtime default value, as if the GOMAXPROCS environment\n variable is not set. This is useful for enabling the new\n GOMAXPROCS default if it has been disabled by the GOMAXPROCS\n environment variable or a prior call to GOMAXPROCS.\n * runtime/pprof: The mutex profile for contention on\n runtime-internal locks now correctly points to the end of the\n critical section that caused the delay. This matches the\n profile\u2019s behavior for contention on sync.Mutex values. The\n runtimecontentionstacks setting for GODEBUG, which allowed\n opting in to the unusual behavior of Go 1.22 through 1.24 for\n this part of the profile, is now gone.\n * sync: The new WaitGroup.Go method makes the common pattern of\n creating and counting goroutines more convenient.\n * testing: The new methods T.Attr, B.Attr, and F.Attr emit an\n attribute to the test log. An attribute is an arbitrary key and\n value associated with a test.\n * testing: With the -json flag, attributes appear as a new \u201cattr\u201d\n action.\n * testing: The new Output method of T, B and F provides an\n io.Writer that writes to the same test output stream as\n TB.Log. Like TB.Log, the output is indented, but it does not\n include the file and line number.\n * testing: The AllocsPerRun function now panics if parallel tests\n are running. The result of AllocsPerRun is inherently flaky if\n other tests are running. The new panicking behavior helps catch\n such bugs.\n * testing/fstest: MapFS implements the new io/fs.ReadLinkFS\n interface. TestFS will verify the functionality of the\n io/fs.ReadLinkFS interface if implemented. TestFS will no\n longer follow symlinks to avoid unbounded recursion.\n * unicode: The new CategoryAliases map provides access to\n category alias names, such as \u201cLetter\u201d for \u201cL\u201d.\n * unicode: The new categories Cn and LC define unassigned\n codepoints and cased letters, respectively. These have always\n been defined by Unicode but were inadvertently omitted in\n earlier versions of Go. The C category now includes Cn, meaning\n it has added all unassigned code points.\n * unique: The unique package now reclaims interned values more\n eagerly, more efficiently, and in parallel. As a consequence,\n applications using Make are now less likely to experience\n memory blow-up when lots of truly unique values are interned.\n * unique: Values passed to Make containing Handles previously\n required multiple garbage collection cycles to collect,\n proportional to the depth of the chain of Handle values. Now,\n once unused, they are collected promptly in a single cycle.\n * Darwin port: As announced in the Go 1.24 release notes, Go 1.25\n requires macOS 12 Monterey or later. Support for previous\n versions has been discontinued.\n * Windows port: Go 1.25 is the last release that contains the\n broken 32-bit windows/arm port (GOOS=windows GOARCH=arm). It\n will be removed in Go 1.26.\n * Loong64 port: The linux/loong64 port now supports the race\n detector, gathering traceback information from C code using\n runtime.SetCgoTraceback, and linking cgo programs with the\n internal link mode.\n * RISC-V port: The linux/riscv64 port now supports the plugin\n build mode.\n * RISC-V port: The GORISCV64 environment variable now accepts a\n new value rva23u64, which selects the RVA23U64 user-mode\n application profile.\n\nFixed during development:\n\n * go#74466 bsc#1247719 security: fix CVE-2025-47906 os/exec: LookPath bug: incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations\n * go#74831 bsc#1247720 security: fix CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan\n\n CVE-2025-4674\n * go#74380 bsc#1246118 security: fix CVE-2025-4674 cmd/go: disable support for multiple vcs in one module\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3161,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3161,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3161,openSUSE-SLE-15.6-2025-3161",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03161-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03161-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503161-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03161-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041653.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE Bug 1248082",
"url": "https://bugzilla.suse.com/1248082"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.25-openssl",
"tracking": {
"current_release_date": "2025-09-11T09:15:57Z",
"generator": {
"date": "2025-09-11T09:15:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03161-1",
"initial_release_date": "2025-09-11T09:15:57Z",
"revision_history": [
{
"date": "2025-09-11T09:15:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"product": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"product_id": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"product_id": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"product": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"product_id": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150600.13.3.1.i586",
"product": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.i586",
"product_id": "go1.25-openssl-1.25.0-150600.13.3.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.i586",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.i586",
"product_id": "go1.25-openssl-doc-1.25.0-150600.13.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"product": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"product_id": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"product_id": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"product": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"product_id": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"product": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"product_id": "go1.25-openssl-1.25.0-150600.13.3.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"product_id": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"product": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"product_id": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"product": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"product_id": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"product_id": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"product": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"product_id": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T09:15:57Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T09:15:57Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.0-150600.13.3.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.0-150600.13.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T09:15:57Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2026:0297-1
Vulnerability from csaf_suse - Published: 2026-01-26 16:10 - Updated: 2026-01-26 16:10| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25-openssl fixes the following issues:\n\nUpdate to version 1.25.6 (released 2026-01-15) (jsc#SLE-18320, bsc#1244485):\n\nSecurity fixes:\n\n - CVE-2025-4674 cmd/go: disable support for multiple vcs in one module (bsc#1246118).\n - CVE-2025-47906 os/exec: LookPath bug: incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations (bsc#1247719).\n - CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan (bsc#1247720).\n - CVE-2025-47910 net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches (bsc#1249141).\n - CVE-2025-47912 net/url: insufficient validation of bracketed IPv6 hostnames (bsc#1251257).\n - CVE-2025-58183 archive/tar: unbounded allocation when parsing GNU sparse map (bsc#1251261).\n - CVE-2025-58185 encoding/asn1: pre-allocating memory when parsing DER payload can cause memory exhaustion (bsc#1251258).\n - CVE-2025-58186 net/http: lack of limit when parsing cookies can cause memory exhaustion (bsc#1251259).\n - CVE-2025-58187 crypto/x509: quadratic complexity when checking name constraints (bsc#1251254).\n - CVE-2025-58188 crypto/x509: panic when validating certificates with DSA public keys (bsc#1251260).\n - CVE-2025-58189 crypto/tls: ALPN negotiation error contains attacker controlled information (bsc#1251255).\n - CVE-2025-61723 encoding/pem: quadratic complexity when parsing some invalid inputs (bsc#1251256).\n - CVE-2025-61724 net/textproto: excessive CPU consumption in Reader.ReadResponse (bsc#1251262).\n - CVE-2025-61725 net/mail: excessive CPU consumption in ParseAddress (bsc#1251253).\n - CVE-2025-61726 net/http: memory exhaustion in Request.ParseForm (bsc#1256817).\n - CVE-2025-61727 crypto/x509: excluded subdomain constraint doesn\u0027t preclude wildcard SAN (bsc#1254430).\n - CVE-2025-61728 archive/zip: denial of service when parsing arbitrary ZIP archives (bsc#1256816).\n - CVE-2025-61729 crypto/x509: excessive resource consumption in printing error string for host certificate validation (bsc#1254431).\n - CVE-2025-61730 crypto/tls: handshake messages may be processed at the incorrect encryption level (bsc#1256821).\n - CVE-2025-61731 cmd/go: bypass of flag sanitization can lead to arbitrary code execution (bsc#1256819).\n - CVE-2025-68119 cmd/go: unexpected code execution when invoking toolchain (bsc#1256820).\n - CVE-2025-68121 crypto/tls: Config.Clone copies automatically generated session ticket keys, session resumption does not account for the expiration of full certificate chain (bsc#1256818).\n\nOther fixes:\n\n * go#74822 cmd/go: \u0027get toolchain@latest\u0027 should ignore release candidates\n * go#74999 net: WriteMsgUDPAddrPort should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets\n * go#75008 os/exec: TestLookPath fails on plan9 after CL 685755\n * go#75021 testing/synctest: bubble not terminating\n * go#75083 os: File.Seek doesn\u0027t set the correct offset with Windows overlapped handles\n * go#75111 os, syscall: volume handles with FILE_FLAG_OVERLAPPED fail when calling ReadAt\n * go#75116 os: Root.MkdirAll can return \u0027file exists\u0027 when called concurrently on the same path\n * go#75139 os: Root.OpenRoot sets incorrect name, losing prefix of original root\n * go#75221 debug/pe: pe.Open fails on object files produced by llvm-mingw 21\n * go#75255 cmd/compile: export to DWARF types only referenced through interfaces\n * go#75347 testing/synctest: test timeout with no runnable goroutines\n * go#75357 net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9\n * go#75480 cmd/link: linker panic and relocation errors with complex generics inlining\n * go#75524 crypto/internal/fips140/rsa: requires a panic if self-tests fail\n * go#75537 context: Err can return non-nil before Done channel is closed\n * go#75539 net/http: internal error: connCount underflow\n * go#75595 cmd/compile: internal compiler error with GOEXPERIMENT=cgocheck2 on github.com/leodido/go-urn\n * go#75610 sync/atomic: comment for Uintptr.Or incorrectly describes return value\n * go#75669 runtime: debug.decoratemappings don\u0027t work as expected\n * go#75775 runtime: build fails when run via QEMU for linux/amd64 running on linux/arm64\n * go#75777 spec: Go1.25 spec should be dated closer to actual release date\n * go#75790 crypto/internal/fips140/subtle: Go 1.25 subtle.xorBytes panic on MIPS\n * go#75832 net/url: ipv4 mapped ipv6 addresses should be valid in square brackets\n * go#75861 crypto/x509: TLS validation fails for FQDNs with trailing dot\n * go#75952 encoding/pem: regression when decoding blocks with leading garbage\n * go#75989 os: on windows RemoveAll removing directories containing read-only files errors with unlinkat ... Access is denied\n * go#76010 cmd/compile: any(func(){})==any(func(){}) does not panic but should\n * go#76029 pem/encoding: malformed line endings can cause panics\n * go#76245 mime: FormatMediaType and ParseMediaType not compatible across 1.24 to 1.25\n * go#76360 os: on windows RemoveAll removing directories containing read-only files errors with unlinkat ... Access is denied, ReOpenFile error handling followup\n * go#76392 os: package initialization hangs is Stdin is blocked\n * go#76409 crypto/tls: earlyTrafficSecret should use ClientHelloInner if ECH enabled\n * go#76620 os: on Unix, Readdirnames skips directory entries with zero inodes\n * go#76761 runtime: stack split at bad time in os/signal with Go 1.25.4 windows 386\n * go#76776 runtime: race detector crash on ppc64le\n * go#76967 cmd/compile/internal/ssa: Compile.func1(): panic during sccp while compiling \u003cfunction\u003e: runtime error: index out of range\n * go#76973 errors: errors.Join behavior changed in 1.25\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-297,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-297,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-297,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-297,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-297,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-297,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-297,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-297,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-297",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0297-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0297-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260297-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0297-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023924.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1245878",
"url": "https://bugzilla.suse.com/1245878"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE Bug 1248082",
"url": "https://bugzilla.suse.com/1248082"
},
{
"category": "self",
"summary": "SUSE Bug 1249141",
"url": "https://bugzilla.suse.com/1249141"
},
{
"category": "self",
"summary": "SUSE Bug 1249985",
"url": "https://bugzilla.suse.com/1249985"
},
{
"category": "self",
"summary": "SUSE Bug 1251253",
"url": "https://bugzilla.suse.com/1251253"
},
{
"category": "self",
"summary": "SUSE Bug 1251254",
"url": "https://bugzilla.suse.com/1251254"
},
{
"category": "self",
"summary": "SUSE Bug 1251255",
"url": "https://bugzilla.suse.com/1251255"
},
{
"category": "self",
"summary": "SUSE Bug 1251256",
"url": "https://bugzilla.suse.com/1251256"
},
{
"category": "self",
"summary": "SUSE Bug 1251257",
"url": "https://bugzilla.suse.com/1251257"
},
{
"category": "self",
"summary": "SUSE Bug 1251258",
"url": "https://bugzilla.suse.com/1251258"
},
{
"category": "self",
"summary": "SUSE Bug 1251259",
"url": "https://bugzilla.suse.com/1251259"
},
{
"category": "self",
"summary": "SUSE Bug 1251260",
"url": "https://bugzilla.suse.com/1251260"
},
{
"category": "self",
"summary": "SUSE Bug 1251261",
"url": "https://bugzilla.suse.com/1251261"
},
{
"category": "self",
"summary": "SUSE Bug 1251262",
"url": "https://bugzilla.suse.com/1251262"
},
{
"category": "self",
"summary": "SUSE Bug 1254227",
"url": "https://bugzilla.suse.com/1254227"
},
{
"category": "self",
"summary": "SUSE Bug 1254430",
"url": "https://bugzilla.suse.com/1254430"
},
{
"category": "self",
"summary": "SUSE Bug 1254431",
"url": "https://bugzilla.suse.com/1254431"
},
{
"category": "self",
"summary": "SUSE Bug 1256816",
"url": "https://bugzilla.suse.com/1256816"
},
{
"category": "self",
"summary": "SUSE Bug 1256817",
"url": "https://bugzilla.suse.com/1256817"
},
{
"category": "self",
"summary": "SUSE Bug 1256818",
"url": "https://bugzilla.suse.com/1256818"
},
{
"category": "self",
"summary": "SUSE Bug 1256819",
"url": "https://bugzilla.suse.com/1256819"
},
{
"category": "self",
"summary": "SUSE Bug 1256820",
"url": "https://bugzilla.suse.com/1256820"
},
{
"category": "self",
"summary": "SUSE Bug 1256821",
"url": "https://bugzilla.suse.com/1256821"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47910 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61726/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61728 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61728/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61729 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61729/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61730 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61730/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61731 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61731/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68119 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68121 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68121/"
}
],
"title": "Security update for go1.25-openssl",
"tracking": {
"current_release_date": "2026-01-26T16:10:54Z",
"generator": {
"date": "2026-01-26T16:10:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0297-1",
"initial_release_date": "2026-01-26T16:10:54Z",
"revision_history": [
{
"date": "2026-01-26T16:10:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"product": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"product_id": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"product_id": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"product": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"product_id": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150000.1.9.1.i586",
"product": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.i586",
"product_id": "go1.25-openssl-1.25.6-150000.1.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.i586",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.i586",
"product_id": "go1.25-openssl-doc-1.25.6-150000.1.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"product": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"product_id": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"product_id": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"product": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"product_id": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"product": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"product_id": "go1.25-openssl-1.25.6-150000.1.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"product_id": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"product": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"product_id": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"product": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"product_id": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"product_id": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"product": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"product_id": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
},
{
"cve": "CVE-2025-47910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47910"
}
],
"notes": [
{
"category": "general",
"text": "When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47910",
"url": "https://www.suse.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "SUSE Bug 1249141 for CVE-2025-47910",
"url": "https://bugzilla.suse.com/1249141"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-47910"
},
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
},
{
"cve": "CVE-2025-61726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61726"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61726",
"url": "https://www.suse.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "SUSE Bug 1256817 for CVE-2025-61726",
"url": "https://bugzilla.suse.com/1256817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-61726"
},
{
"cve": "CVE-2025-61727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61727"
}
],
"notes": [
{
"category": "general",
"text": "An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the SAN *.example.com.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61727",
"url": "https://www.suse.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "SUSE Bug 1254430 for CVE-2025-61727",
"url": "https://bugzilla.suse.com/1254430"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-61727"
},
{
"cve": "CVE-2025-61728",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61728"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61728",
"url": "https://www.suse.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "SUSE Bug 1256816 for CVE-2025-61728",
"url": "https://bugzilla.suse.com/1256816"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-61728"
},
{
"cve": "CVE-2025-61729",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61729"
}
],
"notes": [
{
"category": "general",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61729",
"url": "https://www.suse.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "SUSE Bug 1254431 for CVE-2025-61729",
"url": "https://bugzilla.suse.com/1254431"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-61729"
},
{
"cve": "CVE-2025-61730",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61730"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61730",
"url": "https://www.suse.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "SUSE Bug 1256821 for CVE-2025-61730",
"url": "https://bugzilla.suse.com/1256821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "moderate"
}
],
"title": "CVE-2025-61730"
},
{
"cve": "CVE-2025-61731",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61731"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61731",
"url": "https://www.suse.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "SUSE Bug 1256819 for CVE-2025-61731",
"url": "https://bugzilla.suse.com/1256819"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-61731"
},
{
"cve": "CVE-2025-68119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68119"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68119",
"url": "https://www.suse.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "SUSE Bug 1256820 for CVE-2025-68119",
"url": "https://bugzilla.suse.com/1256820"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-68119"
},
{
"cve": "CVE-2025-68121",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68121"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68121",
"url": "https://www.suse.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "SUSE Bug 1256818 for CVE-2025-68121",
"url": "https://bugzilla.suse.com/1256818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.6-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.6-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:10:54Z",
"details": "important"
}
],
"title": "CVE-2025-68121"
}
]
}
SUSE-SU-2026:0298-1
Vulnerability from csaf_suse - Published: 2026-01-26 16:11 - Updated: 2026-01-26 16:11| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25-openssl fixes the following issues:\n\nUpdate to version 1.25.6 (released 2026-01-15) (jsc#SLE-18320, bsc#1244485):\n\nSecurity fixes:\n\n - CVE-2025-4674 cmd/go: disable support for multiple vcs in one module (bsc#1246118).\n - CVE-2025-47906 os/exec: LookPath bug: incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations (bsc#1247719).\n - CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan (bsc#1247720).\n - CVE-2025-47910 net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches (bsc#1249141).\n - CVE-2025-47912 net/url: insufficient validation of bracketed IPv6 hostnames (bsc#1251257).\n - CVE-2025-58183 archive/tar: unbounded allocation when parsing GNU sparse map (bsc#1251261).\n - CVE-2025-58185 encoding/asn1: pre-allocating memory when parsing DER payload can cause memory exhaustion (bsc#1251258).\n - CVE-2025-58186 net/http: lack of limit when parsing cookies can cause memory exhaustion (bsc#1251259).\n - CVE-2025-58187 crypto/x509: quadratic complexity when checking name constraints (bsc#1251254).\n - CVE-2025-58188 crypto/x509: panic when validating certificates with DSA public keys (bsc#1251260).\n - CVE-2025-58189 crypto/tls: ALPN negotiation error contains attacker controlled information (bsc#1251255).\n - CVE-2025-61723 encoding/pem: quadratic complexity when parsing some invalid inputs (bsc#1251256).\n - CVE-2025-61724 net/textproto: excessive CPU consumption in Reader.ReadResponse (bsc#1251262).\n - CVE-2025-61725 net/mail: excessive CPU consumption in ParseAddress (bsc#1251253).\n - CVE-2025-61726 net/http: memory exhaustion in Request.ParseForm (bsc#1256817).\n - CVE-2025-61727 crypto/x509: excluded subdomain constraint doesn\u0027t preclude wildcard SAN (bsc#1254430).\n - CVE-2025-61728 archive/zip: denial of service when parsing arbitrary ZIP archives (bsc#1256816).\n - CVE-2025-61729 crypto/x509: excessive resource consumption in printing error string for host certificate validation (bsc#1254431).\n - CVE-2025-61730 crypto/tls: handshake messages may be processed at the incorrect encryption level (bsc#1256821).\n - CVE-2025-61731 cmd/go: bypass of flag sanitization can lead to arbitrary code execution (bsc#1256819).\n - CVE-2025-68119 cmd/go: unexpected code execution when invoking toolchain (bsc#1256820).\n - CVE-2025-68121 crypto/tls: Config.Clone copies automatically generated session ticket keys, session resumption does not account for the expiration of full certificate chain (bsc#1256818).\n\nOther fixes:\n\n * go#74822 cmd/go: \u0027get toolchain@latest\u0027 should ignore release candidates\n * go#74999 net: WriteMsgUDPAddrPort should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets\n * go#75008 os/exec: TestLookPath fails on plan9 after CL 685755\n * go#75021 testing/synctest: bubble not terminating\n * go#75083 os: File.Seek doesn\u0027t set the correct offset with Windows overlapped handles\n * go#75111 os, syscall: volume handles with FILE_FLAG_OVERLAPPED fail when calling ReadAt\n * go#75116 os: Root.MkdirAll can return \u0027file exists\u0027 when called concurrently on the same path\n * go#75139 os: Root.OpenRoot sets incorrect name, losing prefix of original root\n * go#75221 debug/pe: pe.Open fails on object files produced by llvm-mingw 21\n * go#75255 cmd/compile: export to DWARF types only referenced through interfaces\n * go#75347 testing/synctest: test timeout with no runnable goroutines\n * go#75357 net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9\n * go#75480 cmd/link: linker panic and relocation errors with complex generics inlining\n * go#75524 crypto/internal/fips140/rsa: requires a panic if self-tests fail\n * go#75537 context: Err can return non-nil before Done channel is closed\n * go#75539 net/http: internal error: connCount underflow\n * go#75595 cmd/compile: internal compiler error with GOEXPERIMENT=cgocheck2 on github.com/leodido/go-urn\n * go#75610 sync/atomic: comment for Uintptr.Or incorrectly describes return value\n * go#75669 runtime: debug.decoratemappings don\u0027t work as expected\n * go#75775 runtime: build fails when run via QEMU for linux/amd64 running on linux/arm64\n * go#75777 spec: Go1.25 spec should be dated closer to actual release date\n * go#75790 crypto/internal/fips140/subtle: Go 1.25 subtle.xorBytes panic on MIPS\n * go#75832 net/url: ipv4 mapped ipv6 addresses should be valid in square brackets\n * go#75861 crypto/x509: TLS validation fails for FQDNs with trailing dot\n * go#75952 encoding/pem: regression when decoding blocks with leading garbage\n * go#75989 os: on windows RemoveAll removing directories containing read-only files errors with unlinkat ... Access is denied\n * go#76010 cmd/compile: any(func(){})==any(func(){}) does not panic but should\n * go#76029 pem/encoding: malformed line endings can cause panics\n * go#76245 mime: FormatMediaType and ParseMediaType not compatible across 1.24 to 1.25\n * go#76360 os: on windows RemoveAll removing directories containing read-only files errors with unlinkat ... Access is denied, ReOpenFile error handling followup\n * go#76392 os: package initialization hangs is Stdin is blocked\n * go#76409 crypto/tls: earlyTrafficSecret should use ClientHelloInner if ECH enabled\n * go#76620 os: on Unix, Readdirnames skips directory entries with zero inodes\n * go#76761 runtime: stack split at bad time in os/signal with Go 1.25.4 windows 386\n * go#76776 runtime: race detector crash on ppc64le\n * go#76967 cmd/compile/internal/ssa: Compile.func1(): panic during sccp while compiling \u003cfunction\u003e: runtime error: index out of range\n * go#76973 errors: errors.Join behavior changed in 1.25\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-298,SUSE-SLE-Module-Development-Tools-15-SP7-2026-298,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-298,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-298,openSUSE-SLE-15.6-2026-298",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0298-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0298-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260298-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0298-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023923.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1245878",
"url": "https://bugzilla.suse.com/1245878"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE Bug 1248082",
"url": "https://bugzilla.suse.com/1248082"
},
{
"category": "self",
"summary": "SUSE Bug 1249141",
"url": "https://bugzilla.suse.com/1249141"
},
{
"category": "self",
"summary": "SUSE Bug 1249985",
"url": "https://bugzilla.suse.com/1249985"
},
{
"category": "self",
"summary": "SUSE Bug 1251253",
"url": "https://bugzilla.suse.com/1251253"
},
{
"category": "self",
"summary": "SUSE Bug 1251254",
"url": "https://bugzilla.suse.com/1251254"
},
{
"category": "self",
"summary": "SUSE Bug 1251255",
"url": "https://bugzilla.suse.com/1251255"
},
{
"category": "self",
"summary": "SUSE Bug 1251256",
"url": "https://bugzilla.suse.com/1251256"
},
{
"category": "self",
"summary": "SUSE Bug 1251257",
"url": "https://bugzilla.suse.com/1251257"
},
{
"category": "self",
"summary": "SUSE Bug 1251258",
"url": "https://bugzilla.suse.com/1251258"
},
{
"category": "self",
"summary": "SUSE Bug 1251259",
"url": "https://bugzilla.suse.com/1251259"
},
{
"category": "self",
"summary": "SUSE Bug 1251260",
"url": "https://bugzilla.suse.com/1251260"
},
{
"category": "self",
"summary": "SUSE Bug 1251261",
"url": "https://bugzilla.suse.com/1251261"
},
{
"category": "self",
"summary": "SUSE Bug 1251262",
"url": "https://bugzilla.suse.com/1251262"
},
{
"category": "self",
"summary": "SUSE Bug 1254227",
"url": "https://bugzilla.suse.com/1254227"
},
{
"category": "self",
"summary": "SUSE Bug 1254430",
"url": "https://bugzilla.suse.com/1254430"
},
{
"category": "self",
"summary": "SUSE Bug 1254431",
"url": "https://bugzilla.suse.com/1254431"
},
{
"category": "self",
"summary": "SUSE Bug 1256816",
"url": "https://bugzilla.suse.com/1256816"
},
{
"category": "self",
"summary": "SUSE Bug 1256817",
"url": "https://bugzilla.suse.com/1256817"
},
{
"category": "self",
"summary": "SUSE Bug 1256818",
"url": "https://bugzilla.suse.com/1256818"
},
{
"category": "self",
"summary": "SUSE Bug 1256819",
"url": "https://bugzilla.suse.com/1256819"
},
{
"category": "self",
"summary": "SUSE Bug 1256820",
"url": "https://bugzilla.suse.com/1256820"
},
{
"category": "self",
"summary": "SUSE Bug 1256821",
"url": "https://bugzilla.suse.com/1256821"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47910 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47912 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58183 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58183/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58185 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58185/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58186 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58188 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58189 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61723 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61726/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61727 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61728 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61728/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61729 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61729/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61730 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61730/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61731 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61731/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68119 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68121 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68121/"
}
],
"title": "Security update for go1.25-openssl",
"tracking": {
"current_release_date": "2026-01-26T16:11:04Z",
"generator": {
"date": "2026-01-26T16:11:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0298-1",
"initial_release_date": "2026-01-26T16:11:04Z",
"revision_history": [
{
"date": "2026-01-26T16:11:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"product": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"product_id": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"product_id": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"product": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"product_id": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150600.13.9.1.i586",
"product": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.i586",
"product_id": "go1.25-openssl-1.25.6-150600.13.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.i586",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.i586",
"product_id": "go1.25-openssl-doc-1.25.6-150600.13.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"product": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"product_id": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"product_id": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"product": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"product_id": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"product": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"product_id": "go1.25-openssl-1.25.6-150600.13.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"product_id": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"product": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"product_id": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"product": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"product_id": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"product": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"product_id": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"product": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"product_id": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
},
{
"cve": "CVE-2025-47910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47910"
}
],
"notes": [
{
"category": "general",
"text": "When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47910",
"url": "https://www.suse.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "SUSE Bug 1249141 for CVE-2025-47910",
"url": "https://bugzilla.suse.com/1249141"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-47910"
},
{
"cve": "CVE-2025-47912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47912"
}
],
"notes": [
{
"category": "general",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47912",
"url": "https://www.suse.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "SUSE Bug 1251257 for CVE-2025-47912",
"url": "https://bugzilla.suse.com/1251257"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-47912"
},
{
"cve": "CVE-2025-58183",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58183"
}
],
"notes": [
{
"category": "general",
"text": "tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58183",
"url": "https://www.suse.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "SUSE Bug 1251261 for CVE-2025-58183",
"url": "https://bugzilla.suse.com/1251261"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-58183"
},
{
"cve": "CVE-2025-58185",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58185"
}
],
"notes": [
{
"category": "general",
"text": "Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58185",
"url": "https://www.suse.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "SUSE Bug 1251258 for CVE-2025-58185",
"url": "https://bugzilla.suse.com/1251258"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-58185"
},
{
"cve": "CVE-2025-58186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58186"
}
],
"notes": [
{
"category": "general",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58186",
"url": "https://www.suse.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "SUSE Bug 1251259 for CVE-2025-58186",
"url": "https://bugzilla.suse.com/1251259"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-58186"
},
{
"cve": "CVE-2025-58187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58187"
}
],
"notes": [
{
"category": "general",
"text": "Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58187",
"url": "https://www.suse.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "SUSE Bug 1251254 for CVE-2025-58187",
"url": "https://bugzilla.suse.com/1251254"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-58187"
},
{
"cve": "CVE-2025-58188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58188"
}
],
"notes": [
{
"category": "general",
"text": "Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58188",
"url": "https://www.suse.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "SUSE Bug 1251260 for CVE-2025-58188",
"url": "https://bugzilla.suse.com/1251260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58189"
}
],
"notes": [
{
"category": "general",
"text": "When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58189",
"url": "https://www.suse.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "SUSE Bug 1251255 for CVE-2025-58189",
"url": "https://bugzilla.suse.com/1251255"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61723"
}
],
"notes": [
{
"category": "general",
"text": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61723",
"url": "https://www.suse.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "SUSE Bug 1251256 for CVE-2025-61723",
"url": "https://bugzilla.suse.com/1251256"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61724"
}
],
"notes": [
{
"category": "general",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61724",
"url": "https://www.suse.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "SUSE Bug 1251262 for CVE-2025-61724",
"url": "https://bugzilla.suse.com/1251262"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-61724"
},
{
"cve": "CVE-2025-61725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61725"
}
],
"notes": [
{
"category": "general",
"text": "The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61725",
"url": "https://www.suse.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "SUSE Bug 1251253 for CVE-2025-61725",
"url": "https://bugzilla.suse.com/1251253"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-61725"
},
{
"cve": "CVE-2025-61726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61726"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61726",
"url": "https://www.suse.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "SUSE Bug 1256817 for CVE-2025-61726",
"url": "https://bugzilla.suse.com/1256817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-61726"
},
{
"cve": "CVE-2025-61727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61727"
}
],
"notes": [
{
"category": "general",
"text": "An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the SAN *.example.com.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61727",
"url": "https://www.suse.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "SUSE Bug 1254430 for CVE-2025-61727",
"url": "https://bugzilla.suse.com/1254430"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-61727"
},
{
"cve": "CVE-2025-61728",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61728"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61728",
"url": "https://www.suse.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "SUSE Bug 1256816 for CVE-2025-61728",
"url": "https://bugzilla.suse.com/1256816"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-61728"
},
{
"cve": "CVE-2025-61729",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61729"
}
],
"notes": [
{
"category": "general",
"text": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61729",
"url": "https://www.suse.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "SUSE Bug 1254431 for CVE-2025-61729",
"url": "https://bugzilla.suse.com/1254431"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-61729"
},
{
"cve": "CVE-2025-61730",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61730"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61730",
"url": "https://www.suse.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "SUSE Bug 1256821 for CVE-2025-61730",
"url": "https://bugzilla.suse.com/1256821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-61730"
},
{
"cve": "CVE-2025-61731",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61731"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61731",
"url": "https://www.suse.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "SUSE Bug 1256819 for CVE-2025-61731",
"url": "https://bugzilla.suse.com/1256819"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-61731"
},
{
"cve": "CVE-2025-68119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68119"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68119",
"url": "https://www.suse.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "SUSE Bug 1256820 for CVE-2025-68119",
"url": "https://bugzilla.suse.com/1256820"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-68119"
},
{
"cve": "CVE-2025-68121",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68121"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68121",
"url": "https://www.suse.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "SUSE Bug 1256818 for CVE-2025-68121",
"url": "https://bugzilla.suse.com/1256818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-doc-1.25.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.25-openssl-race-1.25.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T16:11:04Z",
"details": "important"
}
],
"title": "CVE-2025-68121"
}
]
}
SUSE-SU-2025:03158-1
Vulnerability from csaf_suse - Published: 2025-09-11 03:04 - Updated: 2025-09-11 03:04| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.24-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis security update of go1.24-openssl fixes the following issues:\n\nUpdate to version 1.24.6 cut from the go1.24-fips-release\nbranch at the revision tagged go1.24.6-1-openssl-fips.\nRefs jsc#SLE-18320\n\n* Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil\n salt to be passed as a hash length buffer of zeros.\n\ngo1.24.6 (released 2025-08-06) includes security fixes to the\ndatabase/sql and os/exec packages, as well as bug fixes to the\nruntime. ( boo#1236217 go1.24 release tracking)\n\nCVE-2025-47906 CVE-2025-47907:\n\n* go#74804 go#74466 boo#1247719 security: fix CVE-2025-47906 os/exec: LookPath bug: incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations\n* go#74833 go#74831 boo#1247720 security: fix CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan\n\n* go#73800 runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not\n* go#74416 runtime: use-after-free of allpSnapshot in findRunnable\n* go#74694 runtime: segfaults in runtime.(*unwinder).next\n* go#74760 os/user:nolibgcc: TestGroupIdsTestUser failures\n\ngo1.24.5 (released 2025-07-08) includes security fixes to the go\ncommand, as well as bug fixes to the compiler, the linker, the , and\nthe go command. ( boo#1236217 go1.24 release tracking)\nj\nCVE-2025-4674:\n\n* go#74381 go#74380 boo#1246118 security: fix CVE-2025-4674 cmd/go: disable support for multiple vcs in one module\n\n* go#73908 runtime: bad frame pointer during panic during duffcopy\n* go#74098 cmd/compile: regression on ppc64le bit operations\n* go#74113 cmd/go: crash on unknown GOEXPERIMENT during toolchain selection\n* go#74290 runtime: heap mspan limit is set too late, causing data race between span allocation and conservative scanning\n* go#74294 internal/trace: stress tests triggering suspected deadlock in tracer\n* go#74346 runtime: memlock not unlocked in all control flow paths in sysReserveAlignedSbrk\n* go#74363 runtime/pprof: crash \u0027cannot read stack of running goroutine\u0027 in goroutine profile\n* go#74403 cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN\n\ngo1.24.4 (released 2025-06-05) includes security fixes to the\ncrypto/x509, net/http, and os packages, as well as bug fixes to\nthe linker, the go command, and the hash/maphash and os packages.\n( boo#1236217 go1.24 release tracking)\n\nCVE-2025-22874 CVE-2025-0913 CVE-2025-4673\n* go#73700 go#73702 boo#1244158 security: fix CVE-2025-22874 crypto/x509: ExtKeyUsageAny bypasses policy validation\n* go#73720 go#73612 boo#1244157 security: fix CVE-2025-0913 os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows\n* go#73906 go#73816 boo#1244156 security: fix CVE-2025-4673 net/http: sensitive headers not cleared on cross-origin redirect\n\n* go#73570 os: Root.Mkdir creates directories with zero permissions on OpenBSD\n* go#73669 hash/maphash: hashing channels with purego impl. of maphash.Comparable panics\n* go#73678 runtime/debug: BuildSetting does not document DefaultGODEBUG\n* go#73809 cmd/go: add fips140 module selection mechanism\n* go#73832 cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3158,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3158,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3158,openSUSE-SLE-15.6-2025-3158",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03158-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03158-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503158-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03158-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041648.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236217",
"url": "https://bugzilla.suse.com/1236217"
},
{
"category": "self",
"summary": "SUSE Bug 1244156",
"url": "https://bugzilla.suse.com/1244156"
},
{
"category": "self",
"summary": "SUSE Bug 1244157",
"url": "https://bugzilla.suse.com/1244157"
},
{
"category": "self",
"summary": "SUSE Bug 1244158",
"url": "https://bugzilla.suse.com/1244158"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22874 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4673 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4673/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.24-openssl",
"tracking": {
"current_release_date": "2025-09-11T03:04:46Z",
"generator": {
"date": "2025-09-11T03:04:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03158-1",
"initial_release_date": "2025-09-11T03:04:46Z",
"revision_history": [
{
"date": "2025-09-11T03:04:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"product": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"product_id": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"product_id": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"product": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"product_id": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150600.13.9.1.i586",
"product": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.i586",
"product_id": "go1.24-openssl-1.24.6-150600.13.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.i586",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.i586",
"product_id": "go1.24-openssl-doc-1.24.6-150600.13.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"product": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"product_id": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"product_id": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"product": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"product_id": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"product": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"product_id": "go1.24-openssl-1.24.6-150600.13.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"product_id": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"product": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"product_id": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"product": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"product_id": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"product_id": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"product": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"product_id": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-0913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0913"
}
],
"notes": [
{
"category": "general",
"text": "os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0913",
"url": "https://www.suse.com/security/cve/CVE-2025-0913"
},
{
"category": "external",
"summary": "SUSE Bug 1244157 for CVE-2025-0913",
"url": "https://bugzilla.suse.com/1244157"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:04:46Z",
"details": "moderate"
}
],
"title": "CVE-2025-0913"
},
{
"cve": "CVE-2025-22874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22874"
}
],
"notes": [
{
"category": "general",
"text": "Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22874",
"url": "https://www.suse.com/security/cve/CVE-2025-22874"
},
{
"category": "external",
"summary": "SUSE Bug 1244158 for CVE-2025-22874",
"url": "https://bugzilla.suse.com/1244158"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:04:46Z",
"details": "important"
}
],
"title": "CVE-2025-22874"
},
{
"cve": "CVE-2025-4673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4673"
}
],
"notes": [
{
"category": "general",
"text": "Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4673",
"url": "https://www.suse.com/security/cve/CVE-2025-4673"
},
{
"category": "external",
"summary": "SUSE Bug 1244156 for CVE-2025-4673",
"url": "https://bugzilla.suse.com/1244156"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:04:46Z",
"details": "moderate"
}
],
"title": "CVE-2025-4673"
},
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:04:46Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:04:46Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-doc-1.24.6-150600.13.9.1.x86_64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.aarch64",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.ppc64le",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.s390x",
"openSUSE Leap 15.6:go1.24-openssl-race-1.24.6-150600.13.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T03:04:46Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:02812-1
Vulnerability from csaf_suse - Published: 2025-08-15 12:52 - Updated: 2025-08-15 12:52| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.23-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.23-openssl fixes the following issues:\n\nUpdated to go1.23.12 (released 2025-08-06) (bsc#1229122): \n - CVE-2025-4674: Fixed unexpected command execution in untrusted VCS repositories in cmd/go (bsc#1246118) \n - CVE-2025-47906: Fixed incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations in LookPath in osc/exec (bsc#1247719) \n - CVE-2025-47907: Fixed incorrect results returned from Rows.Scan in database/sql (bsc#1247720) \n\nUpdated to version 1.23.12 cut from the go1.23-fips-release\nbranch at the revision tagged go1.23.12-1-openssl-fips (jsc#SLE-18320)\n - Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil\n salt to be passed as a hash length buffer of zeros.\n \nOther fixes:\n - runtime: use-after-free of allpSnapshot in findRunnable\n - runtime: segfaults in runtime.(*unwinder).next\n - cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23\n - cmd/cgo/internal/testsanitizers: failures with signal: segmentation fault or exit status 66\n - runtime: bad frame pointer during panic during duffcopy\n - runtime: heap mspan limit is set too late, causing data race between span allocation and conservative scanning\n - internal/trace: stress tests triggering suspected deadlock in tracer\n - runtime/pprof: crash \u0027cannot read stack of running goroutine\u0027 in goroutine profile\n - cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2812,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2812,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2812,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2812,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2812,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2812,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2812,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2812,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2812,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2812,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2812,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2812,SUSE-Storage-7.1-2025-2812",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02812-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02812-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502812-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02812-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041227.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229122",
"url": "https://bugzilla.suse.com/1229122"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.23-openssl",
"tracking": {
"current_release_date": "2025-08-15T12:52:43Z",
"generator": {
"date": "2025-08-15T12:52:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02812-1",
"initial_release_date": "2025-08-15T12:52:43Z",
"revision_history": [
{
"date": "2025-08-15T12:52:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"product": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"product_id": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"product_id": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"product": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"product_id": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150000.1.18.1.i586",
"product": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.i586",
"product_id": "go1.23-openssl-1.23.12-150000.1.18.1.i586"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.i586",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.i586",
"product_id": "go1.23-openssl-doc-1.23.12-150000.1.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"product": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"product_id": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"product_id": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"product": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"product_id": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"product": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"product_id": "go1.23-openssl-1.23.12-150000.1.18.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"product_id": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"product": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"product_id": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"product": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"product_id": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"product": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"product_id": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"product": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"product_id": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T12:52:43Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T12:52:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.12-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.12-150000.1.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T12:52:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:02759-1
Vulnerability from csaf_suse - Published: 2025-08-12 12:06 - Updated: 2025-08-12 12:06| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.23",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.23 fixes the following issues:\n\n- Update to go1.23.12:\n * CVE-2025-47906: Fixed LookPath returning unexpected paths (bsc#1247719)\n * CVE-2025-47907: Fixed incorrect results returned from Rows.Scan (bsc#1247720)\n * go#74415 runtime: use-after-free of allpSnapshot in findRunnable\n * go#74693 runtime: segfaults in runtime.(*unwinder).next\n * go#74721 cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23\n * go#74726 cmd/cgo/internal/testsanitizers: failures with signal: segmentation fault or exit status 66\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2759,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2759,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2759,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2759,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2759,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2759,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2759,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2759,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2759,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2759,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2759,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2759,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2759,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2759,SUSE-Storage-7.1-2025-2759,openSUSE-SLE-15.6-2025-2759",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02759-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02759-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502759-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02759-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041184.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229122",
"url": "https://bugzilla.suse.com/1229122"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.23",
"tracking": {
"current_release_date": "2025-08-12T12:06:25Z",
"generator": {
"date": "2025-08-12T12:06:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02759-1",
"initial_release_date": "2025-08-12T12:06:25Z",
"revision_history": [
{
"date": "2025-08-12T12:06:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-150000.1.40.1.aarch64",
"product": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64",
"product_id": "go1.23-1.23.12-150000.1.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"product": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"product_id": "go1.23-doc-1.23.12-150000.1.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"product": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"product_id": "go1.23-race-1.23.12-150000.1.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-150000.1.40.1.i586",
"product": {
"name": "go1.23-1.23.12-150000.1.40.1.i586",
"product_id": "go1.23-1.23.12-150000.1.40.1.i586"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-150000.1.40.1.i586",
"product": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.i586",
"product_id": "go1.23-doc-1.23.12-150000.1.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"product": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"product_id": "go1.23-1.23.12-150000.1.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"product": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"product_id": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"product": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"product_id": "go1.23-race-1.23.12-150000.1.40.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-150000.1.40.1.s390x",
"product": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x",
"product_id": "go1.23-1.23.12-150000.1.40.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"product": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"product_id": "go1.23-doc-1.23.12-150000.1.40.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"product": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"product_id": "go1.23-race-1.23.12-150000.1.40.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-150000.1.40.1.x86_64",
"product": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64",
"product_id": "go1.23-1.23.12-150000.1.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"product": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"product_id": "go1.23-doc-1.23.12-150000.1.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"product": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"product_id": "go1.23-race-1.23.12-150000.1.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-150000.1.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-150000.1.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-150000.1.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-150000.1.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T12:06:25Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.12-150000.1.40.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.12-150000.1.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T12:06:25Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:02760-1
Vulnerability from csaf_suse - Published: 2025-08-12 12:08 - Updated: 2025-08-12 12:08| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.24",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.24 fixes the following issues:\n\n- Update to go1.24.6: \n * CVE-2025-47906: Fixed LookPath returning unexpected paths (bsc#1247719)\n * CVE-2025-47907: Fixed incorrect results returned from Rows.Scan (bsc#1247720)\n * go#73800 runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not\n * go#74416 runtime: use-after-free of allpSnapshot in findRunnable\n * go#74694 runtime: segfaults in runtime.(*unwinder).next\n * go#74760 os/user:nolibgcc: TestGroupIdsTestUser failures\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2760,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2760,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2760,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2760,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2760,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2760,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2760,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2760,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2760,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2760,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2760,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2760,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2760,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2760,SUSE-Storage-7.1-2025-2760,openSUSE-SLE-15.6-2025-2760",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02760-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02760-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502760-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02760-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041183.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236217",
"url": "https://bugzilla.suse.com/1236217"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.24",
"tracking": {
"current_release_date": "2025-08-12T12:08:24Z",
"generator": {
"date": "2025-08-12T12:08:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02760-1",
"initial_release_date": "2025-08-12T12:08:24Z",
"revision_history": [
{
"date": "2025-08-12T12:08:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-150000.1.32.1.aarch64",
"product": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64",
"product_id": "go1.24-1.24.6-150000.1.32.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"product": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"product_id": "go1.24-doc-1.24.6-150000.1.32.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"product": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"product_id": "go1.24-race-1.24.6-150000.1.32.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-150000.1.32.1.i586",
"product": {
"name": "go1.24-1.24.6-150000.1.32.1.i586",
"product_id": "go1.24-1.24.6-150000.1.32.1.i586"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-150000.1.32.1.i586",
"product": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.i586",
"product_id": "go1.24-doc-1.24.6-150000.1.32.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"product": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"product_id": "go1.24-1.24.6-150000.1.32.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"product": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"product_id": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"product": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"product_id": "go1.24-race-1.24.6-150000.1.32.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-150000.1.32.1.s390x",
"product": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x",
"product_id": "go1.24-1.24.6-150000.1.32.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"product": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"product_id": "go1.24-doc-1.24.6-150000.1.32.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"product": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"product_id": "go1.24-race-1.24.6-150000.1.32.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-150000.1.32.1.x86_64",
"product": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64",
"product_id": "go1.24-1.24.6-150000.1.32.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"product": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"product_id": "go1.24-doc-1.24.6-150000.1.32.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"product": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"product_id": "go1.24-race-1.24.6-150000.1.32.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-150000.1.32.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-150000.1.32.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-150000.1.32.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-150000.1.32.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T12:08:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-race-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-doc-1.24.6-150000.1.32.1.x86_64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.aarch64",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.ppc64le",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.s390x",
"openSUSE Leap 15.6:go1.24-race-1.24.6-150000.1.32.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T12:08:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:02837-1
Vulnerability from csaf_suse - Published: 2025-08-18 08:35 - Updated: 2025-08-18 08:35| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.24-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.24-openssl fixes the following issues:\n\nUpdated to go1.24.6 (released 2025-08-06) (bsc#1236217):\n - CVE-2025-4674: Fixed unexpected command execution in untrusted VCS repositories in cmd/go (bsc#1246118)\n - CVE-2025-47906: Fixed incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations in LookPath in osc/exec (bsc#1247719)\n - CVE-2025-47907: Fixed incorrect results returned from Rows.Scan in database/sql (bsc#1247720)\n\nUpdated to version 1.24.6 cut from the go1.24-fips-release\nbranch at the revision tagged go1.24.6-1-openssl-fips. (jsc#SLE-18320)\n- Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil\n salt to be passed as a hash length buffer of zeros.\n \nOther fixes:\n - cmd/compile: regression on ppc64le bit operations\n - cmd/go: crash on unknown GOEXPERIMENT during toolchain selection\n - cmd/link: duplicated definition of symbol github.com/ebitengine/purego.syscall15XABI0 when running with ASAN\n - internal/trace: stress tests triggering suspected deadlock in tracer\n - os/user:nolibgcc: TestGroupIdsTestUser failures\n - runtime/pprof: crash \u0027cannot read stack of running goroutine\u0027 in goroutine profile\n - runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not\n - runtime: bad frame pointer during panic during duffcopy\n - runtime: heap mspan limit is set too late, causing data race between span allocation and conservative scanning\n - runtime: memlock not unlocked in all control flow paths in sysReserveAlignedSbrk\n - runtime: segfaults in runtime.(*unwinder).next\n - runtime: use-after-free of allpSnapshot in findRunnable\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2837,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2837,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2837,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2837,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2837,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2837,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2837,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2837,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2837,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2837,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2837,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2837,SUSE-Storage-7.1-2025-2837",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02837-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02837-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502837-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02837-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041246.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236217",
"url": "https://bugzilla.suse.com/1236217"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.24-openssl",
"tracking": {
"current_release_date": "2025-08-18T08:35:56Z",
"generator": {
"date": "2025-08-18T08:35:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02837-1",
"initial_release_date": "2025-08-18T08:35:56Z",
"revision_history": [
{
"date": "2025-08-18T08:35:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"product": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"product_id": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"product_id": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"product": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"product_id": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150000.1.12.1.i586",
"product": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.i586",
"product_id": "go1.24-openssl-1.24.6-150000.1.12.1.i586"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.i586",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.i586",
"product_id": "go1.24-openssl-doc-1.24.6-150000.1.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"product": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"product_id": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"product_id": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"product": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"product_id": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"product": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"product_id": "go1.24-openssl-1.24.6-150000.1.12.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"product_id": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"product": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"product_id": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"product": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"product_id": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"product": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"product_id": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"product": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"product_id": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
},
"product_reference": "go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T08:35:56Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T08:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-doc-1.24.6-150000.1.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.24-openssl-race-1.24.6-150000.1.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T08:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
SUSE-SU-2025:03115-1
Vulnerability from csaf_suse - Published: 2025-09-09 10:37 - Updated: 2025-09-09 10:37| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25-openssl fixes the following issues:\n\n\nUpdate to version 1.25.0 cut from the go1.25-fips-release\nbranch at the revision tagged go1.25.0-1-openssl-fips.\n( jsc#SLE-18320 )\n\n * Rebase to 1.25.0\n * Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil\n salt to be passed as a hash length buffer of zeros.\n\ngo1.25 (released 2025-08-12) is a major release of Go.\ngo1.25.x minor releases will be provided through August 2026.\nhttps://github.com/golang/go/wiki/Go-Release-Cycle\n\ngo1.25 arrives six months after Go 1.24. Most of its changes are\nin the implementation of the toolchain, runtime, and\nlibraries. As always, the release maintains the Go 1 promise of\ncompatibility. We expect almost all Go programs to continue to\ncompile and run as before.\n\n( bsc#1244485 go1.25 release tracking )\n\n * Language changes: There are no languages changes that affect Go\n programs in Go 1.25. However, in the language specification the\n notion of core types has been removed in favor of dedicated\n prose. See the respective blog post for more information.\n * go command: The go build -asan option now defaults to doing\n leak detection at program exit. This will report an error if\n memory allocated by C is not freed and is not referenced by any\n other memory allocated by either C or Go. These new error\n reports may be disabled by setting ASAN_OPTIONS=detect_leaks=0\n in the environment when running the program.\n * go command: The Go distribution will include fewer prebuilt\n tool binaries. Core toolchain binaries such as the compiler and\n linker will still be included, but tools not invoked by build\n or test operations will be built and run by go tool as needed.\n * go command: The new go.mod ignore directive can be used to\n specify directories the go command should ignore. Files in\n these directories and their subdirectories will be ignored by\n the go command when matching package patterns, such as all or\n ./..., but will still be included in module zip files.\n * go command: The new go doc -http option will start a\n documentation server showing documentation for the requested\n object, and open the documentation in a browser window.\n * go command: The new go version -m -json option will print the\n JSON encodings of the runtime/debug.BuildInfo structures\n embedded in the given Go binary files.\n * go command: The go command now supports using a subdirectory of\n a repository as the path for a module root, when resolving a\n module path using the syntax \u003cmeta name=\u0027go-import\u0027\n content=\u0027root-path vcs repo-url subdir\u0027\u003e to indicate that the\n root-path corresponds to the subdir of the repo-url with\n version control system vcs.\n * go command: The new work package pattern matches all packages\n in the work (formerly called main) modules: either the single\n work module in module mode or the set of workspace modules in\n workspace mode.\n * go command: When the go command updates the go line in a go.mod\n or go.work file, it no longer adds a toolchain line specifying\n the command\u2019s current version.\n * go vet: The go vet command includes new analyzers:\n * go vet: waitgroup reports misplaced calls to\n sync.WaitGroup.Add;\n * go vet: hostport reports uses of fmt.Sprintf(\u0027%s:%d\u0027, host,\n port) to construct addresses for net.Dial, as these will not\n work with IPv6; instead it suggests using net.JoinHostPort.\n * Runtime: Container-aware GOMAXPROCS. The default behavior of\n the GOMAXPROCS has changed. In prior versions of Go, GOMAXPROCS\n defaults to the number of logical CPUs available at startup\n (runtime.NumCPU). Go 1.25 introduces two changes: On Linux, the\n runtime considers the CPU bandwidth limit of the cgroup\n containing the process, if any. If the CPU bandwidth limit is\n lower than the number of logical CPUs available, GOMAXPROCS\n will default to the lower limit. In container runtime systems\n like Kubernetes, cgroup CPU bandwidth limits generally\n correspond to the \u201cCPU limit\u201d option. The Go runtime does not\n consider the \u201cCPU requests\u201d option. On all OSes, the runtime\n periodically updates GOMAXPROCS if the number of logical CPUs\n available or the cgroup CPU bandwidth limit change. Both of\n these behaviors are automatically disabled if GOMAXPROCS is set\n manually via the GOMAXPROCS environment variable or a call to\n runtime.GOMAXPROCS. They can also be disabled explicitly with\n the GODEBUG settings containermaxprocs=0 and updatemaxprocs=0,\n respectively. In order to support reading updated cgroup\n limits, the runtime will keep cached file descriptors for the\n cgroup files for the duration of the process lifetime.\n * Runtime: garbage collector: A new garbage collector is now\n available as an experiment. This garbage collector\u2019s design\n improves the performance of marking and scanning small objects\n through better locality and CPU scalability. Benchmark result\n vary, but we expect somewhere between a 10\u201440% reduction in\n garbage collection overhead in real-world programs that heavily\n use the garbage collector. The new garbage collector may be\n enabled by setting GOEXPERIMENT=greenteagc at build time. We\n expect the design to continue to evolve and improve. To that\n end, we encourage Go developers to try it out and report back\n their experiences. See the GitHub issue for more details on the\n design and instructions for sharing feedback.\n * Runtime: trace flight recorder: Runtime execution traces have\n long provided a powerful, but expensive way to understand and\n debug the low-level behavior of an application. Unfortunately,\n because of their size and the cost of continuously writing an\n execution trace, they were generally impractical for debugging\n rare events. The new runtime/trace.FlightRecorder API provides\n a lightweight way to capture a runtime execution trace by\n continuously recording the trace into an in-memory ring\n buffer. When a significant event occurs, a program can call\n FlightRecorder.WriteTo to snapshot the last few seconds of the\n trace to a file. This approach produces a much smaller trace by\n enabling applications to capture only the traces that matter.\n The length of time and amount of data captured by a\n FlightRecorder may be configured within the\n FlightRecorderConfig.\n * Runtime: Change to unhandled panic output: The message printed\n when a program exits due to an unhandled panic that was\n recovered and repanicked no longer repeats the text of the\n panic value.\n * Runtime: VMA names on Linux: On Linux systems with kernel\n support for anonymous virtual memory area (VMA) names\n (CONFIG_ANON_VMA_NAME), the Go runtime will annotate anonymous\n memory mappings with context about their purpose. e.g., [anon:\n Go: heap] for heap memory. This can be disabled with the\n GODEBUG setting decoratemappings=0.\n * Compiler: nil pointer bug: This release fixes a compiler bug,\n introduced in Go 1.21, that could incorrectly delay nil pointer\n checks.\n * Compiler: DWARF5 support: The compiler and linker in Go 1.25\n now generate debug information using DWARF version 5. The newer\n DWARF version reduces the space required for debugging\n information in Go binaries, and reduces the time for linking,\n especially for large Go binaries. DWARF 5 generation can be\n disabled by setting the environment variable\n GOEXPERIMENT=nodwarf5 at build time (this fallback may be\n removed in a future Go release).\n * Compiler: Faster slices: The compiler can now allocate the\n backing store for slices on the stack in more situations, which\n improves performance. This change has the potential to amplify\n the effects of incorrect unsafe.Pointer usage, see for example\n issue 73199. In order to track down these problems, the bisect\n tool can be used to find the allocation causing trouble using\n the -compile=variablemake flag. All such new stack allocations\n can also be turned off using\n -gcflags=all=-d=variablemakehash=n.\n * Linker: The linker now accepts a -funcalign=N command line\n option, which specifies the alignment of function entries. The\n default value is platform-dependent, and is unchanged in this\n release.\n * Standard library: testing/synctest: The new testing/synctest\n package provides support for testing concurrent code. This\n package was first available in Go 1.24 under\n GOEXPERIMENT=synctest, with a slightly different API. The\n experiment has now graduated to general availability. The old\n API is still present if GOEXPERIMENT=synctest is set, but will\n be removed in Go 1.26.\n * Standard library: testing/synctest: The Test function runs a\n test function in an isolated \u201cbubble\u201d. Within the bubble, time\n is virtualized: time package functions operate on a fake clock\n and the clock moves forward instantaneously if all goroutines\n in the bubble are blocked.\n * Standard library: testing/synctest: The Wait function waits for\n all goroutines in the current bubble to block.\n * Standard library: encoding/json/v2: Go 1.25 includes a new,\n experimental JSON implementation, which can be enabled by\n setting the environment variable GOEXPERIMENT=jsonv2 at build\n time. When enabled, two new packages are available: The\n encoding/json/v2 package is a major revision of the\n encoding/json package. The encoding/json/jsontext package\n provides lower-level processing of JSON syntax. In addition,\n when the \u201cjsonv2\u201d GOEXPERIMENT is enabled: The encoding/json\n package uses the new JSON implementation. Marshaling and\n unmarshaling behavior is unaffected, but the text of errors\n returned by package function may change. The encoding/json\n package contains a number of new options which may be used to\n configure the marshaler and unmarshaler. The new implementation\n performs substantially better than the existing one under many\n scenarios. In general, encoding performance is at parity\n between the implementations and decoding is substantially\n faster in the new one. See the\n github.com/go-json-experiment/jsonbench repository for more\n detailed analysis. We encourage users of encoding/json to test\n their programs with GOEXPERIMENT=jsonv2 enabled to help detect\n any compatibility issues with the new implementation. We expect\n the design of encoding/json/v2 to continue to evolve. We\n encourage developers to try out the new API and provide\n feedback on the proposal issue.\n * archive/tar: The Writer.AddFS implementation now supports\n symbolic links for filesystems that implement io/fs.ReadLinkFS.\n * encoding/asn1: Unmarshal and UnmarshalWithParams now parse the\n ASN.1 types T61String and BMPString more consistently. This may\n result in some previously accepted malformed encodings now\n being rejected.\n * crypto: MessageSigner is a new signing interface that can be\n implemented by signers that wish to hash the message to be\n signed themselves. A new function is also introduced,\n SignMessage, which attempts to upgrade a Signer interface to\n MessageSigner, using the MessageSigner.SignMessage method if\n successful, and Signer.Sign if not. This can be used when code\n wishes to support both Signer and MessageSigner.\n * crypto: Changing the fips140 GODEBUG setting after the program\n has started is now a no-op. Previously, it was documented as\n not allowed, and could cause a panic if changed.\n * crypto: SHA-1, SHA-256, and SHA-512 are now slower on amd64\n when AVX2 instructions are not available. All server processors\n (and most others) produced since 2015 support AVX2.\n * crypto/ecdsa: The new ParseRawPrivateKey,\n ParseUncompressedPublicKey, PrivateKey.Bytes, and\n PublicKey.Bytes functions and methods implement low-level\n encodings, replacing the need to use crypto/elliptic or\n math/big functions and methods.\n * crypto/ecdsa: When FIPS 140-3 mode is enabled, signing is now\n four times faster, matching the performance of non-FIPS mode.\n * crypto/ed25519: When FIPS 140-3 mode is enabled, signing is now\n four times faster, matching the performance of non-FIPS mode.\n * crypto/elliptic: The hidden and undocumented Inverse and\n CombinedMult methods on some Curve implementations have been\n removed.\n * crypto/rsa: PublicKey no longer claims that the modulus value\n is treated as secret. VerifyPKCS1v15 and VerifyPSS already\n warned that all inputs are public and could be leaked, and\n there are mathematical attacks that can recover the modulus\n from other public values.\n * crypto/rsa: Key generation is now three times faster.\n * crypto/sha1: Hashing is now two times faster on amd64 when\n SHA-NI instructions are available.\n * crypto/sha3: The new SHA3.Clone method implements hash.Cloner.\n * crypto/sha3: Hashing is now two times faster on Apple M\n processors.\n * crypto/tls: The new ConnectionState.CurveID field exposes the\n key exchange mechanism used to establish the connection.\n * crypto/tls: The new Config.GetEncryptedClientHelloKeys callback\n can be used to set the EncryptedClientHelloKeys for a server to\n use when a client sends an Encrypted Client Hello extension.\n * crypto/tls: SHA-1 signature algorithms are now disallowed in\n TLS 1.2 handshakes, per RFC 9155. They can be re-enabled with\n the GODEBUG setting tlssha1=1.\n * crypto/tls: When FIPS 140-3 mode is enabled, Extended Master\n Secret is now required in TLS 1.2, and Ed25519 and\n X25519MLKEM768 are now allowed.\n * crypto/tls: TLS servers now prefer the highest supported\n protocol version, even if it isn\u2019t the client\u2019s most preferred\n protocol version.\n * crypto/tls: Both TLS clients and servers are now stricter in\n following the specifications and in rejecting off-spec\n behavior. Connections with compliant peers should be\n unaffected.\n * crypto/x509: CreateCertificate, CreateCertificateRequest, and\n CreateRevocationList can now accept a crypto.MessageSigner\n signing interface as well as crypto.Signer. This allows these\n functions to use signers which implement \u201cone-shot\u201d signing\n interfaces, where hashing is done as part of the signing\n operation, instead of by the caller.\n * crypto/x509: CreateCertificate now uses truncated SHA-256 to\n populate the SubjectKeyId if it is missing. The GODEBUG setting\n x509sha256skid=0 reverts to SHA-1.\n * crypto/x509: ParseCertificate now rejects certificates which\n contain a BasicConstraints extension that contains a negative\n pathLenConstraint.\n * crypto/x509: ParseCertificate now handles strings encoded with\n the ASN.1 T61String and BMPString types more consistently. This\n may result in some previously accepted malformed encodings now\n being rejected.\n * debug/elf: The debug/elf package adds two new constants:\n PT_RISCV_ATTRIBUTES and SHT_RISCV_ATTRIBUTES for RISC-V ELF\n parsing.\n * go/ast: The FilterPackage, PackageExports, and\n MergePackageFiles functions, and the MergeMode type and its\n constants, are all deprecated, as they are for use only with\n the long-deprecated Object and Package machinery.\n * go/ast: The new PreorderStack function, like Inspect, traverses\n a syntax tree and provides control over descent into subtrees,\n but as a convenience it also provides the stack of enclosing\n nodes at each point.\n * go/parser: The ParseDir function is deprecated.\n * go/token: The new FileSet.AddExistingFiles method enables\n existing Files to be added to a FileSet, or a FileSet to be\n constructed for an arbitrary set of Files, alleviating the\n problems associated with a single global FileSet in long-lived\n applications.\n * go/types: Var now has a Var.Kind method that classifies the\n variable as one of: package-level, receiver, parameter, result,\n local variable, or a struct field.\n * go/types: The new LookupSelection function looks up the field\n or method of a given name and receiver type, like the existing\n LookupFieldOrMethod function, but returns the result in the\n form of a Selection.\n * hash: The new XOF interface can be implemented by \u201cextendable\n output functions\u201d, which are hash functions with arbitrary or\n unlimited output length such as SHAKE.\n * hash: Hashes implementing the new Cloner interface can return a\n copy of their state. All standard library Hash implementations\n now implement Cloner.\n * hash/maphash: The new Hash.Clone method implements hash.Cloner.\n * io/fs: A new ReadLinkFS interface provides the ability to read\n symbolic links in a filesystem.\n * log/slog: GroupAttrs creates a group Attr from a slice of Attr\n values.\n * log/slog: Record now has a Source method, returning its source\n location or nil if unavailable.\n * mime/multipart: The new helper function FileContentDisposition\n builds multipart Content-Disposition header fields.\n * net: LookupMX and Resolver.LookupMX now return DNS names that\n look like valid IP address, as well as valid domain\n names. Previously if a name server returned an IP address as a\n DNS name, LookupMX would discard it, as required by the\n RFCs. However, name servers in practice do sometimes return IP\n addresses.\n * net: On Windows, ListenMulticastUDP now supports IPv6\n addresses.\n * net: On Windows, it is now possible to convert between an\n os.File and a network connection. Specifcally, the FileConn,\n FilePacketConn, and FileListener functions are now implemented,\n and return a network connection or listener corresponding to an\n open file. Similarly, the File methods of TCPConn, UDPConn,\n UnixConn, IPConn, TCPListener, and UnixListener are now\n implemented, and return the underlying os.File of a network\n connection.\n * net/http: The new CrossOriginProtection implements protections\n against Cross-Site Request Forgery (CSRF) by rejecting non-safe\n cross-origin browser requests. It uses modern browser Fetch\n metadata, doesn\u2019t require tokens or cookies, and supports\n origin-based and pattern-based bypasses.\n * os: On Windows, NewFile now supports handles opened for\n asynchronous I/O (that is, syscall.FILE_FLAG_OVERLAPPED is\n specified in the syscall.CreateFile call). These handles are\n associated with the Go runtime\u2019s I/O completion port, which\n provides the following benefits for the resulting File: I/O\n methods (File.Read, File.Write, File.ReadAt, and File.WriteAt)\n do not block an OS thread. Deadline methods (File.SetDeadline,\n File.SetReadDeadline, and File.SetWriteDeadline) are\n supported. This enhancement is especially beneficial for\n applications that communicate via named pipes on Windows. Note\n that a handle can only be associated with one completion port\n at a time. If the handle provided to NewFile is already\n associated with a completion port, the returned File is\n downgraded to synchronous I/O mode. In this case, I/O methods\n will block an OS thread, and the deadline methods have no\n effect.\n * os: The filesystems returned by DirFS and Root.FS implement the\n new io/fs.ReadLinkFS interface. CopyFS supports symlinks when\n copying filesystems that implement io/fs.ReadLinkFS. The Root\n type supports the following additional methods: Root.Chmod,\n Root.Chown, Root.Chtimes, Root.Lchown, Root.Link,\n Root.MkdirAll, Root.ReadFile, Root.Readlink, Root.RemoveAll,\n Root.Rename, Root.Symlink, and Root.WriteFile.\n * reflect: The new TypeAssert function permits converting a Value\n directly to a Go value of the given type. This is like using a\n type assertion on the result of Value.Interface, but avoids\n unnecessary memory allocations.\n * regexp/syntax: The \\p{name} and \\P{name} character class\n syntaxes now accept the names Any, ASCII, Assigned, Cn, and LC,\n as well as Unicode category aliases like \\p{Letter} for\n \\pL. Following Unicode TR18, they also now use case-insensitive\n name lookups, ignoring spaces, underscores, and hyphens.\n * runtime: Cleanup functions scheduled by AddCleanup are now\n executed concurrently and in parallel, making cleanups more\n viable for heavy use like the unique package. Note that\n individual cleanups should still shunt their work to a new\n goroutine if they must execute or block for a long time to\n avoid blocking the cleanup queue.\n * runtime: A new GODEBUG=checkfinalizers=1 setting helps find\n common issues with finalizers and cleanups, such as those\n described in the GC guide. In this mode, the runtime runs\n diagnostics on each garbage collection cycle, and will also\n regularly report the finalizer and cleanup queue lengths to\n stderr to help identify issues with long-running finalizers\n and/or cleanups. See the GODEBUG documentation for more\n details.\n * runtime: The new SetDefaultGOMAXPROCS function sets GOMAXPROCS\n to the runtime default value, as if the GOMAXPROCS environment\n variable is not set. This is useful for enabling the new\n GOMAXPROCS default if it has been disabled by the GOMAXPROCS\n environment variable or a prior call to GOMAXPROCS.\n * runtime/pprof: The mutex profile for contention on\n runtime-internal locks now correctly points to the end of the\n critical section that caused the delay. This matches the\n profile\u2019s behavior for contention on sync.Mutex values. The\n runtimecontentionstacks setting for GODEBUG, which allowed\n opting in to the unusual behavior of Go 1.22 through 1.24 for\n this part of the profile, is now gone.\n * sync: The new WaitGroup.Go method makes the common pattern of\n creating and counting goroutines more convenient.\n * testing: The new methods T.Attr, B.Attr, and F.Attr emit an\n attribute to the test log. An attribute is an arbitrary key and\n value associated with a test.\n * testing: With the -json flag, attributes appear as a new \u201cattr\u201d\n action.\n * testing: The new Output method of T, B and F provides an\n io.Writer that writes to the same test output stream as\n TB.Log. Like TB.Log, the output is indented, but it does not\n include the file and line number.\n * testing: The AllocsPerRun function now panics if parallel tests\n are running. The result of AllocsPerRun is inherently flaky if\n other tests are running. The new panicking behavior helps catch\n such bugs.\n * testing/fstest: MapFS implements the new io/fs.ReadLinkFS\n interface. TestFS will verify the functionality of the\n io/fs.ReadLinkFS interface if implemented. TestFS will no\n longer follow symlinks to avoid unbounded recursion.\n * unicode: The new CategoryAliases map provides access to\n category alias names, such as \u201cLetter\u201d for \u201cL\u201d.\n * unicode: The new categories Cn and LC define unassigned\n codepoints and cased letters, respectively. These have always\n been defined by Unicode but were inadvertently omitted in\n earlier versions of Go. The C category now includes Cn, meaning\n it has added all unassigned code points.\n * unique: The unique package now reclaims interned values more\n eagerly, more efficiently, and in parallel. As a consequence,\n applications using Make are now less likely to experience\n memory blow-up when lots of truly unique values are interned.\n * unique: Values passed to Make containing Handles previously\n required multiple garbage collection cycles to collect,\n proportional to the depth of the chain of Handle values. Now,\n once unused, they are collected promptly in a single cycle.\n * Darwin port: As announced in the Go 1.24 release notes, Go 1.25\n requires macOS 12 Monterey or later. Support for previous\n versions has been discontinued.\n * Windows port: Go 1.25 is the last release that contains the\n broken 32-bit windows/arm port (GOOS=windows GOARCH=arm). It\n will be removed in Go 1.26.\n * Loong64 port: The linux/loong64 port now supports the race\n detector, gathering traceback information from C code using\n runtime.SetCgoTraceback, and linking cgo programs with the\n internal link mode.\n * RISC-V port: The linux/riscv64 port now supports the plugin\n build mode.\n * RISC-V port: The GORISCV64 environment variable now accepts a\n new value rva23u64, which selects the RVA23U64 user-mode\n application profile.\n\nFixed during development:\n\n * go#74466 bsc#1247719 security: fix CVE-2025-47906 os/exec: LookPath bug: incorrect expansion of \u0027\u0027, \u0027.\u0027 and \u0027..\u0027 in some PATH configurations\n * go#74831 bsc#1247720 security: fix CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan\n\n CVE-2025-4674\n * go#74380 bsc#1246118 security: fix CVE-2025-4674 cmd/go: disable support for multiple vcs in one module\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3115,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3115,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3115,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3115,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3115,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3115,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3115,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3115,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3115,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3115,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3115,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3115,SUSE-Storage-7.1-2025-3115",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03115-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03115-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503115-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03115-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041548.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1246118",
"url": "https://bugzilla.suse.com/1246118"
},
{
"category": "self",
"summary": "SUSE Bug 1247719",
"url": "https://bugzilla.suse.com/1247719"
},
{
"category": "self",
"summary": "SUSE Bug 1247720",
"url": "https://bugzilla.suse.com/1247720"
},
{
"category": "self",
"summary": "SUSE Bug 1247816",
"url": "https://bugzilla.suse.com/1247816"
},
{
"category": "self",
"summary": "SUSE Bug 1248082",
"url": "https://bugzilla.suse.com/1248082"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4674 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "Security update for go1.25-openssl",
"tracking": {
"current_release_date": "2025-09-09T10:37:38Z",
"generator": {
"date": "2025-09-09T10:37:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03115-1",
"initial_release_date": "2025-09-09T10:37:38Z",
"revision_history": [
{
"date": "2025-09-09T10:37:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"product": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"product_id": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"product_id": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"product": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"product_id": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150000.1.3.1.i586",
"product": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.i586",
"product_id": "go1.25-openssl-1.25.0-150000.1.3.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.i586",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.i586",
"product_id": "go1.25-openssl-doc-1.25.0-150000.1.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"product": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"product_id": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"product_id": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"product": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"product_id": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"product": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"product_id": "go1.25-openssl-1.25.0-150000.1.3.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"product_id": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"product": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"product_id": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"product": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"product_id": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"product": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"product_id": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"product": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"product_id": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4674"
}
],
"notes": [
{
"category": "general",
"text": "The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \"go get\", are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4674",
"url": "https://www.suse.com/security/cve/CVE-2025-4674"
},
{
"category": "external",
"summary": "SUSE Bug 1246118 for CVE-2025-4674",
"url": "https://bugzilla.suse.com/1246118"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-09T10:37:38Z",
"details": "important"
}
],
"title": "CVE-2025-4674"
},
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-09T10:37:38Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-doc-1.25.0-150000.1.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-openssl-race-1.25.0-150000.1.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-09T10:37:38Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
FKIE_CVE-2025-47907
Vulnerability from fkie_nvd - Published: 2025-08-07 16:15 - Updated: 2026-01-29 19:11| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/693735 | Patch | |
| security@golang.org | https://go.dev/issue/74831 | Issue Tracking, Third Party Advisory | |
| security@golang.org | https://groups.google.com/g/golang-announce/c/x5MKroML2yM | Mailing List, Release Notes | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2025-3849 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/08/06/1 | Mailing List, Release Notes |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "6B868FEB-2BCB-4816-B575-BEF1ADD15C5F",
"versionEndExcluding": "1.23.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "21442DAA-1345-47FB-8DA6-2589ABB8CB08",
"versionEndExcluding": "1.24.6",
"versionStartIncluding": "1.24.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error."
},
{
"lang": "es",
"value": "Cancelar una consulta (p. ej., cancelando el contexto pasado a uno de los m\u00e9todos de consulta) durante una llamada al m\u00e9todo Scan de las filas devueltas puede generar resultados inesperados si se realizan otras consultas en paralelo. Esto puede generar una condici\u00f3n de ejecuci\u00f3n que sobrescriba los resultados esperados con los de otra consulta, provocando que la llamada a Scan devuelva resultados inesperados de la otra consulta o un error."
}
],
"id": "CVE-2025-47907",
"lastModified": "2026-01-29T19:11:50.670",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 4.7,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-08-07T16:15:30.357",
"references": [
{
"source": "security@golang.org",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/693735"
},
{
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://go.dev/issue/74831"
},
{
"source": "security@golang.org",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "http://www.openwall.com/lists/oss-security/2025/08/06/1"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-362"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
OPENSUSE-SU-2025:15423-1
Vulnerability from csaf_opensuse - Published: 2025-08-08 00:00 - Updated: 2025-08-08 00:00| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.24-1.24.6-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.24-1.24.6-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15423",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15423-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "go1.24-1.24.6-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-08T00:00:00Z",
"generator": {
"date": "2025-08-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15423-1",
"initial_release_date": "2025-08-08T00:00:00Z",
"revision_history": [
{
"date": "2025-08-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-1.1.aarch64",
"product": {
"name": "go1.24-1.24.6-1.1.aarch64",
"product_id": "go1.24-1.24.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-1.1.aarch64",
"product": {
"name": "go1.24-doc-1.24.6-1.1.aarch64",
"product_id": "go1.24-doc-1.24.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.6-1.1.aarch64",
"product": {
"name": "go1.24-libstd-1.24.6-1.1.aarch64",
"product_id": "go1.24-libstd-1.24.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-1.1.aarch64",
"product": {
"name": "go1.24-race-1.24.6-1.1.aarch64",
"product_id": "go1.24-race-1.24.6-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-1.1.ppc64le",
"product": {
"name": "go1.24-1.24.6-1.1.ppc64le",
"product_id": "go1.24-1.24.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-1.1.ppc64le",
"product": {
"name": "go1.24-doc-1.24.6-1.1.ppc64le",
"product_id": "go1.24-doc-1.24.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.6-1.1.ppc64le",
"product": {
"name": "go1.24-libstd-1.24.6-1.1.ppc64le",
"product_id": "go1.24-libstd-1.24.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-1.1.ppc64le",
"product": {
"name": "go1.24-race-1.24.6-1.1.ppc64le",
"product_id": "go1.24-race-1.24.6-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-1.1.s390x",
"product": {
"name": "go1.24-1.24.6-1.1.s390x",
"product_id": "go1.24-1.24.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-1.1.s390x",
"product": {
"name": "go1.24-doc-1.24.6-1.1.s390x",
"product_id": "go1.24-doc-1.24.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.6-1.1.s390x",
"product": {
"name": "go1.24-libstd-1.24.6-1.1.s390x",
"product_id": "go1.24-libstd-1.24.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-1.1.s390x",
"product": {
"name": "go1.24-race-1.24.6-1.1.s390x",
"product_id": "go1.24-race-1.24.6-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.24-1.24.6-1.1.x86_64",
"product": {
"name": "go1.24-1.24.6-1.1.x86_64",
"product_id": "go1.24-1.24.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-doc-1.24.6-1.1.x86_64",
"product": {
"name": "go1.24-doc-1.24.6-1.1.x86_64",
"product_id": "go1.24-doc-1.24.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-libstd-1.24.6-1.1.x86_64",
"product": {
"name": "go1.24-libstd-1.24.6-1.1.x86_64",
"product_id": "go1.24-libstd-1.24.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.24-race-1.24.6-1.1.x86_64",
"product": {
"name": "go1.24-race-1.24.6-1.1.x86_64",
"product_id": "go1.24-race-1.24.6-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64"
},
"product_reference": "go1.24-1.24.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le"
},
"product_reference": "go1.24-1.24.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x"
},
"product_reference": "go1.24-1.24.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-1.24.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64"
},
"product_reference": "go1.24-1.24.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64"
},
"product_reference": "go1.24-doc-1.24.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le"
},
"product_reference": "go1.24-doc-1.24.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x"
},
"product_reference": "go1.24-doc-1.24.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-doc-1.24.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64"
},
"product_reference": "go1.24-doc-1.24.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64"
},
"product_reference": "go1.24-libstd-1.24.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le"
},
"product_reference": "go1.24-libstd-1.24.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x"
},
"product_reference": "go1.24-libstd-1.24.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-libstd-1.24.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64"
},
"product_reference": "go1.24-libstd-1.24.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64"
},
"product_reference": "go1.24-race-1.24.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le"
},
"product_reference": "go1.24-race-1.24.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x"
},
"product_reference": "go1.24-race-1.24.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.24-race-1.24.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
},
"product_reference": "go1.24-race-1.24.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-doc-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-libstd-1.24.6-1.1.x86_64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.aarch64",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.ppc64le",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.s390x",
"openSUSE Tumbleweed:go1.24-race-1.24.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15466-1
Vulnerability from csaf_opensuse - Published: 2025-08-19 00:00 - Updated: 2025-08-19 00:00{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "polaris-10.1.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the polaris-10.1.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15466",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15466-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "polaris-10.1.1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-19T00:00:00Z",
"generator": {
"date": "2025-08-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15466-1",
"initial_release_date": "2025-08-19T00:00:00Z",
"revision_history": [
{
"date": "2025-08-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "polaris-10.1.1-1.1.aarch64",
"product": {
"name": "polaris-10.1.1-1.1.aarch64",
"product_id": "polaris-10.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "polaris-bash-completion-10.1.1-1.1.aarch64",
"product": {
"name": "polaris-bash-completion-10.1.1-1.1.aarch64",
"product_id": "polaris-bash-completion-10.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "polaris-fish-completion-10.1.1-1.1.aarch64",
"product": {
"name": "polaris-fish-completion-10.1.1-1.1.aarch64",
"product_id": "polaris-fish-completion-10.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "polaris-zsh-completion-10.1.1-1.1.aarch64",
"product": {
"name": "polaris-zsh-completion-10.1.1-1.1.aarch64",
"product_id": "polaris-zsh-completion-10.1.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "polaris-10.1.1-1.1.ppc64le",
"product": {
"name": "polaris-10.1.1-1.1.ppc64le",
"product_id": "polaris-10.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "polaris-bash-completion-10.1.1-1.1.ppc64le",
"product": {
"name": "polaris-bash-completion-10.1.1-1.1.ppc64le",
"product_id": "polaris-bash-completion-10.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "polaris-fish-completion-10.1.1-1.1.ppc64le",
"product": {
"name": "polaris-fish-completion-10.1.1-1.1.ppc64le",
"product_id": "polaris-fish-completion-10.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "polaris-zsh-completion-10.1.1-1.1.ppc64le",
"product": {
"name": "polaris-zsh-completion-10.1.1-1.1.ppc64le",
"product_id": "polaris-zsh-completion-10.1.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "polaris-10.1.1-1.1.s390x",
"product": {
"name": "polaris-10.1.1-1.1.s390x",
"product_id": "polaris-10.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "polaris-bash-completion-10.1.1-1.1.s390x",
"product": {
"name": "polaris-bash-completion-10.1.1-1.1.s390x",
"product_id": "polaris-bash-completion-10.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "polaris-fish-completion-10.1.1-1.1.s390x",
"product": {
"name": "polaris-fish-completion-10.1.1-1.1.s390x",
"product_id": "polaris-fish-completion-10.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "polaris-zsh-completion-10.1.1-1.1.s390x",
"product": {
"name": "polaris-zsh-completion-10.1.1-1.1.s390x",
"product_id": "polaris-zsh-completion-10.1.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "polaris-10.1.1-1.1.x86_64",
"product": {
"name": "polaris-10.1.1-1.1.x86_64",
"product_id": "polaris-10.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "polaris-bash-completion-10.1.1-1.1.x86_64",
"product": {
"name": "polaris-bash-completion-10.1.1-1.1.x86_64",
"product_id": "polaris-bash-completion-10.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "polaris-fish-completion-10.1.1-1.1.x86_64",
"product": {
"name": "polaris-fish-completion-10.1.1-1.1.x86_64",
"product_id": "polaris-fish-completion-10.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "polaris-zsh-completion-10.1.1-1.1.x86_64",
"product": {
"name": "polaris-zsh-completion-10.1.1-1.1.x86_64",
"product_id": "polaris-zsh-completion-10.1.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-10.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-10.1.1-1.1.aarch64"
},
"product_reference": "polaris-10.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-10.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-10.1.1-1.1.ppc64le"
},
"product_reference": "polaris-10.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-10.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-10.1.1-1.1.s390x"
},
"product_reference": "polaris-10.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-10.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-10.1.1-1.1.x86_64"
},
"product_reference": "polaris-10.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-bash-completion-10.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.aarch64"
},
"product_reference": "polaris-bash-completion-10.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-bash-completion-10.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.ppc64le"
},
"product_reference": "polaris-bash-completion-10.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-bash-completion-10.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.s390x"
},
"product_reference": "polaris-bash-completion-10.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-bash-completion-10.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.x86_64"
},
"product_reference": "polaris-bash-completion-10.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-fish-completion-10.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.aarch64"
},
"product_reference": "polaris-fish-completion-10.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-fish-completion-10.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.ppc64le"
},
"product_reference": "polaris-fish-completion-10.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-fish-completion-10.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.s390x"
},
"product_reference": "polaris-fish-completion-10.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-fish-completion-10.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.x86_64"
},
"product_reference": "polaris-fish-completion-10.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-zsh-completion-10.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.aarch64"
},
"product_reference": "polaris-zsh-completion-10.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-zsh-completion-10.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.ppc64le"
},
"product_reference": "polaris-zsh-completion-10.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-zsh-completion-10.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.s390x"
},
"product_reference": "polaris-zsh-completion-10.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "polaris-zsh-completion-10.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.x86_64"
},
"product_reference": "polaris-zsh-completion-10.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:polaris-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:polaris-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:polaris-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-bash-completion-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-fish-completion-10.1.1-1.1.x86_64",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.aarch64",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.s390x",
"openSUSE Tumbleweed:polaris-zsh-completion-10.1.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15594-1
Vulnerability from csaf_opensuse - Published: 2025-10-02 00:00 - Updated: 2025-10-02 00:00{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "azure-storage-azcopy-10.30.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the azure-storage-azcopy-10.30.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15594",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15594-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "azure-storage-azcopy-10.30.1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-10-02T00:00:00Z",
"generator": {
"date": "2025-10-02T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15594-1",
"initial_release_date": "2025-10-02T00:00:00Z",
"revision_history": [
{
"date": "2025-10-02T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.30.1-1.1.aarch64",
"product": {
"name": "azure-storage-azcopy-10.30.1-1.1.aarch64",
"product_id": "azure-storage-azcopy-10.30.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.30.1-1.1.ppc64le",
"product": {
"name": "azure-storage-azcopy-10.30.1-1.1.ppc64le",
"product_id": "azure-storage-azcopy-10.30.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.30.1-1.1.s390x",
"product": {
"name": "azure-storage-azcopy-10.30.1-1.1.s390x",
"product_id": "azure-storage-azcopy-10.30.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "azure-storage-azcopy-10.30.1-1.1.x86_64",
"product": {
"name": "azure-storage-azcopy-10.30.1-1.1.x86_64",
"product_id": "azure-storage-azcopy-10.30.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.30.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.aarch64"
},
"product_reference": "azure-storage-azcopy-10.30.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.30.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.ppc64le"
},
"product_reference": "azure-storage-azcopy-10.30.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.30.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.s390x"
},
"product_reference": "azure-storage-azcopy-10.30.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azure-storage-azcopy-10.30.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.x86_64"
},
"product_reference": "azure-storage-azcopy-10.30.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.aarch64",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.ppc64le",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.s390x",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.aarch64",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.ppc64le",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.s390x",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.aarch64",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.ppc64le",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.s390x",
"openSUSE Tumbleweed:azure-storage-azcopy-10.30.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-02T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15464-1
Vulnerability from csaf_opensuse - Published: 2025-08-19 00:00 - Updated: 2025-08-19 00:00{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "nova-3.11.8-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the nova-3.11.8-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15464",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15464-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "nova-3.11.8-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-19T00:00:00Z",
"generator": {
"date": "2025-08-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15464-1",
"initial_release_date": "2025-08-19T00:00:00Z",
"revision_history": [
{
"date": "2025-08-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nova-3.11.8-1.1.aarch64",
"product": {
"name": "nova-3.11.8-1.1.aarch64",
"product_id": "nova-3.11.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nova-bash-completion-3.11.8-1.1.aarch64",
"product": {
"name": "nova-bash-completion-3.11.8-1.1.aarch64",
"product_id": "nova-bash-completion-3.11.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nova-fish-completion-3.11.8-1.1.aarch64",
"product": {
"name": "nova-fish-completion-3.11.8-1.1.aarch64",
"product_id": "nova-fish-completion-3.11.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nova-zsh-completion-3.11.8-1.1.aarch64",
"product": {
"name": "nova-zsh-completion-3.11.8-1.1.aarch64",
"product_id": "nova-zsh-completion-3.11.8-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nova-3.11.8-1.1.ppc64le",
"product": {
"name": "nova-3.11.8-1.1.ppc64le",
"product_id": "nova-3.11.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nova-bash-completion-3.11.8-1.1.ppc64le",
"product": {
"name": "nova-bash-completion-3.11.8-1.1.ppc64le",
"product_id": "nova-bash-completion-3.11.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nova-fish-completion-3.11.8-1.1.ppc64le",
"product": {
"name": "nova-fish-completion-3.11.8-1.1.ppc64le",
"product_id": "nova-fish-completion-3.11.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nova-zsh-completion-3.11.8-1.1.ppc64le",
"product": {
"name": "nova-zsh-completion-3.11.8-1.1.ppc64le",
"product_id": "nova-zsh-completion-3.11.8-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nova-3.11.8-1.1.s390x",
"product": {
"name": "nova-3.11.8-1.1.s390x",
"product_id": "nova-3.11.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nova-bash-completion-3.11.8-1.1.s390x",
"product": {
"name": "nova-bash-completion-3.11.8-1.1.s390x",
"product_id": "nova-bash-completion-3.11.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nova-fish-completion-3.11.8-1.1.s390x",
"product": {
"name": "nova-fish-completion-3.11.8-1.1.s390x",
"product_id": "nova-fish-completion-3.11.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nova-zsh-completion-3.11.8-1.1.s390x",
"product": {
"name": "nova-zsh-completion-3.11.8-1.1.s390x",
"product_id": "nova-zsh-completion-3.11.8-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nova-3.11.8-1.1.x86_64",
"product": {
"name": "nova-3.11.8-1.1.x86_64",
"product_id": "nova-3.11.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nova-bash-completion-3.11.8-1.1.x86_64",
"product": {
"name": "nova-bash-completion-3.11.8-1.1.x86_64",
"product_id": "nova-bash-completion-3.11.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nova-fish-completion-3.11.8-1.1.x86_64",
"product": {
"name": "nova-fish-completion-3.11.8-1.1.x86_64",
"product_id": "nova-fish-completion-3.11.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nova-zsh-completion-3.11.8-1.1.x86_64",
"product": {
"name": "nova-zsh-completion-3.11.8-1.1.x86_64",
"product_id": "nova-zsh-completion-3.11.8-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-3.11.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-3.11.8-1.1.aarch64"
},
"product_reference": "nova-3.11.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-3.11.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-3.11.8-1.1.ppc64le"
},
"product_reference": "nova-3.11.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-3.11.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-3.11.8-1.1.s390x"
},
"product_reference": "nova-3.11.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-3.11.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-3.11.8-1.1.x86_64"
},
"product_reference": "nova-3.11.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-bash-completion-3.11.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.aarch64"
},
"product_reference": "nova-bash-completion-3.11.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-bash-completion-3.11.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.ppc64le"
},
"product_reference": "nova-bash-completion-3.11.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-bash-completion-3.11.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.s390x"
},
"product_reference": "nova-bash-completion-3.11.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-bash-completion-3.11.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.x86_64"
},
"product_reference": "nova-bash-completion-3.11.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-fish-completion-3.11.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.aarch64"
},
"product_reference": "nova-fish-completion-3.11.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-fish-completion-3.11.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.ppc64le"
},
"product_reference": "nova-fish-completion-3.11.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-fish-completion-3.11.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.s390x"
},
"product_reference": "nova-fish-completion-3.11.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-fish-completion-3.11.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.x86_64"
},
"product_reference": "nova-fish-completion-3.11.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-zsh-completion-3.11.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.aarch64"
},
"product_reference": "nova-zsh-completion-3.11.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-zsh-completion-3.11.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.ppc64le"
},
"product_reference": "nova-zsh-completion-3.11.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-zsh-completion-3.11.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.s390x"
},
"product_reference": "nova-zsh-completion-3.11.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nova-zsh-completion-3.11.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.x86_64"
},
"product_reference": "nova-zsh-completion-3.11.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:nova-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:nova-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:nova-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-bash-completion-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-fish-completion-3.11.8-1.1.x86_64",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.aarch64",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.ppc64le",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.s390x",
"openSUSE Tumbleweed:nova-zsh-completion-3.11.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15422-1
Vulnerability from csaf_opensuse - Published: 2025-08-08 00:00 - Updated: 2025-08-08 00:00| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.23-1.23.12-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.23-1.23.12-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15422",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15422-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "go1.23-1.23.12-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-08T00:00:00Z",
"generator": {
"date": "2025-08-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15422-1",
"initial_release_date": "2025-08-08T00:00:00Z",
"revision_history": [
{
"date": "2025-08-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-1.1.aarch64",
"product": {
"name": "go1.23-1.23.12-1.1.aarch64",
"product_id": "go1.23-1.23.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-1.1.aarch64",
"product": {
"name": "go1.23-doc-1.23.12-1.1.aarch64",
"product_id": "go1.23-doc-1.23.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-libstd-1.23.12-1.1.aarch64",
"product": {
"name": "go1.23-libstd-1.23.12-1.1.aarch64",
"product_id": "go1.23-libstd-1.23.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-1.1.aarch64",
"product": {
"name": "go1.23-race-1.23.12-1.1.aarch64",
"product_id": "go1.23-race-1.23.12-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-1.1.ppc64le",
"product": {
"name": "go1.23-1.23.12-1.1.ppc64le",
"product_id": "go1.23-1.23.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-1.1.ppc64le",
"product": {
"name": "go1.23-doc-1.23.12-1.1.ppc64le",
"product_id": "go1.23-doc-1.23.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-libstd-1.23.12-1.1.ppc64le",
"product": {
"name": "go1.23-libstd-1.23.12-1.1.ppc64le",
"product_id": "go1.23-libstd-1.23.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-1.1.ppc64le",
"product": {
"name": "go1.23-race-1.23.12-1.1.ppc64le",
"product_id": "go1.23-race-1.23.12-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-1.1.s390x",
"product": {
"name": "go1.23-1.23.12-1.1.s390x",
"product_id": "go1.23-1.23.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-1.1.s390x",
"product": {
"name": "go1.23-doc-1.23.12-1.1.s390x",
"product_id": "go1.23-doc-1.23.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-libstd-1.23.12-1.1.s390x",
"product": {
"name": "go1.23-libstd-1.23.12-1.1.s390x",
"product_id": "go1.23-libstd-1.23.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-1.1.s390x",
"product": {
"name": "go1.23-race-1.23.12-1.1.s390x",
"product_id": "go1.23-race-1.23.12-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.12-1.1.x86_64",
"product": {
"name": "go1.23-1.23.12-1.1.x86_64",
"product_id": "go1.23-1.23.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.12-1.1.x86_64",
"product": {
"name": "go1.23-doc-1.23.12-1.1.x86_64",
"product_id": "go1.23-doc-1.23.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-libstd-1.23.12-1.1.x86_64",
"product": {
"name": "go1.23-libstd-1.23.12-1.1.x86_64",
"product_id": "go1.23-libstd-1.23.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.12-1.1.x86_64",
"product": {
"name": "go1.23-race-1.23.12-1.1.x86_64",
"product_id": "go1.23-race-1.23.12-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64"
},
"product_reference": "go1.23-1.23.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le"
},
"product_reference": "go1.23-1.23.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x"
},
"product_reference": "go1.23-1.23.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64"
},
"product_reference": "go1.23-1.23.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x"
},
"product_reference": "go1.23-doc-1.23.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-libstd-1.23.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64"
},
"product_reference": "go1.23-libstd-1.23.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-libstd-1.23.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le"
},
"product_reference": "go1.23-libstd-1.23.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-libstd-1.23.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x"
},
"product_reference": "go1.23-libstd-1.23.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-libstd-1.23.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64"
},
"product_reference": "go1.23-libstd-1.23.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64"
},
"product_reference": "go1.23-race-1.23.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x"
},
"product_reference": "go1.23-race-1.23.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
},
"product_reference": "go1.23-race-1.23.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-doc-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-libstd-1.23.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.s390x",
"openSUSE Tumbleweed:go1.23-race-1.23.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15823-1
Vulnerability from csaf_opensuse - Published: 2025-12-17 00:00 - Updated: 2025-12-17 00:00{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "clair-4.9.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the clair-4.9.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15823",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15823-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "clair-4.9.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-12-17T00:00:00Z",
"generator": {
"date": "2025-12-17T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15823-1",
"initial_release_date": "2025-12-17T00:00:00Z",
"revision_history": [
{
"date": "2025-12-17T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "clair-4.9.0-1.1.aarch64",
"product": {
"name": "clair-4.9.0-1.1.aarch64",
"product_id": "clair-4.9.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "clairctl-4.9.0-1.1.aarch64",
"product": {
"name": "clairctl-4.9.0-1.1.aarch64",
"product_id": "clairctl-4.9.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "clair-4.9.0-1.1.ppc64le",
"product": {
"name": "clair-4.9.0-1.1.ppc64le",
"product_id": "clair-4.9.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "clairctl-4.9.0-1.1.ppc64le",
"product": {
"name": "clairctl-4.9.0-1.1.ppc64le",
"product_id": "clairctl-4.9.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "clair-4.9.0-1.1.s390x",
"product": {
"name": "clair-4.9.0-1.1.s390x",
"product_id": "clair-4.9.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "clairctl-4.9.0-1.1.s390x",
"product": {
"name": "clairctl-4.9.0-1.1.s390x",
"product_id": "clairctl-4.9.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "clair-4.9.0-1.1.x86_64",
"product": {
"name": "clair-4.9.0-1.1.x86_64",
"product_id": "clair-4.9.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "clairctl-4.9.0-1.1.x86_64",
"product": {
"name": "clairctl-4.9.0-1.1.x86_64",
"product_id": "clairctl-4.9.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "clair-4.9.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clair-4.9.0-1.1.aarch64"
},
"product_reference": "clair-4.9.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clair-4.9.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clair-4.9.0-1.1.ppc64le"
},
"product_reference": "clair-4.9.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clair-4.9.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clair-4.9.0-1.1.s390x"
},
"product_reference": "clair-4.9.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clair-4.9.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clair-4.9.0-1.1.x86_64"
},
"product_reference": "clair-4.9.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clairctl-4.9.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clairctl-4.9.0-1.1.aarch64"
},
"product_reference": "clairctl-4.9.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clairctl-4.9.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clairctl-4.9.0-1.1.ppc64le"
},
"product_reference": "clairctl-4.9.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clairctl-4.9.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clairctl-4.9.0-1.1.s390x"
},
"product_reference": "clairctl-4.9.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clairctl-4.9.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clairctl-4.9.0-1.1.x86_64"
},
"product_reference": "clairctl-4.9.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clair-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:clair-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:clair-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:clair-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:clair-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:clair-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:clair-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:clair-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clair-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:clair-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:clair-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:clair-4.9.0-1.1.x86_64",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.aarch64",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.ppc64le",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.s390x",
"openSUSE Tumbleweed:clairctl-4.9.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15465-1
Vulnerability from csaf_opensuse - Published: 2025-08-19 00:00 - Updated: 2025-08-19 00:00{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "pluto-5.22.5-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the pluto-5.22.5-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15465",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15465-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "pluto-5.22.5-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-19T00:00:00Z",
"generator": {
"date": "2025-08-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15465-1",
"initial_release_date": "2025-08-19T00:00:00Z",
"revision_history": [
{
"date": "2025-08-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pluto-5.22.5-1.1.aarch64",
"product": {
"name": "pluto-5.22.5-1.1.aarch64",
"product_id": "pluto-5.22.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "pluto-bash-completion-5.22.5-1.1.aarch64",
"product": {
"name": "pluto-bash-completion-5.22.5-1.1.aarch64",
"product_id": "pluto-bash-completion-5.22.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "pluto-fish-completion-5.22.5-1.1.aarch64",
"product": {
"name": "pluto-fish-completion-5.22.5-1.1.aarch64",
"product_id": "pluto-fish-completion-5.22.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "pluto-zsh-completion-5.22.5-1.1.aarch64",
"product": {
"name": "pluto-zsh-completion-5.22.5-1.1.aarch64",
"product_id": "pluto-zsh-completion-5.22.5-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pluto-5.22.5-1.1.ppc64le",
"product": {
"name": "pluto-5.22.5-1.1.ppc64le",
"product_id": "pluto-5.22.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "pluto-bash-completion-5.22.5-1.1.ppc64le",
"product": {
"name": "pluto-bash-completion-5.22.5-1.1.ppc64le",
"product_id": "pluto-bash-completion-5.22.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "pluto-fish-completion-5.22.5-1.1.ppc64le",
"product": {
"name": "pluto-fish-completion-5.22.5-1.1.ppc64le",
"product_id": "pluto-fish-completion-5.22.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "pluto-zsh-completion-5.22.5-1.1.ppc64le",
"product": {
"name": "pluto-zsh-completion-5.22.5-1.1.ppc64le",
"product_id": "pluto-zsh-completion-5.22.5-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pluto-5.22.5-1.1.s390x",
"product": {
"name": "pluto-5.22.5-1.1.s390x",
"product_id": "pluto-5.22.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "pluto-bash-completion-5.22.5-1.1.s390x",
"product": {
"name": "pluto-bash-completion-5.22.5-1.1.s390x",
"product_id": "pluto-bash-completion-5.22.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "pluto-fish-completion-5.22.5-1.1.s390x",
"product": {
"name": "pluto-fish-completion-5.22.5-1.1.s390x",
"product_id": "pluto-fish-completion-5.22.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "pluto-zsh-completion-5.22.5-1.1.s390x",
"product": {
"name": "pluto-zsh-completion-5.22.5-1.1.s390x",
"product_id": "pluto-zsh-completion-5.22.5-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pluto-5.22.5-1.1.x86_64",
"product": {
"name": "pluto-5.22.5-1.1.x86_64",
"product_id": "pluto-5.22.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "pluto-bash-completion-5.22.5-1.1.x86_64",
"product": {
"name": "pluto-bash-completion-5.22.5-1.1.x86_64",
"product_id": "pluto-bash-completion-5.22.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "pluto-fish-completion-5.22.5-1.1.x86_64",
"product": {
"name": "pluto-fish-completion-5.22.5-1.1.x86_64",
"product_id": "pluto-fish-completion-5.22.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "pluto-zsh-completion-5.22.5-1.1.x86_64",
"product": {
"name": "pluto-zsh-completion-5.22.5-1.1.x86_64",
"product_id": "pluto-zsh-completion-5.22.5-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-5.22.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-5.22.5-1.1.aarch64"
},
"product_reference": "pluto-5.22.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-5.22.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-5.22.5-1.1.ppc64le"
},
"product_reference": "pluto-5.22.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-5.22.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-5.22.5-1.1.s390x"
},
"product_reference": "pluto-5.22.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-5.22.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-5.22.5-1.1.x86_64"
},
"product_reference": "pluto-5.22.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-bash-completion-5.22.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.aarch64"
},
"product_reference": "pluto-bash-completion-5.22.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-bash-completion-5.22.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.ppc64le"
},
"product_reference": "pluto-bash-completion-5.22.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-bash-completion-5.22.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.s390x"
},
"product_reference": "pluto-bash-completion-5.22.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-bash-completion-5.22.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.x86_64"
},
"product_reference": "pluto-bash-completion-5.22.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-fish-completion-5.22.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.aarch64"
},
"product_reference": "pluto-fish-completion-5.22.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-fish-completion-5.22.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.ppc64le"
},
"product_reference": "pluto-fish-completion-5.22.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-fish-completion-5.22.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.s390x"
},
"product_reference": "pluto-fish-completion-5.22.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-fish-completion-5.22.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.x86_64"
},
"product_reference": "pluto-fish-completion-5.22.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-zsh-completion-5.22.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.aarch64"
},
"product_reference": "pluto-zsh-completion-5.22.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-zsh-completion-5.22.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.ppc64le"
},
"product_reference": "pluto-zsh-completion-5.22.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-zsh-completion-5.22.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.s390x"
},
"product_reference": "pluto-zsh-completion-5.22.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pluto-zsh-completion-5.22.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.x86_64"
},
"product_reference": "pluto-zsh-completion-5.22.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:pluto-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:pluto-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:pluto-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-bash-completion-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-fish-completion-5.22.5-1.1.x86_64",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.aarch64",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.ppc64le",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.s390x",
"openSUSE Tumbleweed:pluto-zsh-completion-5.22.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
OPENSUSE-SU-2025:15424-1
Vulnerability from csaf_opensuse - Published: 2025-08-08 00:00 - Updated: 2025-08-08 00:00| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the govulncheck-vulndb-0.0.20250807T150727-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15424",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15424-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-7561 page",
"url": "https://www.suse.com/security/cve/CVE-2015-7561/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9962 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000056 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1002102 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1002102/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1002100 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1002100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1002101 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1002101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16733 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16733/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-19184 page",
"url": "https://www.suse.com/security/cve/CVE-2018-19184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-1002100 page",
"url": "https://www.suse.com/security/cve/CVE-2019-1002100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-1002101 page",
"url": "https://www.suse.com/security/cve/CVE-2019-1002101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11245 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11245/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11251 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11251/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11253 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11253/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26240 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26240/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26241 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26241/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8551 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8551/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8555 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8555/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8557 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8557/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8558 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8558/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8562 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8562/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8563 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8563/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8566 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8566/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-25735 page",
"url": "https://www.suse.com/security/cve/CVE-2021-25735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-25736 page",
"url": "https://www.suse.com/security/cve/CVE-2021-25736/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-25737 page",
"url": "https://www.suse.com/security/cve/CVE-2021-25737/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-25741 page",
"url": "https://www.suse.com/security/cve/CVE-2021-25741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-25743 page",
"url": "https://www.suse.com/security/cve/CVE-2021-25743/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-30465 page",
"url": "https://www.suse.com/security/cve/CVE-2021-30465/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-29162 page",
"url": "https://www.suse.com/security/cve/CVE-2022-29162/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-29177 page",
"url": "https://www.suse.com/security/cve/CVE-2022-29177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3162 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3162/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3294 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3294/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2431 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2431/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-25809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-25809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2727 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2728 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2728/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27561 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27561/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28642 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28642/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-5528 page",
"url": "https://www.suse.com/security/cve/CVE-2023-5528/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45310 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45310/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-5321 page",
"url": "https://www.suse.com/security/cve/CVE-2024-5321/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-3445 page",
"url": "https://www.suse.com/security/cve/CVE-2025-3445/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47908 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47908/"
}
],
"title": "govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-08T00:00:00Z",
"generator": {
"date": "2025-08-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15424-1",
"initial_release_date": "2025-08-08T00:00:00Z",
"revision_history": [
{
"date": "2025-08-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"product": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"product": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"product": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64",
"product": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64",
"product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64"
},
"product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le"
},
"product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x"
},
"product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
},
"product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-7561",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-7561"
}
],
"notes": [
{
"category": "general",
"text": "Kubernetes in OpenShift3 allows remote authenticated users to use the private images of other users should they know the name of said image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-7561",
"url": "https://www.suse.com/security/cve/CVE-2015-7561"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2015-7561"
},
{
"cve": "CVE-2016-9962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9962"
}
],
"notes": [
{
"category": "general",
"text": "RunC allowed additional container processes via \u0027runc exec\u0027 to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9962",
"url": "https://www.suse.com/security/cve/CVE-2016-9962"
},
{
"category": "external",
"summary": "SUSE Bug 1012568 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "external",
"summary": "SUSE Bug 1173425 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1173425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2016-9962"
},
{
"cve": "CVE-2017-1000056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000056"
}
],
"notes": [
{
"category": "general",
"text": "Kubernetes version 1.5.0-1.5.4 is vulnerable to a privilege escalation in the PodSecurityPolicy admission plugin resulting in the ability to make use of any existing PodSecurityPolicy object.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000056",
"url": "https://www.suse.com/security/cve/CVE-2017-1000056"
},
{
"category": "external",
"summary": "SUSE Bug 1010675 for CVE-2017-1000056",
"url": "https://bugzilla.suse.com/1010675"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2017-1000056"
},
{
"cve": "CVE-2017-1002102",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1002102"
}
],
"notes": [
{
"category": "general",
"text": "In Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using a secret, configMap, projected or downwardAPI volume can trigger deletion of arbitrary files/directories from the nodes where they are running.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1002102",
"url": "https://www.suse.com/security/cve/CVE-2017-1002102"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2017-1002102"
},
{
"cve": "CVE-2018-1002100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1002100"
}
],
"notes": [
{
"category": "general",
"text": "In Kubernetes versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and prior to version 1.9.6, the kubectl cp command insecurely handles tar data returned from the container, and can be caused to overwrite arbitrary local files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1002100",
"url": "https://www.suse.com/security/cve/CVE-2018-1002100"
},
{
"category": "external",
"summary": "SUSE Bug 1089654 for CVE-2018-1002100",
"url": "https://bugzilla.suse.com/1089654"
},
{
"category": "external",
"summary": "SUSE Bug 1089991 for CVE-2018-1002100",
"url": "https://bugzilla.suse.com/1089991"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-1002100"
},
{
"cve": "CVE-2018-1002101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1002101"
}
],
"notes": [
{
"category": "general",
"text": "In Kubernetes versions 1.9.0-1.9.9, 1.10.0-1.10.5, and 1.11.0-1.11.1, user input was handled insecurely while setting up volume mounts on Windows nodes, which could lead to command line argument injection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1002101",
"url": "https://www.suse.com/security/cve/CVE-2018-1002101"
},
{
"category": "external",
"summary": "SUSE Bug 1118791 for CVE-2018-1002101",
"url": "https://bugzilla.suse.com/1118791"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2018-1002101"
},
{
"cve": "CVE-2018-16733",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16733"
}
],
"notes": [
{
"category": "general",
"text": "In Go Ethereum (aka geth) before 1.8.14, TraceChain in eth/api_tracer.go does not verify that the end block is after the start block.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16733",
"url": "https://www.suse.com/security/cve/CVE-2018-16733"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16733"
},
{
"cve": "CVE-2018-19184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-19184"
}
],
"notes": [
{
"category": "general",
"text": "cmd/evm/runner.go in Go Ethereum (aka geth) 1.8.17 allows attackers to cause a denial of service (SEGV) via crafted bytecode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-19184",
"url": "https://www.suse.com/security/cve/CVE-2018-19184"
},
{
"category": "external",
"summary": "SUSE Bug 1115634 for CVE-2018-19184",
"url": "https://bugzilla.suse.com/1115634"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2018-19184"
},
{
"cve": "CVE-2019-1002100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-1002100"
}
],
"notes": [
{
"category": "general",
"text": "In all Kubernetes versions prior to v1.11.8, v1.12.6, and v1.13.4, users that are authorized to make patch requests to the Kubernetes API Server can send a specially crafted patch of type \"json-patch\" (e.g. `kubectl patch --type json` or `\"Content-Type: application/json-patch+json\"`) that consumes excessive resources while processing, causing a Denial of Service on the API Server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-1002100",
"url": "https://www.suse.com/security/cve/CVE-2019-1002100"
},
{
"category": "external",
"summary": "SUSE Bug 1127554 for CVE-2019-1002100",
"url": "https://bugzilla.suse.com/1127554"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2019-1002100"
},
{
"cve": "CVE-2019-1002101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-1002101"
}
],
"notes": [
{
"category": "general",
"text": "The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes creates a tar inside the container, copies it over the network, and kubectl unpacks it on the user\u0027s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results. An attacker could use this to write files to any path on the user\u0027s machine when kubectl cp is called, limited only by the system permissions of the local user. The untar function can both create and follow symbolic links. The issue is resolved in kubectl v1.11.9, v1.12.7, v1.13.5, and v1.14.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-1002101",
"url": "https://www.suse.com/security/cve/CVE-2019-1002101"
},
{
"category": "external",
"summary": "SUSE Bug 1131056 for CVE-2019-1002101",
"url": "https://bugzilla.suse.com/1131056"
},
{
"category": "external",
"summary": "SUSE Bug 1138929 for CVE-2019-1002101",
"url": "https://bugzilla.suse.com/1138929"
},
{
"category": "external",
"summary": "SUSE Bug 1144507 for CVE-2019-1002101",
"url": "https://bugzilla.suse.com/1144507"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-1002101"
},
{
"cve": "CVE-2019-11245",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11245"
}
],
"notes": [
{
"category": "general",
"text": "In kubelet v1.13.6 and v1.14.2, containers for pods that do not specify an explicit runAsUser attempt to run as uid 0 (root) on container restart, or if the image was previously pulled to the node. If the pod specified mustRunAsNonRoot: true, the kubelet will refuse to start the container as root. If the pod did not specify mustRunAsNonRoot: true, the kubelet will run the container as uid 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11245",
"url": "https://www.suse.com/security/cve/CVE-2019-11245"
},
{
"category": "external",
"summary": "SUSE Bug 1136944 for CVE-2019-11245",
"url": "https://bugzilla.suse.com/1136944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-11245"
},
{
"cve": "CVE-2019-11251",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11251"
}
],
"notes": [
{
"category": "general",
"text": "The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be used to allow an attacker to place a nefarious file using a symlink, outside of the destination tree.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11251",
"url": "https://www.suse.com/security/cve/CVE-2019-11251"
},
{
"category": "external",
"summary": "SUSE Bug 1151300 for CVE-2019-11251",
"url": "https://bugzilla.suse.com/1151300"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-11251"
},
{
"cve": "CVE-2019-11253",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11253"
}
],
"notes": [
{
"category": "general",
"text": "Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11253",
"url": "https://www.suse.com/security/cve/CVE-2019-11253"
},
{
"category": "external",
"summary": "SUSE Bug 1152861 for CVE-2019-11253",
"url": "https://bugzilla.suse.com/1152861"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-11253"
},
{
"cve": "CVE-2020-26240",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26240"
}
],
"notes": [
{
"category": "general",
"text": "Go Ethereum, or \"Geth\", is the official Golang implementation of the Ethereum protocol. An ethash mining DAG generation flaw in Geth before version 1.9.24 could cause miners to erroneously calculate PoW in an upcoming epoch (estimated early January, 2021). This happened on the ETC chain on 2020-11-06. This issue is relevant only for miners, non-mining nodes are unaffected. This issue is fixed as of 1.9.24",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26240",
"url": "https://www.suse.com/security/cve/CVE-2020-26240"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-26240"
},
{
"cve": "CVE-2020-26241",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26241"
}
],
"notes": [
{
"category": "general",
"text": "Go Ethereum, or \"Geth\", is the official Golang implementation of the Ethereum protocol. This is a Consensus vulnerability in Geth before version 1.9.17 which can be used to cause a chain-split where vulnerable nodes reject the canonical chain. Geth\u0027s pre-compiled dataCopy (at 0x00...04) contract did a shallow copy on invocation. An attacker could deploy a contract that writes X to an EVM memory region R, then calls 0x00..04 with R as an argument, then overwrites R to Y, and finally invokes the RETURNDATACOPY opcode. When this contract is invoked, a consensus-compliant node would push X on the EVM stack, whereas Geth would push Y. This is fixed in version 1.9.17.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26241",
"url": "https://www.suse.com/security/cve/CVE-2020-26241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-26241"
},
{
"cve": "CVE-2020-8551",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8551"
}
],
"notes": [
{
"category": "general",
"text": "The Kubelet component in versions 1.15.0-1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via the kubelet API, including the unauthenticated HTTP read-only API typically served on port 10255, and the authenticated HTTPS API typically served on port 10250.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8551",
"url": "https://www.suse.com/security/cve/CVE-2020-8551"
},
{
"category": "external",
"summary": "SUSE Bug 1167509 for CVE-2020-8551",
"url": "https://bugzilla.suse.com/1167509"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8551"
},
{
"cve": "CVE-2020-8555",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8555"
}
],
"notes": [
{
"category": "general",
"text": "The Kubernetes kube-controller-manager in versions v1.0-1.14, versions prior to v1.15.12, v1.16.9, v1.17.5, and version v1.18.0 are vulnerable to a Server Side Request Forgery (SSRF) that allows certain authorized users to leak up to 500 bytes of arbitrary information from unprotected endpoints within the master\u0027s host network (such as link-local or loopback services).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8555",
"url": "https://www.suse.com/security/cve/CVE-2020-8555"
},
{
"category": "external",
"summary": "SUSE Bug 1171106 for CVE-2020-8555",
"url": "https://bugzilla.suse.com/1171106"
},
{
"category": "external",
"summary": "SUSE Bug 1185502 for CVE-2020-8555",
"url": "https://bugzilla.suse.com/1185502"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8555"
},
{
"cve": "CVE-2020-8557",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8557"
}
],
"notes": [
{
"category": "general",
"text": "The Kubernetes kubelet component in versions 1.1-1.16.12, 1.17.0-1.17.8 and 1.18.0-1.18.5 do not account for disk usage by a pod which writes to its own /etc/hosts file. The /etc/hosts file mounted in a pod by kubelet is not included by the kubelet eviction manager when calculating ephemeral storage usage by a pod. If a pod writes a large amount of data to the /etc/hosts file, it could fill the storage space of the node and cause the node to fail.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8557",
"url": "https://www.suse.com/security/cve/CVE-2020-8557"
},
{
"category": "external",
"summary": "SUSE Bug 1173984 for CVE-2020-8557",
"url": "https://bugzilla.suse.com/1173984"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8557"
},
{
"cve": "CVE-2020-8558",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8558"
}
],
"notes": [
{
"category": "general",
"text": "The Kubelet and kube-proxy components in versions 1.1.0-1.16.10, 1.17.0-1.17.6, and 1.18.0-1.18.3 were found to contain a security issue which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node\u0027s network namespace. Such a service is generally thought to be reachable only by other processes on the same host, but due to this defeect, could be reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8558",
"url": "https://www.suse.com/security/cve/CVE-2020-8558"
},
{
"category": "external",
"summary": "SUSE Bug 1172945 for CVE-2020-8558",
"url": "https://bugzilla.suse.com/1172945"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8558"
},
{
"cve": "CVE-2020-8562",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8562"
}
],
"notes": [
{
"category": "general",
"text": "As mitigations to a report from 2019 and CVE-2020-8555, Kubernetes attempts to prevent proxied connections from accessing link-local or localhost networks when making user-driven connections to Services, Pods, Nodes, or StorageClass service providers. As part of this mitigation Kubernetes does a DNS name resolution check and validates that response IPs are not in the link-local (169.254.0.0/16) or localhost (127.0.0.0/8) range. Kubernetes then performs a second DNS resolution without validation for the actual connection. If a non-standard DNS server returns different non-cached responses, a user may be able to bypass the proxy IP restriction and access private networks on the control plane.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8562",
"url": "https://www.suse.com/security/cve/CVE-2020-8562"
},
{
"category": "external",
"summary": "SUSE Bug 1185502 for CVE-2020-8562",
"url": "https://bugzilla.suse.com/1185502"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8562"
},
{
"cve": "CVE-2020-8563",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8563"
}
],
"notes": [
{
"category": "general",
"text": "In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager\u0027s log. This affects \u003c v1.19.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8563",
"url": "https://www.suse.com/security/cve/CVE-2020-8563"
},
{
"category": "external",
"summary": "SUSE Bug 1177659 for CVE-2020-8563",
"url": "https://bugzilla.suse.com/1177659"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8563"
},
{
"cve": "CVE-2020-8566",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8566"
}
],
"notes": [
{
"category": "general",
"text": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8566",
"url": "https://www.suse.com/security/cve/CVE-2020-8566"
},
{
"category": "external",
"summary": "SUSE Bug 1177662 for CVE-2020-8566",
"url": "https://bugzilla.suse.com/1177662"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8566"
},
{
"cve": "CVE-2021-25735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-25735"
}
],
"notes": [
{
"category": "general",
"text": "A security issue was discovered in kube-apiserver that could allow node updates to bypass a Validating Admission Webhook. Clusters are only affected by this vulnerability if they run a Validating Admission Webhook for Nodes that denies admission based at least partially on the old state of the Node object. Validating Admission Webhook does not observe some previous fields.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-25735",
"url": "https://www.suse.com/security/cve/CVE-2021-25735"
},
{
"category": "external",
"summary": "SUSE Bug 1183409 for CVE-2021-25735",
"url": "https://bugzilla.suse.com/1183409"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-25735"
},
{
"cve": "CVE-2021-25736",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-25736"
}
],
"notes": [
{
"category": "general",
"text": "Kube-proxy\n on Windows can unintentionally forward traffic to local processes \nlistening on the same port (\"spec.ports[*].port\") as a LoadBalancer \nService when the LoadBalancer controller\n does not set the \"status.loadBalancer.ingress[].ip\" field. Clusters \nwhere the LoadBalancer controller sets the \n\"status.loadBalancer.ingress[].ip\" field are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-25736",
"url": "https://www.suse.com/security/cve/CVE-2021-25736"
},
{
"category": "external",
"summary": "SUSE Bug 1185894 for CVE-2021-25736",
"url": "https://bugzilla.suse.com/1185894"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-25736"
},
{
"cve": "CVE-2021-25737",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-25737"
}
],
"notes": [
{
"category": "general",
"text": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-25737",
"url": "https://www.suse.com/security/cve/CVE-2021-25737"
},
{
"category": "external",
"summary": "SUSE Bug 1185503 for CVE-2021-25737",
"url": "https://bugzilla.suse.com/1185503"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-25737"
},
{
"cve": "CVE-2021-25741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-25741"
}
],
"notes": [
{
"category": "general",
"text": "A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files \u0026 directories outside of the volume, including on the host filesystem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-25741",
"url": "https://www.suse.com/security/cve/CVE-2021-25741"
},
{
"category": "external",
"summary": "SUSE Bug 1189416 for CVE-2021-25741",
"url": "https://bugzilla.suse.com/1189416"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-25741"
},
{
"cve": "CVE-2021-25743",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-25743"
}
],
"notes": [
{
"category": "general",
"text": "kubectl does not neutralize escape, meta or control sequences contained in the raw data it outputs to a terminal. This includes but is not limited to the unstructured string fields in objects such as Events.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-25743",
"url": "https://www.suse.com/security/cve/CVE-2021-25743"
},
{
"category": "external",
"summary": "SUSE Bug 1194400 for CVE-2021-25743",
"url": "https://bugzilla.suse.com/1194400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-25743"
},
{
"cve": "CVE-2021-30465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-30465"
}
],
"notes": [
{
"category": "general",
"text": "runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-30465",
"url": "https://www.suse.com/security/cve/CVE-2021-30465"
},
{
"category": "external",
"summary": "SUSE Bug 1185405 for CVE-2021-30465",
"url": "https://bugzilla.suse.com/1185405"
},
{
"category": "external",
"summary": "SUSE Bug 1189161 for CVE-2021-30465",
"url": "https://bugzilla.suse.com/1189161"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-30465"
},
{
"cve": "CVE-2022-29162",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-29162"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-29162",
"url": "https://www.suse.com/security/cve/CVE-2022-29162"
},
{
"category": "external",
"summary": "SUSE Bug 1199460 for CVE-2022-29162",
"url": "https://bugzilla.suse.com/1199460"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-29162"
},
{
"cve": "CVE-2022-29177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-29177"
}
],
"notes": [
{
"category": "general",
"text": "Go Ethereum is the official Golang implementation of the Ethereum protocol. Prior to version 1.10.17, a vulnerable node, if configured to use high verbosity logging, can be made to crash when handling specially crafted p2p messages sent from an attacker node. Version 1.10.17 contains a patch that addresses the problem. As a workaround, setting loglevel to default level (`INFO`) makes the node not vulnerable to this attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-29177",
"url": "https://www.suse.com/security/cve/CVE-2022-29177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-29177"
},
{
"cve": "CVE-2022-3162",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3162"
}
],
"notes": [
{
"category": "general",
"text": "Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability if all of the following are true: 1. There are 2+ CustomResourceDefinitions sharing the same API group 2. Users have cluster-wide list or watch authorization on one of those custom resources. 3. The same users are not authorized to read another custom resource in the same API group.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3162",
"url": "https://www.suse.com/security/cve/CVE-2022-3162"
},
{
"category": "external",
"summary": "SUSE Bug 1204388 for CVE-2022-3162",
"url": "https://bugzilla.suse.com/1204388"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-3162"
},
{
"cve": "CVE-2022-3294",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3294"
}
],
"notes": [
{
"category": "general",
"text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3294",
"url": "https://www.suse.com/security/cve/CVE-2022-3294"
},
{
"category": "external",
"summary": "SUSE Bug 1204387 for CVE-2022-3294",
"url": "https://bugzilla.suse.com/1204387"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-3294"
},
{
"cve": "CVE-2023-2431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2431"
}
],
"notes": [
{
"category": "general",
"text": "A security issue was discovered in Kubelet that allows pods to bypass the seccomp profile enforcement. Pods that use localhost type for seccomp profile but specify an empty profile field, are affected by this issue. In this scenario, this vulnerability allows the pod to run in unconfined (seccomp disabled) mode. This bug affects Kubelet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2431",
"url": "https://www.suse.com/security/cve/CVE-2023-2431"
},
{
"category": "external",
"summary": "SUSE Bug 1212493 for CVE-2023-2431",
"url": "https://bugzilla.suse.com/1212493"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.4,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2023-2431"
},
{
"cve": "CVE-2023-25809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-25809"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. In affected versions it was found that rootless runc makes `/sys/fs/cgroup` writable in following conditons: 1. when runc is executed inside the user namespace, and the `config.json` does not specify the cgroup namespace to be unshared (e.g.., `(docker|podman|nerdctl) run --cgroupns=host`, with Rootless Docker/Podman/nerdctl) or 2. when runc is executed outside the user namespace, and `/sys` is mounted with `rbind, ro` (e.g., `runc spec --rootless`; this condition is very rare). A container may gain the write access to user-owned cgroup hierarchy `/sys/fs/cgroup/user.slice/...` on the host . Other users\u0027s cgroup hierarchies are not affected. Users are advised to upgrade to version 1.1.5. Users unable to upgrade may unshare the cgroup namespace (`(docker|podman|nerdctl) run --cgroupns=private)`. This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts. or add `/sys/fs/cgroup` to `maskedPaths`.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-25809",
"url": "https://www.suse.com/security/cve/CVE-2023-25809"
},
{
"category": "external",
"summary": "SUSE Bug 1209884 for CVE-2023-25809",
"url": "https://bugzilla.suse.com/1209884"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-25809"
},
{
"cve": "CVE-2023-2727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2727"
}
],
"notes": [
{
"category": "general",
"text": "Users may be able to launch containers using images that are restricted by ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2727",
"url": "https://www.suse.com/security/cve/CVE-2023-2727"
},
{
"category": "external",
"summary": "SUSE Bug 1211630 for CVE-2023-2727",
"url": "https://bugzilla.suse.com/1211630"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2727"
},
{
"cve": "CVE-2023-2728",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2728"
}
],
"notes": [
{
"category": "general",
"text": "Users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures pods running with a service account may only reference secrets specified in the service account\u0027s secrets field. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the `kubernetes.io/enforce-mountable-secrets` annotation are used together with ephemeral containers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2728",
"url": "https://www.suse.com/security/cve/CVE-2023-2728"
},
{
"category": "external",
"summary": "SUSE Bug 1211631 for CVE-2023-2728",
"url": "https://bugzilla.suse.com/1211631"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2728"
},
{
"cve": "CVE-2023-27561",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27561"
}
],
"notes": [
{
"category": "general",
"text": "runc through 1.1.4 has Incorrect Access Control leading to Escalation of Privileges, related to libcontainer/rootfs_linux.go. To exploit this, an attacker must be able to spawn two containers with custom volume-mount configurations, and be able to run custom images. NOTE: this issue exists because of a CVE-2019-19921 regression.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27561",
"url": "https://www.suse.com/security/cve/CVE-2023-27561"
},
{
"category": "external",
"summary": "SUSE Bug 1208962 for CVE-2023-27561",
"url": "https://bugzilla.suse.com/1208962"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-27561"
},
{
"cve": "CVE-2023-28642",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28642"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. It was found that AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration. This issue has been fixed in runc version 1.1.5, by prohibiting symlinked `/proc`. See PR #3785 for details. users are advised to upgrade. Users unable to upgrade should avoid using an untrusted container image.\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28642",
"url": "https://www.suse.com/security/cve/CVE-2023-28642"
},
{
"category": "external",
"summary": "SUSE Bug 1209888 for CVE-2023-28642",
"url": "https://bugzilla.suse.com/1209888"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-28642"
},
{
"cve": "CVE-2023-5528",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-5528"
}
],
"notes": [
{
"category": "general",
"text": "A security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they are using an in-tree storage plugin for Windows nodes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-5528",
"url": "https://www.suse.com/security/cve/CVE-2023-5528"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-5528"
},
{
"cve": "CVE-2024-45310",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45310"
}
],
"notes": [
{
"category": "general",
"text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45310",
"url": "https://www.suse.com/security/cve/CVE-2024-45310"
},
{
"category": "external",
"summary": "SUSE Bug 1230092 for CVE-2024-45310",
"url": "https://bugzilla.suse.com/1230092"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2024-45310"
},
{
"cve": "CVE-2024-5321",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-5321"
}
],
"notes": [
{
"category": "general",
"text": "A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\\Users may be able to read container logs and NT AUTHORITY\\Authenticated Users may be able to modify container logs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-5321",
"url": "https://www.suse.com/security/cve/CVE-2024-5321"
},
{
"category": "external",
"summary": "SUSE Bug 1225420 for CVE-2024-5321",
"url": "https://bugzilla.suse.com/1225420"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-5321"
},
{
"cve": "CVE-2025-3445",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-3445"
}
],
"notes": [
{
"category": "general",
"text": "A Path Traversal \"Zip Slip\" vulnerability has been identified in mholt/archiver in Go. This vulnerability allows using a crafted ZIP file containing path traversal symlinks to create or overwrite files with the user\u0027s privileges or application utilizing the library.\n\nWhen using the archiver.Unarchive functionality with ZIP files, like this: archiver.Unarchive(zipFile, outputDir), A crafted ZIP file can be extracted in such a way that it writes files to the affected system with the same privileges as the application executing this vulnerable functionality. Consequently, sensitive files may be overwritten, potentially leading to privilege escalation, code execution, and other severe outcomes in some cases.\n\nIt\u0027s worth noting that a similar vulnerability was found in TAR files (CVE-2024-0406). Although a fix was implemented, it hasn\u0027t been officially released, and the affected project has since been deprecated. The successor to mholt/archiver is a new project called mholt/archives, and its initial release (v0.1.0) removes the Unarchive() functionality.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-3445",
"url": "https://www.suse.com/security/cve/CVE-2025-3445"
},
{
"category": "external",
"summary": "SUSE Bug 1241242 for CVE-2025-3445",
"url": "https://bugzilla.suse.com/1241242"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-3445"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
},
{
"cve": "CVE-2025-47908",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47908"
}
],
"notes": [
{
"category": "general",
"text": "Middleware causes a prohibitive amount of heap allocations when processing malicious preflight requests that include a Access-Control-Request-Headers (ACRH) header whose value contains many commas. This behavior can be abused by attackers to produce undue load on the middleware/server as an attempt to cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47908",
"url": "https://www.suse.com/security/cve/CVE-2025-47908"
},
{
"category": "external",
"summary": "SUSE Bug 1247746 for CVE-2025-47908",
"url": "https://bugzilla.suse.com/1247746"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47908"
}
]
}
OPENSUSE-SU-2025:15420-1
Vulnerability from csaf_opensuse - Published: 2025-08-07 00:00 - Updated: 2025-08-07 00:00| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.25-1.25rc3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.25-1.25rc3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15420",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15420-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47906 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47907 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47907/"
}
],
"title": "go1.25-1.25rc3-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-07T00:00:00Z",
"generator": {
"date": "2025-08-07T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15420-1",
"initial_release_date": "2025-08-07T00:00:00Z",
"revision_history": [
{
"date": "2025-08-07T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25rc3-1.1.aarch64",
"product": {
"name": "go1.25-1.25rc3-1.1.aarch64",
"product_id": "go1.25-1.25rc3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25rc3-1.1.aarch64",
"product": {
"name": "go1.25-doc-1.25rc3-1.1.aarch64",
"product_id": "go1.25-doc-1.25rc3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25rc3-1.1.aarch64",
"product": {
"name": "go1.25-libstd-1.25rc3-1.1.aarch64",
"product_id": "go1.25-libstd-1.25rc3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25rc3-1.1.aarch64",
"product": {
"name": "go1.25-race-1.25rc3-1.1.aarch64",
"product_id": "go1.25-race-1.25rc3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25rc3-1.1.ppc64le",
"product": {
"name": "go1.25-1.25rc3-1.1.ppc64le",
"product_id": "go1.25-1.25rc3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25rc3-1.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25rc3-1.1.ppc64le",
"product_id": "go1.25-doc-1.25rc3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25rc3-1.1.ppc64le",
"product": {
"name": "go1.25-libstd-1.25rc3-1.1.ppc64le",
"product_id": "go1.25-libstd-1.25rc3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25rc3-1.1.ppc64le",
"product": {
"name": "go1.25-race-1.25rc3-1.1.ppc64le",
"product_id": "go1.25-race-1.25rc3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25rc3-1.1.s390x",
"product": {
"name": "go1.25-1.25rc3-1.1.s390x",
"product_id": "go1.25-1.25rc3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25rc3-1.1.s390x",
"product": {
"name": "go1.25-doc-1.25rc3-1.1.s390x",
"product_id": "go1.25-doc-1.25rc3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25rc3-1.1.s390x",
"product": {
"name": "go1.25-libstd-1.25rc3-1.1.s390x",
"product_id": "go1.25-libstd-1.25rc3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25rc3-1.1.s390x",
"product": {
"name": "go1.25-race-1.25rc3-1.1.s390x",
"product_id": "go1.25-race-1.25rc3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25rc3-1.1.x86_64",
"product": {
"name": "go1.25-1.25rc3-1.1.x86_64",
"product_id": "go1.25-1.25rc3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25rc3-1.1.x86_64",
"product": {
"name": "go1.25-doc-1.25rc3-1.1.x86_64",
"product_id": "go1.25-doc-1.25rc3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-libstd-1.25rc3-1.1.x86_64",
"product": {
"name": "go1.25-libstd-1.25rc3-1.1.x86_64",
"product_id": "go1.25-libstd-1.25rc3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25rc3-1.1.x86_64",
"product": {
"name": "go1.25-race-1.25rc3-1.1.x86_64",
"product_id": "go1.25-race-1.25rc3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25rc3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64"
},
"product_reference": "go1.25-1.25rc3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25rc3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le"
},
"product_reference": "go1.25-1.25rc3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25rc3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x"
},
"product_reference": "go1.25-1.25rc3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25rc3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64"
},
"product_reference": "go1.25-1.25rc3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25rc3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64"
},
"product_reference": "go1.25-doc-1.25rc3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25rc3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25rc3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25rc3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x"
},
"product_reference": "go1.25-doc-1.25rc3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25rc3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64"
},
"product_reference": "go1.25-doc-1.25rc3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25rc3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64"
},
"product_reference": "go1.25-libstd-1.25rc3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25rc3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le"
},
"product_reference": "go1.25-libstd-1.25rc3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25rc3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x"
},
"product_reference": "go1.25-libstd-1.25rc3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-libstd-1.25rc3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64"
},
"product_reference": "go1.25-libstd-1.25rc3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25rc3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64"
},
"product_reference": "go1.25-race-1.25rc3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25rc3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le"
},
"product_reference": "go1.25-race-1.25rc3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25rc3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x"
},
"product_reference": "go1.25-race-1.25rc3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25rc3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
},
"product_reference": "go1.25-race-1.25rc3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47906"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47906",
"url": "https://www.suse.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "SUSE Bug 1247719 for CVE-2025-47906",
"url": "https://bugzilla.suse.com/1247719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47907"
}
],
"notes": [
{
"category": "general",
"text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47907",
"url": "https://www.suse.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "SUSE Bug 1247720 for CVE-2025-47907",
"url": "https://bugzilla.suse.com/1247720"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-doc-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-libstd-1.25rc3-1.1.x86_64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.aarch64",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.s390x",
"openSUSE Tumbleweed:go1.25-race-1.25rc3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47907"
}
]
}
GHSA-J5PM-7495-QMR3
Vulnerability from github – Published: 2025-08-07 17:34 – Updated: 2025-08-07 17:34Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.
{
"affected": [],
"aliases": [
"CVE-2025-47907"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-08-07T16:15:30Z",
"severity": "HIGH"
},
"details": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"id": "GHSA-j5pm-7495-qmr3",
"modified": "2025-08-07T17:34:41Z",
"published": "2025-08-07T17:34:41Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://go.dev/cl/693735"
},
{
"type": "WEB",
"url": "https://go.dev/issue/74831"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"type": "CVSS_V3"
}
]
}
alsa-2025:20909
Vulnerability from osv_almalinux
The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.
Security Fix(es):
- database/sql: Postgres Scan Race Condition (CVE-2025-47907)
- podman: Podman kube play command may overwrite host files (CVE-2025-9566)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "podman"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6:5.6.0-6.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "podman-docker"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6:5.6.0-6.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "podman-plugins"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6:5.6.0-6.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "podman-remote"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6:5.6.0-6.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "podman-tests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6:5.6.0-6.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes. \n\nSecurity Fix(es): \n\n * database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n * podman: Podman kube play command may overwrite host files (CVE-2025-9566)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2025:20909",
"modified": "2025-11-24T12:26:34Z",
"published": "2025-11-11T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-9566"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2387083"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2393152"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2025-20909.html"
}
],
"related": [
"CVE-2025-47907",
"CVE-2025-9566"
],
"summary": "Important: podman security update"
}
alsa-2025:20983
Vulnerability from osv_almalinux
The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.
Security Fix(es):
- database/sql: Postgres Scan Race Condition (CVE-2025-47907)
- podman: Podman kube play command may overwrite host files (CVE-2025-9566)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "podman"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7:5.6.0-5.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "podman-docker"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7:5.6.0-5.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "podman-remote"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7:5.6.0-5.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "podman-tests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7:5.6.0-5.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes. \n\nSecurity Fix(es): \n\n * database/sql: Postgres Scan Race Condition (CVE-2025-47907)\n * podman: Podman kube play command may overwrite host files (CVE-2025-9566)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2025:20983",
"modified": "2025-11-25T10:54:40Z",
"published": "2025-11-11T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2025:20983"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-9566"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2387083"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2393152"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2025-20983.html"
}
],
"related": [
"CVE-2025-47907",
"CVE-2025-9566"
],
"summary": "Important: podman security update"
}
BDU:2025-10834
Vulnerability from fstec - Published: 08.07.2025{
"CVSS 2.0": "AV:N/AC:H/Au:N/C:C/I:P/A:P",
"CVSS 3.0": "AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "Novell Inc., \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, Red Hat Inc., The Go Project",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "- (openSUSE Tumbleweed), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 15 SP3 (SUSE Linux Enterprise Server for SAP Applications), 15 SP4 (SUSE Linux Enterprise Server for SAP Applications), 7.1 (SUSE Enterprise Storage), 15 SP3-LTSS (Suse Linux Enterprise Server), 15 SP3-LTSS (SUSE Linux Enterprise High Performance Computing), 15 SP5 (SUSE Linux Enterprise Server for SAP Applications), 15 SP4-ESPOS (SUSE Linux Enterprise High Performance Computing), 15 SP4-LTSS (SUSE Linux Enterprise High Performance Computing), 15 SP4-LTSS (Suse Linux Enterprise Server), 15 SP6 (Suse Linux Enterprise Desktop), 15 SP6 (Suse Linux Enterprise Server), 15 SP6 (SUSE Linux Enterprise Server for SAP Applications), 15 SP6 (SUSE Linux Enterprise High Performance Computing), 15.6 (OpenSUSE Leap), 15 SP6 (SUSE Linux Enterprise Module for Development Tools), 15 SP5-LTSS (Suse Linux Enterprise Server), 15 SP5-LTSS (SUSE Linux Enterprise High Performance Computing), 15 SP5-ESPOS (SUSE Linux Enterprise High Performance Computing), 15 SP7 (Suse Linux Enterprise Desktop), 15 SP7 (SUSE Linux Enterprise High Performance Computing), 15 SP7 (Suse Linux Enterprise Server), 15 SP7 (SUSE Linux Enterprise Server for SAP Applications), 15 SP7 (SUSE Linux Enterprise Module for Development Tools), - (Builds for Red Hat OpenShift), 13 (Debian GNU/Linux), \u0434\u043e 1.25 (Go), 2 (Assisted Installer for Red Hat OpenShift Container Platform)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\n\u0414\u043b\u044f Go:\nhttps://go.dev/cl/693735\nhttps://go.dev/issue/74831\nhttps://groups.google.com/g/golang-announce/c/x5MKroML2yM\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: \nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2025-47907\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Red Hat Inc.:\nhttps://access.redhat.com/security/cve/cve-2025-47907\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Novell Inc.:\nhttps://www.suse.com/security/cve/CVE-2025-47907.html",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "08.07.2025",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "14.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "08.09.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-10834",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2025-47907",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "openSUSE Tumbleweed, Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), SUSE Linux Enterprise Server for SAP Applications, SUSE Enterprise Storage, Suse Linux Enterprise Server, SUSE Linux Enterprise High Performance Computing, Suse Linux Enterprise Desktop, OpenSUSE Leap, SUSE Linux Enterprise Module for Development Tools, Builds for Red Hat OpenShift, Go, Assisted Installer for Red Hat OpenShift Container Platform",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "Novell Inc. openSUSE Tumbleweed - , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP3 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP4 , Novell Inc. Suse Linux Enterprise Server 15 SP3-LTSS , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP5 , Novell Inc. Suse Linux Enterprise Server 15 SP4-LTSS , Novell Inc. Suse Linux Enterprise Desktop 15 SP6 , Novell Inc. Suse Linux Enterprise Server 15 SP6 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP6 , Novell Inc. OpenSUSE Leap 15.6 , Novell Inc. Suse Linux Enterprise Server 15 SP5-LTSS , Novell Inc. Suse Linux Enterprise Desktop 15 SP7 , Novell Inc. Suse Linux Enterprise Server 15 SP7 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP7 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 13 ",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Go, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u0435\u0441\u0443\u0440\u0441\u0430, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0435\u0439 (\u00ab\u0421\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u0433\u043e\u043d\u043a\u0438\u00bb) (CWE-362)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Go \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u0435\u0441\u0443\u0440\u0441\u0430. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0440\u043e\u043a\u0430\u043c\u0438 \u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u043c",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://go.dev/cl/693735\nhttps://go.dev/issue/74831\nhttps://groups.google.com/g/golang-announce/c/x5MKroML2yM\nhttps://redos.red-soft.ru/support/secure/\nhttps://security-tracker.debian.org/tracker/CVE-2025-47907\nhttps://access.redhat.com/security/cve/cve-2025-47907\nhttps://www.suse.com/security/cve/CVE-2025-47907.html",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-362",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,6)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7)"
}
bit-golang-2025-47907
Vulnerability from bitnami_vulndb
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "golang",
"purl": "pkg:bitnami/golang"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.23.12"
},
{
"introduced": "1.24.0"
},
{
"fixed": "1.24.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2025-47907"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.",
"id": "BIT-golang-2025-47907",
"modified": "2025-11-06T13:25:46.476Z",
"published": "2025-08-10T23:42:00.295Z",
"references": [
{
"type": "WEB",
"url": "https://go.dev/cl/693735"
},
{
"type": "WEB",
"url": "https://go.dev/issue/74831"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/08/06/1"
}
],
"schema_version": "1.6.2",
"summary": "Incorrect results returned from Rows.Scan in database/sql"
}
WID-SEC-W-2025-1837
Vulnerability from csaf_certbund - Published: 2025-08-14 22:00 - Updated: 2025-08-14 22:00{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Gitea ist ein quelloffener Github-Klon.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Gitea ausnutzen, um einen nicht n\u00e4her beschriebenen Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1837 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1837.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1837 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1837"
},
{
"category": "external",
"summary": "Gitea 1.24.5 release vom 2025-08-14",
"url": "https://blog.gitea.com/release-of-1.24.5"
}
],
"source_lang": "en-US",
"title": "Gitea: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-08-14T22:00:00.000+00:00",
"generator": {
"date": "2025-08-15T07:42:09.689+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1837",
"initial_release_date": "2025-08-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-08-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.24.5",
"product": {
"name": "Open Source Gitea \u003c1.24.5",
"product_id": "T046259"
}
},
{
"category": "product_version",
"name": "1.24.5",
"product": {
"name": "Open Source Gitea 1.24.5",
"product_id": "T046259-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:gitea:gitea:1.24.5"
}
}
}
],
"category": "product_name",
"name": "Gitea"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"product_status": {
"known_affected": [
"T046259"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"product_status": {
"known_affected": [
"T046259"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47907"
}
]
}
WID-SEC-W-2025-1740
Vulnerability from csaf_certbund - Published: 2025-08-06 22:00 - Updated: 2026-02-16 23:00| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Go ist eine quelloffene Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1740 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1740.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1740 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1740"
},
{
"category": "external",
"summary": "Golang Announce vom 2025-08-06",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM/m/5_v-oMjUAgAJ"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2025-08-06",
"url": "https://seclists.org/oss-sec/2025/q3/77"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15423-1 vom 2025-08-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FWMLV4NZCXG2VOUDW5M5HNF5FAITFCDJ/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15420-1 vom 2025-08-08",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Q2O5BKP6MKBBWHIU3WHQVIRINDPUW26D/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15422-1 vom 2025-08-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CEKFSEC66PNEYKCOVTU3XUYIT5NFKQS2/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02760-1 vom 2025-08-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022145.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02759-1 vom 2025-08-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022146.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02812-1 vom 2025-08-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022176.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02837-1 vom 2025-08-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022191.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02924-1 vom 2025-08-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022236.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2984 vom 2025-09-04",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2984.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03115-1 vom 2025-09-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022415.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03158-1 vom 2025-09-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HAVLJWP2USKN4NDD3DHWC5JLHYAIS3ZK/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03159-1 vom 2025-09-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XFEARURIFMW7G6QDQKSBP7SQWCSCVYJS/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03161-1 vom 2025-09-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022496.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-D6BA5942CB vom 2025-09-29",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-d6ba5942cb"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AD509C483B vom 2025-09-29",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ad509c483b"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7246873 vom 2025-10-01",
"url": "https://www.ibm.com/support/pages/node/7246873"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-5872B9EC46 vom 2025-10-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-5872b9ec46"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-F8D1E1DF04 vom 2025-10-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-f8d1e1df04"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6738EA943A vom 2025-10-23",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6738ea943a"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-87154673FE vom 2025-10-23",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-87154673fe"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19335 vom 2025-10-30",
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19397 vom 2025-11-03",
"url": "https://access.redhat.com/errata/RHSA-2025:19397"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19381 vom 2025-11-03",
"url": "https://access.redhat.com/errata/RHSA-2025:19381"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19332 vom 2025-11-03",
"url": "https://access.redhat.com/errata/RHSA-2025:19332"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19380 vom 2025-11-03",
"url": "https://access.redhat.com/errata/RHSA-2025:19380"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19296 vom 2025-11-04",
"url": "https://access.redhat.com/errata/RHSA-2025:19296"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19731 vom 2025-11-04",
"url": "https://access.redhat.com/errata/RHSA-2025:19731"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:20909 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20909"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21383 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21383"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21382 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21382"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21337 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21337"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21384 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21384"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21385 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21385"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21336 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21336"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21856 vom 2025-11-20",
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22004 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22004"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22005 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22005"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22005 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-22005.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20909 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-20909.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7252674 vom 2025-11-26",
"url": "https://www.ibm.com/support/pages/node/7252674"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22179 vom 2025-11-26",
"url": "https://access.redhat.com/errata/RHSA-2025:22179"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22181 vom 2025-11-26",
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22005 vom 2025-11-28",
"url": "https://errata.build.resf.org/RLSA-2025:22005"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22684 vom 2025-12-04",
"url": "https://access.redhat.com/errata/RHSA-2025:22684"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20983 vom 2025-12-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-20983.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22668 vom 2025-12-03",
"url": "https://access.redhat.com/errata/RHSA-2025:22668"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22668 vom 2025-12-04",
"url": "https://errata.build.resf.org/RLSA-2025:22668"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22759 vom 2025-12-04",
"url": "https://access.redhat.com/errata/RHSA-2025:22759"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22899 vom 2025-12-09",
"url": "https://access.redhat.com/errata/RHSA-2025:22899"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22668 vom 2025-12-09",
"url": "http://linux.oracle.com/errata/ELSA-2025-22668.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7254313 vom 2025-12-10",
"url": "https://www.ibm.com/support/pages/node/7254313"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-909F303A85 vom 2025-12-10",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-909f303a85"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23248 vom 2025-12-16",
"url": "https://access.redhat.com/errata/RHSA-2025:23248"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23449 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23741 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23741"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23733 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23733"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23740 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23740"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23737 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23737"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23834 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23834"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23833 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23833"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23851 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23851"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23916 vom 2025-12-22",
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-F8E5522EE0 vom 2025-12-23",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-f8e5522ee0"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0627 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0627"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0722 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0722"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0718 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0718"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1071 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1071"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0298-1 vom 2026-01-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5Q63UO2LYEIXNPXRBOE6F42PWFVTQ6LQ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0297-1 vom 2026-01-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023924.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-030 vom 2026-01-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000421570/dsa-2026-030-security-update-for-dell-networker-vproxy-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1942 vom 2026-02-04",
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2572 vom 2026-02-11",
"url": "https://access.redhat.com/errata/RHSA-2026:2572"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2571 vom 2026-02-11",
"url": "https://access.redhat.com/errata/RHSA-2026:2571"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2737 vom 2026-02-16",
"url": "https://access.redhat.com/errata/RHSA-2026:2737"
}
],
"source_lang": "en-US",
"title": "Golang Go: Mehrere Schwachstellen erm\u00f6glichen Manipulation von Dateien",
"tracking": {
"current_release_date": "2026-02-16T23:00:00.000+00:00",
"generator": {
"date": "2026-02-17T09:28:04.937+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1740",
"initial_release_date": "2025-08-06T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-08-10T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-08-12T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-17T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-18T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-04T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-18T22:00:00.000+00:00",
"number": "11",
"summary": "Referenz(en) aufgenommen: EUVD-2025-30195, GO-2025-3956"
},
{
"date": "2025-09-29T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-03T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-13T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-20T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-08T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von IBM und Fedora aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-15T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "43"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vProxy \u003c19.14",
"product": {
"name": "Dell NetWorker vProxy \u003c19.14",
"product_id": "T050451"
}
},
{
"category": "product_version",
"name": "vProxy 19.14",
"product": {
"name": "Dell NetWorker vProxy 19.14",
"product_id": "T050451-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.14"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.24.6",
"product": {
"name": "Golang Go \u003c1.24.6",
"product_id": "T045944"
}
},
{
"category": "product_version",
"name": "1.24.6",
"product": {
"name": "Golang Go 1.24.6",
"product_id": "T045944-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.24.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.23.12",
"product": {
"name": "Golang Go \u003c1.23.12",
"product_id": "T045945"
}
},
{
"category": "product_version",
"name": "1.23.12",
"product": {
"name": "Golang Go 1.23.12",
"product_id": "T045945-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.23.12"
}
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.16.0",
"product": {
"name": "IBM App Connect Enterprise \u003c12.16.0",
"product_id": "T047348"
}
},
{
"category": "product_version",
"name": "12.16.0",
"product": {
"name": "IBM App Connect Enterprise 12.16.0",
"product_id": "T047348-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.16.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.16",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.16",
"product_id": "T047349"
}
},
{
"category": "product_version",
"name": "12.0.16",
"product": {
"name": "IBM App Connect Enterprise 12.0.16",
"product_id": "T047349-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.0.16"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "Operator",
"product": {
"name": "IBM MQ Operator",
"product_id": "T036688",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator"
}
}
},
{
"category": "product_version",
"name": "Container",
"product": {
"name": "IBM MQ Container",
"product_id": "T040640",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:container"
}
}
}
],
"category": "product_name",
"name": "MQ"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"product_status": {
"known_affected": [
"67646",
"T036688",
"T004914",
"T050451",
"T032255",
"74185",
"T032495",
"T047348",
"T047349",
"T002207",
"T045945",
"T045944",
"T027843",
"398363",
"T040640"
]
},
"release_date": "2025-08-06T22:00:00.000+00:00",
"title": "CVE-2025-47906"
},
{
"cve": "CVE-2025-47907",
"product_status": {
"known_affected": [
"67646",
"T036688",
"T004914",
"T050451",
"T032255",
"74185",
"T032495",
"T047348",
"T047349",
"T002207",
"T045945",
"T045944",
"T027843",
"398363",
"T040640"
]
},
"release_date": "2025-08-06T22:00:00.000+00:00",
"title": "CVE-2025-47907"
}
]
}
MSRC_CVE-2025-47907
Vulnerability from csaf_microsoft - Published: 2025-08-02 00:00 - Updated: 2026-02-21 04:27| URL | Category | |
|---|---|---|
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-47907 Incorrect results returned from Rows.Scan in database/sql - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-47907.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Incorrect results returned from Rows.Scan in database/sql",
"tracking": {
"current_release_date": "2026-02-21T04:27:03.000Z",
"generator": {
"date": "2026-02-24T08:07:46.169Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-47907",
"initial_release_date": "2025-08-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-03T22:18:29.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-21T04:27:03.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 golang 1.24.5-1",
"product": {
"name": "\u003cazl3 golang 1.24.5-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 golang 1.24.5-1",
"product": {
"name": "azl3 golang 1.24.5-1",
"product_id": "20138"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.18.8-8",
"product": {
"name": "\u003ccbl2 golang 1.18.8-8",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.18.8-8",
"product": {
"name": "cbl2 golang 1.18.8-8",
"product_id": "19755"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.22.7-4",
"product": {
"name": "\u003ccbl2 golang 1.22.7-4",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.22.7-4",
"product": {
"name": "cbl2 golang 1.22.7-4",
"product_id": "20123"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 golang 1.23.11-1",
"product": {
"name": "\u003cazl3 golang 1.23.11-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 golang 1.23.11-1",
"product": {
"name": "azl3 golang 1.23.11-1",
"product_id": "20145"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.22.7-5",
"product": {
"name": "\u003ccbl2 golang 1.22.7-5",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.22.7-5",
"product": {
"name": "cbl2 golang 1.22.7-5",
"product_id": "20387"
}
}
],
"category": "product_name",
"name": "golang"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 golang 1.24.5-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.24.5-1 as a component of Azure Linux 3.0",
"product_id": "20138-17084"
},
"product_reference": "20138",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.18.8-8 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.18.8-8 as a component of CBL Mariner 2.0",
"product_id": "19755-17086"
},
"product_reference": "19755",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.22.7-4 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.22.7-4 as a component of CBL Mariner 2.0",
"product_id": "20123-17086"
},
"product_reference": "20123",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 golang 1.23.11-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.11-1 as a component of Azure Linux 3.0",
"product_id": "20145-17084"
},
"product_reference": "20145",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.22.7-5 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.22.7-5 as a component of CBL Mariner 2.0",
"product_id": "20387-17086"
},
"product_reference": "20387",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20138-17084",
"19755-17086",
"20123-17086",
"20145-17084",
"20387-17086"
],
"known_affected": [
"17084-3",
"17086-5",
"17086-4",
"17084-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-47907 Incorrect results returned from Rows.Scan in database/sql - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-47907.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-03T22:18:29.000Z",
"details": "1.24.6-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T22:18:29.000Z",
"details": "1.18.8-9:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T22:18:29.000Z",
"details": "1.22.7-5:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-4",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T22:18:29.000Z",
"details": "1.23.12-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.0,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"17084-3",
"17086-5",
"17086-4",
"17084-2",
"17086-1"
]
}
],
"title": "Incorrect results returned from Rows.Scan in database/sql"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.